Created
July 25, 2022 04:35
-
-
Save highgain86j/4dcd48a367613ce44e2edf182f381249 to your computer and use it in GitHub Desktop.
Windows 11 tweaks
This file contains 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
@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