1

This quesion is related to Virtual Machine concept. We login to system using mstsc and [username]/[password].

If I run a program on startup by placing it in:

C:\Documents and Settings\[username]\Start Menu\Programs\Startup in Windows 2003 Server, will the program run when the actual machine started? or does it run only when we log in to VM using that [username]? Does it require to be placed in Administrator user account to expect it run on startup?

1 Answers1

1

1) Windows 2003 Server is no longer supported. Upgrade.

2) The program in C:\Documents and Settings\[username]\Start Menu\Programs\Startup will run only after login. Use local policy gpedit.msc - Computer configuration to add scripts or commands to be launched at startup. Or you can use a Windows scheduled task.

See this question.

Vojtěch Dohnal
  • 3,740
  • 9
  • 25
  • 50