trying to execute CMD in MI
Is ther any way to execute a cmd file with parameter switches in a Managed Install? I am tryin to set reg keys to not allow Windows Update to install IE9
Microsoft has a cmd file IE9_blocker.cmd that you run with /B switch to add registry keys, although I cannot seem to make it execute via managed install.
I use a manual command line IE9_blocker.cmd /B and variations, the cmd downloads but will not execute.
Microsoft has a cmd file IE9_blocker.cmd that you run with /B switch to add registry keys, although I cannot seem to make it execute via managed install.
I use a manual command line IE9_blocker.cmd /B and variations, the cmd downloads but will not execute.
0 Comments
[ + ] Show comments
Answers (5)
Please log in to answer
Posted by:
GillySpy
13 years ago
Posted by:
mlathrop
13 years ago
Posted by:
rmeyer
13 years ago
why not just add all the registry keys/switches inside the cmd script, it's just the line below :)
REG ADD HKLM\SOFTWARE\Microsoft\Internet Explorer\Setup\9.0 /v DoNotAllowIE90 /t REG_DWORD /d 1 /f
(for more info on "Reg add" http://www.petri.co.il/reg_command_in_windows_xp.htm )
But if you upload the "IE9_Blocker.cmd" and select "Use Default" you should be able to write "/B" in the field below
REG ADD HKLM\SOFTWARE\Microsoft\Internet Explorer\Setup\9.0 /v DoNotAllowIE90 /t REG_DWORD /d 1 /f
(for more info on "Reg add" http://www.petri.co.il/reg_command_in_windows_xp.htm )
But if you upload the "IE9_Blocker.cmd" and select "Use Default" you should be able to write "/B" in the field below
Posted by:
mlathrop
13 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.