Internet Explorer Maintenance doesn`t appear

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

Hi All

IE Maintenace Extension doesn`t appear in my GPO. I wanna
be able to configure proxy settings per OU instead of
going to each machine and changing it. Please help
 
Run these commands. You can copy and run as a .bat if you want, or
individually from a CMD prompt.

regsvr32 %windir%\system32\gptext.dll
regsvr32 %windir%\system32\fde.dll
regsvr32 %windir%\system32\scecli.dll
regsvr32 %windir%\system32\ieaksie.dll
regsvr32 %windir%\system32\wsecedit.dll
regsvr32 %windir%\system32\iedkcs32.dll
regsvr32 %windir%\system32\appmgr.dll

This will fix your problem. Sounds like some DLL's got unregistered.

Philip Nunn
 
Philip, Thank you very much

Just to clarify, should I register these dlls on one
Domain Contoller? I have 3 DCs, should this be ran on all
3 of them? I apologize if this is a stupid question, I am
just trying to be cautious.

Thanks again
 
Run it on which ever computer is having the problems display the "Internet
explorer maintanence" node. It is not a problem with say...your DC
necessarily, just the pc you are using to edit your GPO's. So run it on the
pc you are having the problem on.

Philip Nunn
 
Back
Top