本文的Keepass版本:KeePass Password Safe Version 2.45
首先介紹一下Keepass,引用官網的解釋如下:
KeePass is a free open source password manager, which helps you to manage your passwords in a secure way. You can store all your passwords in one database, which is locked with a master key. So you only have to remember one single master key to unlock the whole database. Database files are encrypted using the best and most secure encryption algorithms currently known (AES-256, ChaCha20 and Twofish).
今天主要說明一下、如果通過Keepass實現mstsc遠程桌面的自動登錄,
首先Keepass默認是不能實現rpd協議的自動登錄,因此需要使用它的URL Overrides功能
實現過程如下:
1、菜單【Tools】-->【Options】-->【integration】-->【URL Overrides】
2、然后 Add一個Custom Overrides,名稱可以叫做rdp,其值如下:
cmd://cmd /c "cmdkey /generic:TERMSRV/{URL:RMVSCM} /user:{USERNAME} /pass:{PASSWORD} && start /b mstsc /v:{URL:RMVSCM} && timeout /t 10 /nobreak && cmdkey /delete:TERMSRV/{URL:RMVSCM}"
3、最后添加一台開啟了遠程桌面服務的服務器,在URL處寫上 rdp://x.x.x.x 即可,如下圖所示:
4、訪問測試:雙擊條目的URL字段即可,也可以選中服務器條目,按Ctrl+U快捷鍵也可以打開遠程桌面、實現自動登錄!
尊重別人的勞動成果 轉載請務必注明出處:https://www.cnblogs.com/5201351/p/13282477.html