Jump to content

Recommended Posts

Posted

Hello guys,

i´m new here, and I want to know, if someone can tell me, if my runcmdex that i have created, will work.

I´m sorry for my bad English.

Hope, someone can help me...

RunOneEx.cmd


Posted

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

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

Posted
These WILL work if he has set the %CDROM% variable.

He has set it. I'm talking about the structure of strings. Do you think it's ok?

Posted
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

Posted

This needs a fix, too:

REG ADD %KEY%\067 /V 2 /D "taskkill spywareblaster.exe" /f

I'm not sure, here, if explorer should ask for confirmation; as I always use /F /IM.

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