Winston Smith
Posts: 53
Score: 0 Joined: 12/18/2007 Status: offline
|
Hi, I'm trying to push a .reg to machines that will create a key in RunOnceEx\0001 to launch a web page on next reboot. Although initial testing appeared to work, machines in the second group are failing. SCCM Advertisement log reports that the advertisement is running successfully, but the regedit is not happening. The advertisement sends a .cmd file which in turn calls the .reg file. Here they are... [splash.cmd] @echo off net use /delete z: net use z: \\sms_server\splashshare %windir%\regedit.exe /s z:\splashscreen.reg net use /delete z: [/splash.cmd] [splash.reg] Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\0001] "MyApp"="\"C:\\Program Files\\Internet Explorer\\IEXPLORE.EXE\" www.boston.com" [/splash.reg] The server share is wide open (Everyone/Modify). I've made multiple changes to the .cmd file, and have only succeeded in causing one of the test machines that previously worked to now fail. The machines I'm testing against all have Domain Admins in the local administrators group, and are pretty normal configuration. I'm at a loss. Any ideas?
|