Skip to content

Instantly share code, notes, and snippets.

@highgain86j
Created July 25, 2022 04:35
Show Gist options
  • Save highgain86j/4dcd48a367613ce44e2edf182f381249 to your computer and use it in GitHub Desktop.
Save highgain86j/4dcd48a367613ce44e2edf182f381249 to your computer and use it in GitHub Desktop.
Windows 11 tweaks
@echo off
reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
reg add "HKCU\Software\Classes\CLSID\{d93ed569-3b3e-4bff-8355-3c44f6a52bb5}\InprocServer32" /f /ve
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Start_ShowClassicMode" /t REG_DWORD /d 1
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\TaskbarSi" /t REG_DWORD /d 0
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment