restart

 avatar
user_6919294
batchfile
10 months ago
166 B
10
Indexable
@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
Editor is loading...
Leave a Comment