|
後來升成windows 2016後,發現以上方法又不會自動登入了... 77777
好在找到替代方式,當中的Workaround 3可行。
https://techjourney.net/workaround-for-remote-desktop-client-to-connect-to-localhost-local-terminal-server-service/
1. Create a folder such as C:\RDC.
2. Go to C:\Windows\System32\ folder and copy mstsc.exe and mstscax.dll files to the new folder.(C:\Windows\System32\en-US\mstsc.exe.mui, C:\Windows\System32\zh-TW\mstsc.exe.mui語系也要複製到相對位置)
3. In the new folder, right click on mstsc.exe, and then select Properties.
4. Go to Compatibility tab.
5. Tick the check box for Run this program in compatibility mode for option.
6. Select Windows 98 / Windows Me in the drop down list. (有windows 7可以選)
7. Click on OK button.
myTry.bat改為
C:\RDP\mstsc.exe /admin /v:127.0.0.1 |
|