Sull Posted May 14, 2008 Share Posted May 14, 2008 Not that I even use IE7 I would like to uninstall this, probably the most annoying thing I have accoutered.Thanks Quote Link to comment Share on other sites More sharing options...
NIM Posted May 14, 2008 Share Posted May 14, 2008 Yes, we also uninstall this feature through add remove window components in Control Panel, but I'm not sure how can you remove it in unattended setup Quote Link to comment Share on other sites More sharing options...
Sull Posted May 14, 2008 Author Share Posted May 14, 2008 Alright I figured it out, I just add these two entries to my tweak file.;--------------------------------------------------------------------------------------------------;disable IE enhanced security[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\{A509B1A7-37EF-4b3f-8CFC-4F3A74704073}]"IsInstalled"=dword:00000000[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\{A509B1A8-37EF-4b3f-8CFC-4F3A74704073}]"IsInstalled"=dword:00000000After next reboot it will uninstall Quote Link to comment Share on other sites More sharing options...
NIM Posted May 14, 2008 Share Posted May 14, 2008 Thx for sharing! Quote Link to comment Share on other sites More sharing options...
Guest III888 Posted January 15, 2009 Share Posted January 15, 2009 Spammer Quote Link to comment Share on other sites More sharing options...
shahed Posted February 20, 2009 Share Posted February 20, 2009 You can also do this with unattend xml. Just add this: <settings pass="specialize"> <component name="Microsoft-Windows-IE-ESC" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <IEHardenAdmin>false</IEHardenAdmin> <IEHardenUser>false</IEHardenUser> </component> </settings> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.