Jump to content

Disabling Zip Folders...got error.


Recommended Posts

ECHO Disabling Zip Folders in Explorer....
ECHO Please wait....
Start /wait %systemdrive%\%systemroot%\System32\regsvr32.exe /u %systemdrive%\%systemroot%\System32\zipfldr.dll /s

Did I do wrong?

When I tested the unattended xp cd on VMWare, I got the wrong message and it said it can't find the file: regsvr32.exe.

Any ideas?

Link to comment
Share on other sites


Or in Cleanup.cmd I simply add this

regsvr32 /u /s zipfldr.dll

regsvr32 /u /s cabview.dll

Just have it like maxXPsoft said. Since those files are already in System Folder, you don't need to speficy the file path.

Or in RunOnceEx.cmd you can have

REG ADD %KEY%\010 /VE /D "Disabling Zip Folders" /f
REG ADD %KEY%\010 /V 1 /D "regsvr32 /u /s zipfldr.dll." /f

etc.

Cheers,

McoreD

Link to comment
Share on other sites

Or in Cleanup.cmd I simply add this

regsvr32 /u /s zipfldr.dll

regsvr32 /u /s cabview.dll

Just have it like maxXPsoft said. Since those files are already in System Folder, you don't need to speficy the file path.

Or in RunOnceEx.cmd you can have

REG ADD %KEY%\010 /VE /D "Disabling Zip Folders" /f
REG ADD %KEY%\010 /V 1 /D "regsvr32 /u /s zipfldr.dll." /f

etc.

Cheers,

McoreD

Thank you for answering, i will try it.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...