Jump to content

Getting Microsoft Antispy to Run w/o Installing?


Recommended Posts

I fix computers for customers everyday , and i have found ways to make the following Antispyware Programs Run without installing on the users machine

Spybot S&D

Spysweeper

Ad-Aware

I would like to get Microsoft Antispy to run without installing , I keep getting errrors each time i try though , This is the code for the others to run without installing (Spybot S&d Code) , I am not sure why i cant get it to run properly , The code below is for Spybot , and it works just fine

@echo off
rem **************************************************
rem
rem 2004.06.03
rem **************************************************

setlocal

if "%temp%" == "" goto _error1
if exist "c:\progra~1\spybot~1\spybotsd.exe" goto _error2
if exist "C:\bby\temp\spybot\spybotsd.exe" goto _error3

echo.
echo Copying... "%~dp0*.*" to "C:\bby\temp\spybot\"
echo.
xcopy /e "%~dp0*.*" "C:\bby\temp\spybot\"

:_begin
regedit /s C:\bby\temp\spybot\DisableSpybotSDWizard.reg
copy C:\bby\temp\spybot\DELETE_BBY_TEMP.bat "%USERPROFILE%\Desktop"
start C:\bby\temp\spybot\spybotsd.exe
goto _end

:_error1
echo.
echo %temp% dir not found; please create %temp% run and run .cmd again
echo.
pause.
exit

:_error2
echo.
echo SpyBot is installed locally; please use the local version
echo.
echo PATH:c:\progra~1\spybot~1\spybotsd.exe
echo.
echo.
echo **********************************************************
echo.
echo *** Don't forget to tweak the scan settings and update ***
echo.
echo **********************************************************
echo.
echo.
echo Local version will be launched . . .
echo.
pause.
start c:\progra~1\spybot~1\spybotsd.exe
goto _end

:_error3
echo.
echo SpyBot exists within %temp%
echo.
echo Version within this directory will be launched . . .
echo.
pause.
start C:\bby\temp\spybot\spybotsd.exe
goto _end

:_end
endlocal

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.


×
×
  • Create New...