Mute Windows Copyright Information on CMD.
This Script hides the copyright information everytime cmd.exe
starts by setting CMD's AutoRun to a cls
command.
- This script works with Windows 10 and above (probably also Windows 7, but i never checked)
- Other programs in CMD's AutoRun (like Clink) get overwritten by QuietCMD. However, QuietCMD can get added without overwriting existing entries.
- Open regedit.exe
- Locate
HKEY_CURRENT_USER\Software\Microsoft\Command Processor
- Open the
AutoRun
Key - Add
& cls
to the end of the key data - Finished
- Open regedit.exe
- Locate
HKEY_CURRENT_USER\Software\Microsoft\Command Processor
- Delete the
AutoRun
Key - Finished
If something went wrong, delete the AutoRun
Key in the Registry.
It is located under: HKEY_CURRENT_USER\Software\Microsoft\Command Processor