Running a batch file or script at boot without login

A

Ahmed

Does anyone know how to run a batch file or VB script at
server start without login to the server.
 
T

Torgeir Bakken (MVP)

Ahmed said:
Does anyone know how to run a batch file or VB script at
server start without login to the server.

Hi

Create e.g. a scheduled task that is configured to run at computer startup.
 
D

David H. Lipman

Create the script and then edit the Registry

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunServices

Create a String Value with a description of the script and then put the fully qualified path
to the script in for the Value Data.

Dave



| Does anyone know how to run a batch file or VB script at
| server start without login to the server.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top