My First Script
Posted: 17 Apr 2014 21:58
The proposital is : Wait total load windows for total load of process and services.
Is code :
Save is code sugestive name : loadwait.bat
And save location in :
Is code :
Code: Select all
@echo off
@taskkill /f /im explorer.exe > nul
@timeout 60 /nobreak > nul
@start explorer
color 1c
echo.
echo.
echo System Ready to Use !!!
echo.
echo.
@timeout 2 > nul
Save is code sugestive name : loadwait.bat
And save location in :
Code: Select all
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup