Jump to content

RunCMDEx from CD


Recommended Posts


Are these supposed to work? I don't think so!

REG ADD %KEY%\003 /VE /D "Einstellungen für XP Antispy vornehmen" /f

REG ADD %KEY%\003 /V 1 /D "%CDROM%\Software\ regedit /S C:\install\applications\xpantispy\xpantispy.reg" /f

REG ADD %KEY%\003 /V 2 /D "%CDROM%\Software\ regsvr32.exe /u /s regwizc.dll" /f

REG ADD %KEY%\003/V 3 /D "%CDROM%\Software\ regsvr32.exe /u /s licdll.dll" /f

REG ADD %KEY%\003 /V 4 /D "%CDROM%\Software\ regsvr32.exe /u /s zipfldr.dll" /f

Link to comment
Share on other sites

Are these supposed to work? I don't think so!
REG ADD %KEY%\003 /VE /D "Einstellungen für XP Antispy vornehmen" /f

REG ADD %KEY%\003 /V 1 /D "%CDROM%\Software\ regedit /S C:\install\applications\xpantispy\xpantispy.reg" /f

REG ADD %KEY%\003 /V 2 /D "%CDROM%\Software\ regsvr32.exe /u /s regwizc.dll" /f

REG ADD %KEY%\003/V 3 /D "%CDROM%\Software\ regsvr32.exe /u /s licdll.dll" /f

REG ADD %KEY%\003 /V 4 /D "%CDROM%\Software\ regsvr32.exe /u /s zipfldr.dll" /f

These WILL work if he has set the %CDROM% variable. (there are several methods)

Link to comment
Share on other sites

REG ADD %KEY%\003 /VE /D "Einstellungen für XP Antispy vornehmen" /f

REG ADD %KEY%\003 /V 1 /D "%CDROM%\Software\ regedit /S C:\install\applications\xpantispy\xpantispy.reg" /f

REG ADD %KEY%\003 /V 2 /D "%CDROM%\Software\ regsvr32.exe /u /s regwizc.dll" /f

REG ADD %KEY%\003/V 3 /D "%CDROM%\Software\ regsvr32.exe /u /s licdll.dll" /f

REG ADD %KEY%\003 /V 4 /D "%CDROM%\Software\ regsvr32.exe /u /s zipfldr.dll" /f

Nope, these are not okay. In each of these entries, "%CDROM%\Software\" should be removed. It's serving no purpose for these particular entries.

REG ADD %KEY%\003 /VE /D "Einstellungen für XP Antispy vornehmen" /f
REG ADD %KEY%\003 /V 1 /D "regedit /S C:\install\applications\xpantispy\xpantispy.reg" /f
REG ADD %KEY%\003 /V 2 /D "regsvr32.exe /u /s regwizc.dll" /f
REG ADD %KEY%\003 /V 3 /D "regsvr32.exe /u /s licdll.dll" /f
REG ADD %KEY%\003 /V 4 /D "regsvr32.exe /u /s zipfldr.dll" /f

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