Initial commit
This commit is contained in:
12
Windows/Add open with VSCode to folder menu.reg
Normal file
12
Windows/Add open with VSCode to folder menu.reg
Normal file
@@ -0,0 +1,12 @@
|
||||
Windows Registry Editor Version 5.00
|
||||
|
||||
[HKEY_CLASSES_ROOT\Directory\shell\VSCode]
|
||||
@="Open with Code"
|
||||
"Icon"="\"%LocalAppData%\\Programs\\Microsoft VS Code\\Code.exe\""
|
||||
|
||||
[HKEY_CLASSES_ROOT\Directory\shell\VSCode\command]
|
||||
@=hex(2):22,00,25,00,4c,00,6f,00,63,00,61,00,6c,00,41,00,70,00,70,00,44,00,61,\
|
||||
00,74,00,61,00,25,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,73,00,\
|
||||
5c,00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,56,00,53,\
|
||||
00,20,00,43,00,6f,00,64,00,65,00,5c,00,43,00,6f,00,64,00,65,00,2e,00,65,00,\
|
||||
78,00,65,00,22,00,20,00,22,00,25,00,56,00,22,00,00,00
|
||||
@@ -0,0 +1,2 @@
|
||||
[InternetShortcut]
|
||||
URL=https://allthings.how/how-to-show-more-options-by-default-in-windows-11-file-explorer/
|
||||
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