restart

 avatar
user_6919294
batchfile
23 days ago
166 B
6
Indexable
Never
@echo off
set /a delay=600  :: Opóźnienie w sekundach (tu: 10 minut)
echo Restarting the computer in %delay% seconds...
timeout /t %delay% /nobreak
shutdown /r /t 0
Leave a Comment