How to make DLL dereg permanent?

  • Thread starter Thread starter r
  • Start date Start date
R

r

Can someone help me? I want to make a DLL deregistration permanent?

I'm using the following command to disable WinXP built-in Zip support:

regsvr32 /u %windir%\system32\zipfldr.dll

and it does what I need, but only until the next reboot, after which
the dll is again registered.

Txs!
(e-mail address removed)
 
r said:
Can someone help me? I want to make a DLL deregistration permanent?

I'm using the following command to disable WinXP built-in Zip support:

regsvr32 /u %windir%\system32\zipfldr.dll

and it does what I need, but only until the next reboot, after which
the dll is again registered.

Try renaming the DLL after you unregister it. Maybe something like
zipfldr.dll.old.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top