Running a batch file or script at boot without login

  • Thread starter Thread starter Ahmed
  • Start date Start date
A

Ahmed

Does anyone know how to run a batch file or VB script at
server start without login to the server.
 
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.
 
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.
 
Back
Top