oemedit

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 18, 2021 License: MIT Imports: 8 Imported by: 0

README

OEMEdit: A CLI Tool for Editing Windows OEM Information

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL