Switch Windows Terminal Services to Install Mode
To Switch Terminal Services to Install Mode
When you want to add or remove programs, or change settings for all users on the Terminal Services server in Install mode. To do this:
Click Start, and then click Run.
In the Open box, type cmd, and then click OK.
At the command prompt, type change user /install
, and then press ENTER.
The following message appears: User session is ready to install applications.
Type exit, and then press ENTER.
Add or remove the programs that you want.
You are now in Change User Mode so go install programs or change settings that you want to propagate to all users
To Switch Terminal Services back to Execute Mode
When you are finished adding or removing programs, return the Terminal Services server to Execute mode. To do this:
Click Start, and then click Run.
In the Open box, type cmd, and then click OK.
At the command prompt, type change user /execute
, and then press ENTER.
The following message appears: User session is ready to execute applications.
Type exit, and then press ENTER.
Install or remove the software, reboot if needed.
When complete the server will need to be put back into execute mode
Example
change user /install
change user /execute
No Comments