Hi all - I've got a .reg file that takes care of removing livesearch on logon and makes google.co.uk the only and default provider.
I also made a regfile with some other settings I might want to apply on logon
But besides that and the GPO settings I use, I wish to control the toolbar in the way the old GPO did it for IE6.
For example - I wish to make the toolbar (not the menubar) have large icons (note the 'smallicons = 0' entry I found above in the 2nd regfile), show all text, and remove the feeds, research and messenger buttons. I can do this on 1 machine but I really want to find what it's changing so I can make a GPO or reg file to run it on startup for all machines.
I think it might all be in the hex jargain contained inside
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\CommandBar
Anyone? :/
_________________________________
Leozack
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes]
"DefaultScope"="{9B4409AF-72A4-4F9E-8366-5E2504B13EC3}"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes\{9B4409AF-72A4-4F9E-8366-5E2504B13EC3}]
"DisplayName"="Google"
"URL"="[URL unfurl="true"]http://www.google.co.uk/search?hl=en&q={searchTerms}&meta="[/URL]
[-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\SearchScopes\{0633EE93-D776-472f-A0FF-E1416B8B2E3A}]
[HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\SearchScopes]
"DefaultScope"="{9B4409AF-72A4-4F9E-8366-5E2504B13EC3}"
[HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\SearchScopes\{9B4409AF-72A4-4F9E-8366-5E2504B13EC3}]
"DisplayName"="Google"
"URL"="[URL unfurl="true"]http://www.google.co.uk/search?hl=en&q={searchTerms}&meta="[/URL]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\SearchScopes\{0633EE93-D776-472f-A0FF-E1416B8B2E3A}]
I also made a regfile with some other settings I might want to apply on logon
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\CommandBar]
"SmallIcons"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\InformationBar]
"FirstTime"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"NoUpdateCheck"=dword:00000001
"Disable Script Debugger"="yes"
"Anchor Underline"="yes"
"Cache_Update_Frequency"="Once_Per_Session"
"Save_Session_History_On_Exit"="no"
"Show_StatusBar"="yes"
"Show_ToolBar"="yes"
"Show_URLinStatusBar"="yes"
"Show_URLToolBar"="yes"
"Use_DlgBox_Colors"="yes"
"FullScreen"="no"
"NotifyDownloadComplete"="no"
"FormSuggest PW Ask"="no"
"DisableScriptDebuggerIE"="yes"
"RunOnceHasShown"=dword:00000001
"RunOnceComplete"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar]
"Locked"=dword:00000000
But besides that and the GPO settings I use, I wish to control the toolbar in the way the old GPO did it for IE6.
For example - I wish to make the toolbar (not the menubar) have large icons (note the 'smallicons = 0' entry I found above in the 2nd regfile), show all text, and remove the feeds, research and messenger buttons. I can do this on 1 machine but I really want to find what it's changing so I can make a GPO or reg file to run it on startup for all machines.
I think it might all be in the hex jargain contained inside
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\CommandBar
Anyone? :/
_________________________________
Leozack
Code:
MakeUniverse($infinity,1,42);