A Ahmed Jan 16, 2004 #1 Does anyone know how to run a batch file or VB script at server start without login to the server.
T Torgeir Bakken (MVP) Jan 16, 2004 #2 Ahmed said: Does anyone know how to run a batch file or VB script at server start without login to the server. Click to expand... Hi Create e.g. a scheduled task that is configured to run at computer startup.
Ahmed said: Does anyone know how to run a batch file or VB script at server start without login to the server. Click to expand... Hi Create e.g. a scheduled task that is configured to run at computer startup.
D David H. Lipman Jan 16, 2004 #3 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.
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.