(imported topic written by SystemAdmin)
This fixlet does not work for Win2000. Please provide solution to this problem.
Action Script:
regset "
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Control Panel
" “SecurityTab”=dword:00000001
regset "
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Control Panel
" “ContentTab”=dword:00000001
regset "
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Control Panel
" “ConnectionsTab”=dword:00000001
regset "
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Control Panel
" “ProgramsTab”=dword:00000001
regset "
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Control Panel
" “PrivacyTab”=dword:00000001
regset "
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Control Panel
" “AdvancedTab”=dword:00000001
regset "
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Control Panel
" “History”=dword:00000001
delete __appendfile
delete IE_temp.reg
appendfile REGEDIT4
appendfile
appendfile
-HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Internet Explorer\Control Panel
appendfile
copy __appendfile IE_temp.reg
prefetch RunAsCurrentUser.exe sha1:a72371f4e968da7ead24f0f4e68c14b234ac94f6 size:184320 http://software.bigfix.com/download/bes/util/RunAsCurrentUser-2.0.exe
utility __Download\RunAsCurrentUser.exe
waithidden __Download\RunAsCurrentUser.exe regedit /s IE_temp.reg
Relevance:
(name of operating system as lowercase starts with “win”) AND (not exists key “HKLM\SOFTWARE\Policies\Microsoft\Internet Explorer\Control Panel” of registry OR not exists key (“HKLM\Software\Policies\Microsoft\Internet Explorer\Control Panel”) whose (value “SecurityTab” of it = 1 AND value “ContentTab” of it = 1 AND value “ConnectionsTab” of it = 1 AND value “ProgramsTab” of it = 1 AND value “PrivacyTab” of it = 1 AND value “AdvancedTab” of it = 1 AND value “History” of it = 1) of registry OR exists key (“HKEY_USERS” & (name of key whose (value “Logon User Name” of key “Explorer” of key “CurrentVersion” of key “Windows” of key “Microsoft” of key “Software” of it as string as lowercase = name of current user as string as lowercase) of key “HKEY_USERS” of registry) & “\Software\Policies\Microsoft\Internet Explorer\Control Panel”) of registry)