You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
My Reg key HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor\AutoRun is set too
cd /d H:\ (Coperate env with group policy so I can't change or remove it).
This has the effect of overriding the cwd parameter. So if I run the following
My Reg key HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor\AutoRun is set too
cd /d H:\ (Coperate env with group policy so I can't change or remove it).
This has the effect of overriding the cwd parameter. So if I run the following
I will print out the contents of h:\ twice, instead of c:\windows
If child_process.exec added the /D flag to cmd it would avoid side effects caused by autorun reg settings. So
instead of
I originally though this was a jspm issue jspm/registry-endpoint#9 the comments on that thread have more details.
The text was updated successfully, but these errors were encountered: