๋ณธ๋ฌธ ๋ฐ”๋กœ๊ฐ€๊ธฐ
  • Tried. Failed. Logged.
๐Ÿง์šด์˜์ฒด์ œ/Windows

์œˆ๋„์šฐ - RDP ์—ฐ๊ฒฐ ๊ธฐ๋ก ์‚ญ์ œํ•˜๊ธฐ(Clear RDP Connection History)

by Janger 2023. 10. 30.
728x90

 

 

Clear RDP Connection History.bat
0.00MB

 

Clear RDP Connection History.bat
@echo off
reg delete "HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\Default" /va /f
reg delete "HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\Servers" /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\Servers"
attrib -s -h %userprofile%\documents\Default.rdp
del %userprofile%\documents\Default.rdp
del /f /s /q /a %AppData%\Microsoft\Windows\Recent\AutomaticDestinations

 

 

์ถœ์ฒ˜: 

https://woshub.com/how-to-clear-rdp-connections-history/

 

How to Clear RDP Connections History in Windows? | Windows OS Hub

The built-in Windows Remote Desktop Connection (RDP) client (mstsc.exe) saves the remote computer name (or IP address) and the username that is used to login after each successful connection to…

woshub.com

 

728x90