Folder Redirection - Admin tools

  • Thread starter Thread starter Fingers
  • Start date Start date
F

Fingers

From an XP pro desktop, using the Sever 2003 Admin tools,
on a win2k DC server domain, and accessing group
policies, several items do not appear:
Internet Explorer Maintenance
Scripts (logon/Logoff)
Security settings
Folder Redirection

Why is that and how can I cause them to appear?

Thanks
 
Run the following commands 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

Philip Nunn
 
Back
Top