02 Mayıs 2024 19:56

Anasayfa

undefined...

 

remote_desktop_connection_computer

Windows PowerShell üzerinden RDP geçmişinizi aşağıdaki komutlarla silebilirsiniz.

 

 
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




 

windows_powershell

 

 

remote_desktop_connection

 

 

 

 

 

Makdos Bilişim Teknolojileri 2015 - 2022