Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: Can't install any modules (autoruns SH_PATH "cmd /d /x /c")

by Anonymous Monk
on Oct 07, 2014 at 02:56 UTC ( [id://1103047]=note: print w/replies, xml ) Need Help??


in reply to Re: Can't install any modules
in thread Can't install any modules

Ok, the problem was autoruns

reg query "HKCU\Software\Microsoft\Command Processor" /s

How to change the default startup directory for Command Prompt?

Hidden gotcha: The command processor's AutoRun setting - The Old New Thing - Site Home - MSDN Blogs

This could (or not) be considered a win32 perl bug as SH_PATH/Config#sh is lacking a /D option

$ perl -V:sh sh='cmd /x /c';

$ cmd /? ... /D Disable execution of AutoRun commands from registry (see below +) ... If /D was NOT specified on the command line, then when CMD.EXE starts, + it looks for the following REG_SZ/REG_EXPAND_SZ registry variables, and i +f either or both are present, they are executed first. HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor\AutoRun and/or HKEY_CURRENT_USER\Software\Microsoft\Command Processor\AutoRun

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1103047]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-03-19 02:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found