Initial commit
This commit is contained in:
36
Windows/Show more options by default.md
Normal file
36
Windows/Show more options by default.md
Normal 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/)
|
||||
|
||||
Reference in New Issue
Block a user