Internet Explorer: Properties and Advance Pages (Hide)

(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)

(imported comment written by BenKus)

What seems to be the problem? Does the Fixlet not run properly? Does it not change some of the settings?

Ben

(imported comment written by SystemAdmin)

Hi Ben,

This Fixlet is not work only for Win2000. What wrong with my fixlet?

(imported comment written by BenKus)

You will have to help by giving me more information about how it is failing… what is the action status?

Ben

(imported comment written by SystemAdmin)

For Win 2000, i want to hide the rest of the tab from Internet options and only except “general tab”.

(imported comment written by jessewk)

Does the action run to completion?

(imported comment written by SystemAdmin)

Yes, is completed but somehow it’s not working for Win2000.

This is an very urgent requirement. Kindly help me in this.

Thanks…

(imported comment written by jessewk)

I’m guessing the regset works, but removing the “control panel” key from the HKCU branch does not?

(imported comment written by SystemAdmin)

Yes, but for Win 2000 only work in HKCU. Do you have any method to hide the rest of the tab from Internet options and only except “general tab” for win2000? Any idea about that ?

Thank you…

(imported comment written by SystemAdmin)

Hi,

I still waiting the solution.

Thank You

(imported comment written by BenKus)

Hi,

It seems like the BigFix agent is executing the action properly but I am not sure why these registry changes don’t work on Windows 2000. Does it work if you change the registry manually outside of BigFix?

Ben

(imported comment written by SystemAdmin)

Hi,

It work when manually add to registry (Win2000) HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel and add to HKEY_CURRENT_USER\S-1-5-21…-500\Software\Policies\Microsoft\Internet Explorer\Control Panel but i do no how to create the Action Script and Relevance for this registry.

Thank You.

(imported comment written by SystemAdmin)

I create another Fixlet but have error.

Relevance:

(exists current user) AND (value “SecurityTab” of key “Software\Policies\Microsoft\Internet Explorer\Control Panel” of (key whose ((it = name of current user as lowercase OR it starts with name of current user as lowercase & “@” ) of (it as string as lowercase) of value “Logon User Name” of key “Software\Microsoft\Windows\CurrentVersion\Explorer” of it) of key “HKEY_USERS” of registry) != “00000001”)

Action Script:

RegSet "

HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel

" “SecurityTab”=dword:00000001

Please assist! I want to deploy this fixlet for 1000 Win2k PCs.

(imported comment written by SystemAdmin)

Any Solution???

(imported comment written by BenKus)

Does this help?

http://forum.bigfix.com/viewtopic.php?pid=7460#p7460

Ben

(imported comment written by SystemAdmin)

Thanks Ben,

My fixlet failed.

Check on Action Script Execution Detail

Completed delete __appendfile

Completed delete temp.reg

Completed appendfile {“REGEDIT4”}

Failed appendfile {""}

appendfile “SecurityTab”=dword:00000001

appendfile “ContentTab”=dword:00000001

appendfile “ConnectionsTab”=dword:00000001

appendfile “ProgramsTab”=dword:00000001

appendfile “PrivacyTab”=dword:00000001

appendfile “AdvancedTab”=dword:00000001

appendfile “HistoryTab”=dword:00000001

copy __appendfile temp.reg

wait regedit /s temp.reg

delete __appendfile

delete temp.reg

(imported comment written by BenKus)

This expression would fail if there was no user logged in… Is there a user logged into the local computer console of the computer you tested on?

Ben

(imported comment written by SystemAdmin)

Thanks for you help Ben… My fixlet already successful !!