Created
June 1, 2020 22:04
-
-
Save karoltheguy/6c9a3082de30eb86313d75ab29002d8a to your computer and use it in GitHub Desktop.
Hides the Safely remove Hardware icon which can be clicked on accidentally
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Timeout /t 5 | |
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Applets\SysTray" /v "Services" /t reg_dword /d 29 /f | |
systray |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment