https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f038c2339b419d80159df344da2fa1b1ea35659b

commit f038c2339b419d80159df344da2fa1b1ea35659b
Author:     Katayma Hirofumi MZ <[email protected]>
AuthorDate: Fri Nov 15 10:09:13 2019 +0900
Commit:     Katayma Hirofumi MZ <[email protected]>
CommitDate: Fri Nov 15 10:09:13 2019 +0900

    [BOOTDATA] s/cmd/cmd.exe/
---
 boot/bootdata/hivecls.inf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/boot/bootdata/hivecls.inf b/boot/bootdata/hivecls.inf
index d2cd5bada57..5d761961599 100644
--- a/boot/bootdata/hivecls.inf
+++ b/boot/bootdata/hivecls.inf
@@ -33,14 +33,14 @@ 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 /s /k pushd ""%V"""
+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 /s /k pushd ""%V"""
+HKCR,"Drive\shell\cmd\command","",0x00000000,"cmd.exe /s /k pushd ""%V"""
 
 ; Clipboard Element
 HKCR,".clp","",0x00000000,"clpfile"

Reply via email to