Just use the Windows task scheduler to run them at system startup. Set the task to run as an account that has the required access. If the scripts require a different account then you can set a credential object.
The processes will be "running in the background" so when you log on to the server you won't see the console window. You'll need to have the script write activity to a log file that you can then look at to see what they are doing.