mirror of
https://github.com/reactos/reactos.git
synced 2025-05-25 20:18:22 +00:00
[BOOTDATA] Restore "CMD here" 'Extended' key, but commented out (#2093)
Addendum to db5a2fff
CORE-16519
This commit is contained in:
parent
ad6f1ac72b
commit
7e1338eac2
1 changed files with 4 additions and 0 deletions
|
@ -32,12 +32,16 @@ HKCR,"Directory","",0x00000000,"File Folder"
|
||||||
HKCR,"Directory","AlwaysShowExt",0x00000000,""
|
HKCR,"Directory","AlwaysShowExt",0x00000000,""
|
||||||
HKCR,"Directory","NoRecentDocs",0x00000000,""
|
HKCR,"Directory","NoRecentDocs",0x00000000,""
|
||||||
HKCR,"Directory\shell\cmd","",0x00020000,"@%SystemRoot%\system32\shell32.dll,-306"
|
HKCR,"Directory\shell\cmd","",0x00020000,"@%SystemRoot%\system32\shell32.dll,-306"
|
||||||
|
; Uncomment 'Extended' key to restore default (Shift-Right-Click) display of 'Command Prompt here'. (See CORE-16519.)
|
||||||
|
; HKCR,"Directory\shell\cmd","Extended",0x00000000,""
|
||||||
HKCR,"Directory\shell\cmd\command","",0x00000000,"cmd.exe /s /k pushd ""%V"""
|
HKCR,"Directory\shell\cmd\command","",0x00000000,"cmd.exe /s /k pushd ""%V"""
|
||||||
|
|
||||||
; Drive
|
; Drive
|
||||||
HKCR,"Drive","",0x00000000,"Drive"
|
HKCR,"Drive","",0x00000000,"Drive"
|
||||||
;HKCR,"Drive\DefaultIcon","",0x00000000,"%SystemRoot%\system32\shell32.dll,-4"
|
;HKCR,"Drive\DefaultIcon","",0x00000000,"%SystemRoot%\system32\shell32.dll,-4"
|
||||||
HKCR,"Drive\shell\cmd","",0x00020000,"@%SystemRoot%\system32\shell32.dll,-306"
|
HKCR,"Drive\shell\cmd","",0x00020000,"@%SystemRoot%\system32\shell32.dll,-306"
|
||||||
|
; Uncomment 'Extended' key to restore default (Shift-Right-Click) display of 'Command Prompt here'. (See CORE-16519.)
|
||||||
|
; HKCR,"Drive\shell\cmd","Extended",0x00000000,""
|
||||||
HKCR,"Drive\shell\cmd\command","",0x00000000,"cmd.exe /s /k pushd ""%V"""
|
HKCR,"Drive\shell\cmd\command","",0x00000000,"cmd.exe /s /k pushd ""%V"""
|
||||||
|
|
||||||
; Clipboard Element
|
; Clipboard Element
|
||||||
|
|
Loading…
Reference in a new issue