Wednesday, September 12, 2007

How to Set Up a Logon Script Only for Terminal Server Users

The built-in event logging for Terminal Services is lacking if you want to easily know who logged in and when. This is how you can create a log file of everyone that connects to your Terminal Server.

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.

How to Set Up a Logon Script Only for Terminal Server Users

Tuesday, September 11, 2007

Terminal Services client keyboard shortcuts

Microsoft Windows XP - Using Terminal server shortcut keysUsing Remote Desktop Connection

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 keyDescription

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 is replaced by F12.

CTRL+ALT+END is replaced by F15.

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.

Friday, September 07, 2007

Clearing the browser cache for various browsers

http://www.qgm.com/support/cache.html

Microsoft Internet Explorer


From the text menu at the top of your Internet Explorer browser window, click on VIEW
From the drop down list that appears, select and click on INTERNET OPTIONS. (If this option isn't present, click on FILE on the text menu and look for it there).

In the Options dialogue box which should appear, click on the tab at the top labeled ADVANCED.

In the area entitled "Temporary Internet Files" click on the button labeled SETTINGS.

Below the phrase "Check for newer versions of stored pages:" click the radio button labeled "Every visit to the page"

Then click on the button labeled "Empty Folder" to remove older versions already in your cache - click YES in response to the verification query.

Click OK at the bottom of the Settings dialogue box.

Click OK at the bottom of the Options dialogue box.

Revisit the page in question.

If the current page is still not displayed, hit RELOAD while holding down the SHIFT key.

After doing the above, you should be able to see the latest version of the page every time you come back.