Skip to content

Instantly share code, notes, and snippets.

View Adam-S-Amir's full-sized avatar
😵‍💫
:godmode:

Adam $. Amir Adam-S-Amir

😵‍💫
:godmode:
View GitHub Profile
@adamalbers
adamalbers / Windows 11 Explorer Fixes
Created January 25, 2022 18:54
Make Windows 11 act like Windows 10.
#Disable new context menu:
reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
#Restore new context menu:
reg.exe delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f
#Disable Explorer command bar:
reg.exe add "HKCU\Software\Classes\CLSID\{d93ed569-3b3e-4bff-8355-3c44f6a52bb5}\InprocServer32" /f /ve
#Restore Explorer command bar:
@ArtBIT
ArtBIT / GRUB_INIT_TUNE.md
Last active September 15, 2024 10:19
A collection of GRUB init tunes