https://github.com/eppic/quietcmd
Mute Windows Copyright Information on CMD.
https://github.com/eppic/quietcmd
batch batch-script cmd cmd-scripts registry registry-hacks registry-scripts windows
Last synced: 11 months ago
JSON representation
Mute Windows Copyright Information on CMD.
- Host: GitHub
- URL: https://github.com/eppic/quietcmd
- Owner: eppic
- Created: 2021-11-04T11:15:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-16T15:54:20.000Z (about 4 years ago)
- Last Synced: 2024-12-31T11:44:56.708Z (about 1 year ago)
- Topics: batch, batch-script, cmd, cmd-scripts, registry, registry-hacks, registry-scripts, windows
- Language: Batchfile
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QuietCMD
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.
## Compatibility
- 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.
## Muting CMD without overwriting existing AutoRun entries
1. Open regedit.exe
2. Locate `HKEY_CURRENT_USER\Software\Microsoft\Command Processor`
3. Open the `AutoRun` Key
4. Add ` & cls` to the end of the key data
6. Finished
## Uninstall manually
1. Open regedit.exe
2. Locate `HKEY_CURRENT_USER\Software\Microsoft\Command Processor`
3. Delete the `AutoRun` Key
4. Finished
## Troubleshooting
If something went wrong, delete the `AutoRun` Key in the Registry.
It is located under: `HKEY_CURRENT_USER\Software\Microsoft\Command Processor`