How do I run a bat file at startup in Windows 2008?
|
feedback
|
|
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! | |||
feedback
|
|
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: 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" | |||
|
feedback
|
|
Place the batch file into the 'Startup' folder for the user. Or do you want to run it before the user signs in? | |||
|
feedback
|
|
Fire up an mmc, add it local computer policy settings snap-in and in Windows settings/Scripts put your startup script. | |||
|
feedback
|