Skip to content

Instantly share code, notes, and snippets.

@karoltheguy
Created June 1, 2020 22:04
Show Gist options
  • Save karoltheguy/6c9a3082de30eb86313d75ab29002d8a to your computer and use it in GitHub Desktop.
Save karoltheguy/6c9a3082de30eb86313d75ab29002d8a to your computer and use it in GitHub Desktop.
Hides the Safely remove Hardware icon which can be clicked on accidentally
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