Good Morning,
i like to deploy a Software on a remote desktop server ( Windows Server 2012 R2).
I need to run the command: "change user /install", befor the install start.
The command always stops with a failure. I run the command in different versions:
- cmd.exe /c "change user /install"
- cmd.exe /k "change user /install"
- cmd /c change user /install
- cmd /k change user /install
I have no idea in which version it could work.
Thanks for your help.
Kind regards,
Matthias