-
Notifications
You must be signed in to change notification settings - Fork 3
/
BlockRazerSynapse.bat
23 lines (15 loc) · 1 KB
/
BlockRazerSynapse.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
rem # Prevent Razer Synapse auto install (rubber ducky attack)
rem # NEVER INSTALL RGB SOFTWARE, LEAVE AT DEFAULTS
rem # You must uninstall all RGB software and power down the machine for 5 minutes to HOPEFULLY get everything working again
rem # OpenRGB (DANGEROUSLY BUGGY)
rem # OpenRGB can bork your RAM RGB by itself, and even fan rgb, along with led strips if used in conjuction with other RGB software
rem # Only use experimental builds (https://openrgb.org/index.html#pl)
rem # if OpenRGB borks fan lighting and shuts it off even after rebooting, you will need to download the company software (NZXT CAM) and tweak it again to get it to turn on
rem # SignalRGB (bloat)
rem # SignalRGB needs to be running in the background for RGB effects to work
del C:\Windows\Installer\Razer
mkdir C:\Windows\Installer\Razer
icacls C:\Windows\Installer\Razer /deny Everyone:(OI)(CI)F /t /c
icacls C:\Windows\Installer\Razer /deny SYSTEM:(OI)(CI)F /t /c
icacls C:\Windows\Installer\Razer /deny Administrators:(OI)(CI)F /t /c
PAUSE