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.
A tool for doing this:
Just editing a few registry values.
- Run the app with
get
subcommand:
OEMEdit.exe get
- Then you can get results like:
OEMInformation:
Logo: ""
Manufacturer: ""
Model: ""
SupportHours: ""
SupportPhone: ""
SupportURL: ""
- You can backup your current OEM info:
OEMedit.exe get > current.yaml
- Edit config like:
OEMInformation:
Logo: C:\path\to\logo.bmp
Manufacturer: you
Model: super cool model name here
SupportHours: ""
SupportPhone: ""
SupportURL: ""
- Run the app with
set
subcommand and input config to stdin:
OEMEdit.exe set < oem.yaml