Initial commit

This commit is contained in:
2025-09-13 20:36:34 +02:00
commit e0cb195f57
24 changed files with 271 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
# Show "More options" by default in Windows 11 File Explorer
## Manual Method
Open command prompt as administrator
### Activate "More by default"
enter:
`reg add HKCU\\Software\\Classes\\CLSID{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\\InprocServer32 /ve /d "" /f`
###
### Deactivate "More by default"
enter:
`reg delete "HKCU\\Software\\Classes\\CLSID\\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f`
## Alternative method using tool
[Winaero Tweaker](https://winaerotweaker.com/)