G
Guest
Hi to everybody, i have this question to post:
I build a script vbs that run any time any user logon on system, this script
must change value settings Internet Explorer for any user, but any time user
logon the script raise error of problem authorization to create keys.
the script is this:
Dim objShell, RegLocate, RegLocate1
Set objShell = WScript.CreateObject("WScript.Shell")
RegLocate = "HKEY_USERS\.DEFAULT\Software\Policies\Microsoft\Internet
Explorer\Restrictions\NoBrowserOptions"
objShell.RegWrite RegLocate,"1","REG_DWORD"
WScript.Quit
Some one know how can solve this problems.
Thanks a lot.
I build a script vbs that run any time any user logon on system, this script
must change value settings Internet Explorer for any user, but any time user
logon the script raise error of problem authorization to create keys.
the script is this:
Dim objShell, RegLocate, RegLocate1
Set objShell = WScript.CreateObject("WScript.Shell")
RegLocate = "HKEY_USERS\.DEFAULT\Software\Policies\Microsoft\Internet
Explorer\Restrictions\NoBrowserOptions"
objShell.RegWrite RegLocate,"1","REG_DWORD"
WScript.Quit
Some one know how can solve this problems.
Thanks a lot.