Are you getting this error?
---------------------------
RUNDLL
---------------------------
Error in iedkcs32.dll
Missing entry:clear
---------------------------
OK
---------------------------
That's because you've typed "clear", whereas Alan's post said "Clear". The
parameters are case-sensitive.
rundll32 iedkcs32.dll,BrandCleanInstallStubs
or
rundll32 iedkcs32.dll,Clear
--
Regards,
Ramesh Srinivasan, Microsoft MVP [Windows XP Shell/User]
Windows® XP Troubleshooting
http://www.winhelponline.com
Hi,
I was pointed to this post when I asked the same question on another
forum.
I tried Alan's method but it didn't work as it was written, I got a
message about "missing field on clear".
I had to use this .....
*rundll32 iedkcs32.dll,BrandCleanInstallStubs*
.....and for the iedkcs.dll file, I had to type in the full pathname
(c:\windows\system32\etc)
This came from.....
http://windowsxp.mvps.org/ie/ispunbrand.htm
hope this helps somone else