From 49ca9d4184bed9b8bd3f36ff8ec4c6d6ca7889a6 Mon Sep 17 00:00:00 2001 From: Alexander Morozov Date: Fri, 16 Mar 2012 19:49:33 +0400 Subject: [eterhack] wine.inf: Add windows\command to PATH (eterbug #8251). --- tools/wine.inf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/wine.inf.in b/tools/wine.inf.in index 6a4c4d2..de28c14 100644 --- a/tools/wine.inf.in +++ b/tools/wine.inf.in @@ -589,7 +589,7 @@ HKLM,%Control%\Session Manager,HeapDeCommitTotalFreeThreshold,0x00040002,0 HKLM,%Control%\Session Manager,HeapSegmentCommit,0x00040002,0 HKLM,%Control%\Session Manager,HeapSegmentReserve,0x00040002,0 HKLM,%Control%\Session Manager\Environment,"ComSpec",0x00020000,"%11%\cmd.exe" -HKLM,%Control%\Session Manager\Environment,"PATH",0x00020002,"%11%;%10%;%11%\wbem" +HKLM,%Control%\Session Manager\Environment,"PATH",0x00020002,"%11%;%10%;%11%\wbem;%10%\command" HKLM,%Control%\Session Manager\Environment,"PATHEXT",,".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH" HKLM,%Control%\Session Manager\Environment,"SystemDrive",2,"c:" HKLM,%Control%\Session Manager\Environment,"SYSTEMROOT",,"%10%" -- 1.7.9.3