https://git.reactos.org/?p=reactos.git;a=commitdiff;h=db5a2fff5d4c3c6431abde...
commit db5a2fff5d4c3c6431abde13f21ee33a27e714dc Author: Katayama Hirofumi MZ katayama.hirofumi.mz@gmail.com AuthorDate: Sun Nov 24 19:22:23 2019 +0900 Commit: GitHub noreply@github.com CommitDate: Sun Nov 24 19:22:23 2019 +0900
[SHELL32] Shift-Right-Click patch: Plan B (#2082)
Enable "CMD here" without Shift key. CORE-16519 --- boot/bootdata/hivecls.inf | 2 -- 1 file changed, 2 deletions(-)
diff --git a/boot/bootdata/hivecls.inf b/boot/bootdata/hivecls.inf index 5d761961599..d81e9565f6d 100644 --- a/boot/bootdata/hivecls.inf +++ b/boot/bootdata/hivecls.inf @@ -32,14 +32,12 @@ HKCR,"Directory","",0x00000000,"File Folder" HKCR,"Directory","AlwaysShowExt",0x00000000,"" HKCR,"Directory","NoRecentDocs",0x00000000,"" HKCR,"Directory\shell\cmd","",0x00020000,"@%SystemRoot%\system32\shell32.dll,-306" -HKCR,"Directory\shell\cmd","Extended",0x00000000,"" HKCR,"Directory\shell\cmd\command","",0x00000000,"cmd.exe /s /k pushd ""%V"""
; Drive HKCR,"Drive","",0x00000000,"Drive" ;HKCR,"Drive\DefaultIcon","",0x00000000,"%SystemRoot%\system32\shell32.dll,-4" HKCR,"Drive\shell\cmd","",0x00020000,"@%SystemRoot%\system32\shell32.dll,-306" -HKCR,"Drive\shell\cmd","Extended",0x00000000,"" HKCR,"Drive\shell\cmd\command","",0x00000000,"cmd.exe /s /k pushd ""%V"""
; Clipboard Element