Wednesday, October 03, 2007
Essential SQL Server Date, Time and DateTime Functions
Wednesday, September 12, 2007
How to Set Up a Logon Script Only for Terminal Server Users
You can use a logon script to dump out the connecting user with the following script in the \windows\system32 directory.
Create a batch file with this line:
echo %username% %clientname% %date% %time% >> C:\TermServLog\logon.log
And enter the name of the batch file into the registry entry as follows:
Run Regedt32.exe and go to the following value: HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\CurrentVersion
\Winlogon\Appsetup
After the last entry in the Appsetup value, place a comma and a space and then enter the name and extension of the logon script you placed in the %SystemRoot%\System32 folder. For example, if the value of Appsetup is: Usrlogon.cmd, Rmvlinks.exeAfter adding an entry for Termlogon.cmd, the value would look like: Usrlogon.cmd, Rmvlinks.exe, Termlogon.cmdTermlogon.cmd will now run every time a user logs into the Terminal Server.
Tuesday, September 11, 2007
Terminal Services client keyboard shortcuts
Using Terminal Server shortcut keys
If you choose not to apply Windows key combinations to your Remote Desktop sessions, you can use these Terminal Server shortcut keys to perform many of the same functions. For more information about applying Windows key combinations, see To configure Windows shortcut keys in a session
Shortcut key | Description |
ALT+PAGE UP | Switches between programs from left to right. |
ALT+PAGE DOWN | Switches between programs from right to left. |
ALT+INSERT | Cycles through the programs in the order they were started. |
ALT+HOME | Displays the Start menu. |
CTRL+ALT+BREAK | Switches the client between a window and full screen. |
CTRL+ALT+END | Brings up the Windows Security dialog box. |
ALT+DELETE | Displays the Windows menu. |
CTRL+ALT+Minus (-) symbol on the numeric keypad | Places a snapshot of the active window, within the client, on the Terminal server clipboard (provides the same functionality as pressing PrintScrn on a local computer.) |
CTRL+ALT+Plus (+) symbol on the numeric keypad | Places a snapshot of the entire client window area on the Terminal server clipboard (provides the same functionality as pressing ALT+PrintScrn on a local computer.) |
Note
• | On an NEC98, these shortcut keys are different in two cases:
| ||||
• | CTRL+ALT+BREAK and CTRL+ALT+END are available in all Remote Desktop Connection sessions, even when you have chosen to apply Windows key combinations on the remote computer. |