September 11, 200421 yr ECHO Disabling Zip Folders in Explorer....ECHO Please wait....Start /wait %systemdrive%\%systemroot%\System32\regsvr32.exe /u %systemdrive%\%systemroot%\System32\zipfldr.dll /sDid 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?
September 12, 200421 yr Author 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.
September 12, 200421 yr Or in Cleanup.cmd I simply add thisregsvr32 /u /s zipfldr.dllregsvr32 /u /s cabview.dll
September 12, 200421 yr "%SystemDrive%\%SystemRoot%\system32\regsvr32.exe" == "C:\C:\Windows\system32\regsvr32.exe"remove that %SystemDrive%.
September 12, 200421 yr your asking it to go to two places, it is getting confused with "%SystemDrive%& %SystemRoot% .
September 12, 200421 yr Or in Cleanup.cmd I simply add thisregsvr32 /u /s zipfldr.dllregsvr32 /u /s cabview.dllJust 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" /fREG ADD %KEY%\010 /V 1 /D "regsvr32 /u /s zipfldr.dll." /f etc. Cheers,McoreD
September 12, 200421 yr Author Or in Cleanup.cmd I simply add thisregsvr32 /u /s zipfldr.dllregsvr32 /u /s cabview.dllJust 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" /fREG 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