Terminal Server Install Mode Command
As I’m always forgetting these, I thought I’d make a note.
When installing software on a Microsoft Terminal Server, you need to set the server to be in installation mode to support folder virtualisation for users.
One way to make sure that this works is to install any new software through Add/Remove Programs, and then ‘Add New Programs’
A quicker way is to simply use the command line:
change user /install
This puts the server into install mode. After this, install any software that you need to install.
Once done, put the server back into execute mode:
change user /execute
This will switch the user session back to it’s normal mode which is used for running applications.
Easy.
Related posts:
- Set the default Organisational Unit for New Computers in Windows Server Once you have your domain and group policies set up,...
- Install vim on an Ubuntu server and desktop I’ve grown quite fond of vim over the past couple...
- Edit files with Notepad++ From Anywhere on your Network Notepad++ is a very handy tool. It rocks. What is...
- Access VirtualBox SSH and Web Server One of the thing that differs VirtualBox from Microsoft’s Virtual...
- Install a Ranger Package Without Ranger Following on from my remove ranger script, here is a...
Related posts brought to you by Yet Another Related Posts Plugin.
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.