Now it tries to reboot windows Case WinExists('DAEMON Tools 4.00HE', 'You must reboot after previous operation') _Log('Win:' & @TAB & '"You must reboot after previous operation"') _RunOnce() ControlClick('DAEMON Tools 4.00HE', 'You must reboot after previous operation', 'Button1') ; Desktop Reboot after 20 seconds. Sleep(15*1000) MsgBox(262144, 'DAEMON Tools 4.00HE', 'System restart commencing now', 5) _Log('Win:' & @TAB & '"You must reboot after previous operation" = Restart') Shutdown(2) Exit reboot after 20 sec? how can i disable this or make the time longer , cause "shutdown.exe -r -f -t 90" this is not ready yet. and it leaves a file behind now on desktop "DT4_log.log" DT4_log.rar