X

Select Your Country

Turkey (Türkçe)Turkey (Türkçe) Worldwide (English)Worldwide (English)
X

Select Your Currency

Türk Lirası $ US Dollar

Clearing Windows RDP history

Clearing Windows RDP history
HomepageKnowledge BaseWindowsClearing Windows RDP history
Clearing Windows RDP history

You can type the following commands in PowerShell to clear your Windows RDP history.

Get-ChildItem "HKCU:\Software\Microsoft\Terminal Server Client" -Recurse | Remove-ItemProperty -Name UsernameHint -Ea 0

Remove-Item -Path 'HKCU:\Software\Microsoft\Terminal Server Client\servers' -Recurse 2>&1 | Out-Null

Remove-ItemProperty -Path 'HKCU:\Software\Microsoft\Terminal Server Client\Default' 'MR*' 2>&1 | Out-Null

$docs = [environment]::getfolderpath("mydocuments") + '\Default.rdp'

remove-item $docs -Force 2>&1 | Out-Null

You can click for our Türkiye location virtual servers.

Can't find the information you're looking for?

You have examined the knowledge base in detail, but if you cannot find the information you need,

Create a Support Ticket
Did you find it useful?
(563 times viewed. / 0 people found helpful.)