I have a vbs script that I need to run as a last step during OSD. This script needs to be run as "NT Authority\System" account. When I add a Run Command Line step into the TS and select "Run this step as the following account", I cannot put in the system account. I can browse and select it, but it wont let me apply it, saying
"The Windows user account name is not valid. Enter a username in the form: Domain\user or %variable%".
How can I run run this script as the system user? It needs to be ran as this user as it will be changing some registry keys. Local admin doesnt have permissions.
Thanks-