Jump to content

Recommended Posts

Posted

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?


Posted
You can remove zipfolders using nLite.

Thank you for answering, but how to do it in nLite?

Edit: ok, I know how. thank you for answering.

Posted
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

Posted
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.

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...