When installing the Terminal Services role on a 2008 member server in a SBS 2008 domain, you may run into the following error:
Quote
Attempt to configure Terminal Server failed with the error code 0x8004005.
Error HRESULT E_FAIL has been returned from a call to a COM component.
The problem surfaces when the 2008 member server was added to the domain, it was misplaced in the SBSComputers OU, rather than the SBSServers OU. As a result, a certain client group policy, which is linked with the SBSComputers OU, interferes with the installation of Terminal Services.
When you're using a Belgian keyboard (or another) on a Windows 2003 Terminal Server, you might have the same problem we had: characters that are formed with a combination of AltGr and other characters (e.g. the @ sign) don't work as they should.
There are two things you can do to work around this problem.
Instead of using AltGr, try using CTRL+ALT and the key you want. This circumvents the problem, but may not be what you want.
You can change the application of Windows key combinations. Rather than applying them to the TS, you can change it so it applies only to the local computer.
This dis ...
Printers that use ports that do not begin with COM, LPT or USB are not redirected in a remote desktop or terminal services session. To force all ports to be redirected, the filtering type has to be changed. This is done in the registry.
Do a Start, Run, type in regedit and press Enter. This starts the Registry Editor.Navigate to the key: HKEY_CURRENT_USERSoftwareMicrosoftTerminal Server ClientDefaultAddInsRDPDR.Right-click in the right pane, choose New, then DWORD value.Name the value FilterQueueType, press Enter.Double-click the newly created entry, and set the value to FFFFFFFF, click OK.Re ...
execute mode: this is the default mode. In this mode, users can log in the TS and run applications.install mode: putting a server in this mode will notify the TS of changes in the system when installing software. This is important, because otherwise software would fail to properly get installed, and there would be all kinds of ugliness going on.In Windows 2003, a server should automatically be put in to install mode if your installation software has setup, or install in their file name. In Windows 2000, you have to put the server in the correct mode, ...
When running Photoshop CS2 on a Windows 2003 with Terminal Server, regular users cannot start Photoshop CS2. If they try, the following error is displayed:
Quote
An error has been detected with a required application library and the product cannot continue. Please reinstall the application
However, when running with Administrator privileges, there is no problem.
CS2 requires the SeCreateGlobalPrivilege privilege. By default, regular domain users don't have this privilege, and thus, CS2 doesn't work.
Assign the required privilege to the users. Normally, assigning this privilege to trusted ...