- Back to Home »
- Batch File , Notepad , Tips and Trick »
- Cara Shutdown Komputer Orang Lain dengan Notepad
Posted by : Eja Gaming
Rabu, 07 Agustus 2013
1.Klik Start → All Programs → Accessories
2.Notepad
3.Masukkan code berikut
@echo off4.Simpan dengan nama Shutdown.bat
Title Shutdown
color A
mode 65,6
:start
cls
set /p time=Time (Second) :
set /p comment=Comment (Max 127) :
set /p ip=IP Address :
shutdown -s -t %time% -c "%comment%" -m \\%ip%>>nul
echo Success
pause>>nul
goto start
5.Klik 2x untuk membuka Shutdown.bat
6.Enjoy!