37 lines
499 B
Markdown
37 lines
499 B
Markdown
# 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/)
|
|
|