Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.
/ OEMEdit Public archive

A CLI Tool for Editing Windows OEM Information

License

Notifications You must be signed in to change notification settings

ebiiim/OEMEdit

Repository files navigation

OEMEdit: A CLI Tool for Editing Windows OEM Information

ARCHIVED: The latest Windows 10 doesn't support this feature.

Note: Logo, Manufacturer, Model, SupportHours and SupportPhone are deprecated in Get Help app but are still used in "System" control panel.

What's this?

A tool for doing this:

docs/system.png

How does the tool change OEM information?

Just editing a few registry values.

Usage

Get OEM information

  1. Run the app with get subcommand:
OEMEdit.exe get
  1. Then you can get results like:
OEMInformation:
  Logo: ""
  Manufacturer: ""
  Model: ""
  SupportHours: ""
  SupportPhone: ""
  SupportURL: ""
  1. You can backup your current OEM info:
OEMedit.exe get > current.yaml

Set OEM information

  1. Edit config like:
OEMInformation:
  Logo: C:\path\to\logo.bmp
  Manufacturer: you
  Model: super cool model name here
  SupportHours: ""
  SupportPhone: ""
  SupportURL: ""
  1. Run the app with set subcommand and input config to stdin:
OEMEdit.exe set < oem.yaml

About

A CLI Tool for Editing Windows OEM Information

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages