In previous versions and I am going to assume still in Windows 2008 you can set a scheduled task to be run "when the computer starts" instead of at a specific time.
Update:
Just checked a test Windows 2008 machine of mine.
Run Task Scheduler from the start menu search box.
Choose Create Basic Task on the right.
On the trigger selection, you will have choices for "When the computer starts" and "When I log on"
Windows Scheduler -- When my computer starts
I'm pretty sure you can the built-in Windows Scheduler to execute your batch file on startup.
Try this:
Start > Programs > Accessories > System Tools > Scheduled Tasks
Select the location of your batch file and on the next page select "When my computer starts".
You may also want to move it to somewhere OTHER than the startup folder to avoid "weirdness".
Good luck!
In previous versions and I am going to assume still in Windows 2008 you can set a scheduled task to be run "when the computer starts" instead of at a specific time.
Update:
Just checked a test Windows 2008 machine of mine.
Run Task Scheduler from the start menu search box. Choose Create Basic Task on the right. On the trigger selection, you will have choices for "When the computer starts" and "When I log on"
Place the batch file into the 'Startup' folder for the user. Or do you want to run it before the user signs in?
Fire up an mmc, add it local computer policy settings snap-in and in Windows settings/Scripts put your startup script.
Run a batch file at loading of
Windows 8 and 10 and windows server 2016
.Start
on the keyboard, typeRun
, and press Enter.shell:startup
to open the Startup folder.Home
tab at the top of the folder. Then, selectPaste
to paste the shortcut file into the Startup folder.I hope is useful.