(imported topic written by OmegaWhispa91)
Hi all,
I think this has to do with how i’m setting up RunAsCurrentUser, but i can’t tell what’s wrong. I have set up a task with the action below to uninstall a particular software and then disable the proxy setting on Internet Explorer. The proxy needs to be disabled under the current user, so i’m using RunAsCurrentUser. The software is uninstalling, however, the registry never changes. Any help would be appreciated.
waithidden msiexec.exe /qn /x{{7B6A516C-9BC9-40D2-9508-B99ED1D4A1CF}
appendfile REGEDIT4
appendfile
appendfile
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings
appendfile “ProxyEnable”=dword:00000000
copy __appendfile temp.reg
prefetch RunAsCurrentUser.exe sha1:ee47505ebfb2790b9da8a20ed70e67158e9753d0 size:342528 http://software.bigfix.com/download/bes/util/RunAsCurrentUser-2.0.3.1.exe
utility __Download\RunAsCurrentUser.exe
waithidden __Download\RunAsCurrentUser.exe regedit /s temp.reg
Jon