»
 

Go Back   ResellerRatings Store Ratings > ResellerRatings Forums > Tech Support

Reply
 
LinkBack Thread Tools Display Modes
Old 04-27-2004, 12:10 PM   #1 (permalink)
Registered User
 
Join Date: Mar 2002
Posts: 105
mortus is on a distinguished road
Terminal Server Remote Desktop

Anyone know how to remove or clear the list generated on Remote Desktop Connection? For instance when I type in my IP address to connect to a PC or Terminal Server, the IP address remains under the drop down menu. There is no clear button, and I did a google with no luck. I also asked two other Server Admins and they did not know either. Thanks

mortus is offline   Reply With Quote
Old 04-27-2004, 12:29 PM   #2 (permalink)
Registered User
 
DVNT1's Avatar
 
Join Date: Oct 2001
Location: Ohio
Posts: 5,577
DVNT1 is on a distinguished road
hopefully 3rd times a charm

try looking here:

hkcu\software\microsoft\terminal server client\default

and also under related hkey_users\{particular user guid}\software\microsoft\terminal server client\default
DVNT1 is offline   Reply With Quote
Old 04-28-2004, 01:26 PM   #3 (permalink)
Registered User
 
Join Date: Mar 2002
Posts: 105
mortus is on a distinguished road
I am not seeing Terminal Server as an entry or folder. This would be for any desktop in which I access my terminal server from. No matter what OS when I use or load and then use The remote desktop connection it always leaves the IP under the pull down menu.
mortus is offline   Reply With Quote
Old 04-28-2004, 02:02 PM   #4 (permalink)
Registered User
 
DVNT1's Avatar
 
Join Date: Oct 2001
Location: Ohio
Posts: 5,577
DVNT1 is on a distinguished road
copy the following into a new TEXT file called cleanup.vbs

Code:
set wshshell = createobject("WScript.Shell")

On Error Resume next
'delete Remote Desktop/Terminal Server entries
WshShell.RegDelete "HKCU\software\microsoft\terminal server client\default\MRU9"
WshShell.RegDelete "HKCU\software\microsoft\terminal server client\default\MRU8"
WshShell.RegDelete "HKCU\software\microsoft\terminal server client\default\MRU7"
WshShell.RegDelete "HKCU\software\microsoft\terminal server client\default\MRU6"
WshShell.RegDelete "HKCU\software\microsoft\terminal server client\default\MRU5"
WshShell.RegDelete "HKCU\software\microsoft\terminal server client\default\MRU4"
WshShell.RegDelete "HKCU\software\microsoft\terminal server client\default\MRU3"
WshShell.RegDelete "HKCU\software\microsoft\terminal server client\default\MRU2"
WshShell.RegDelete "HKCU\software\microsoft\terminal server client\default\MRU1"
WshShell.RegDelete "HKCU\software\microsoft\terminal server client\default\MRU0"
Then run it while logged into the computer to remove the first 10 related entries. It leave the most recent connection as the default though (I'm not sure where that entry is kept).
DVNT1 is offline   Reply With Quote
Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Most Active Discussions

Recent Discussions

All times are GMT -6. The time now is 07:11 PM.