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.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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