解决Windows远程桌面断开后模拟按键失效,windows断开远程连接之后不渲染
时间:2019-12-12 12:04:34
收藏:0
阅读:574
在服务器或虚拟机新建一个bat:
@%windir%\System32\tscon.exe 0 /dest:console
@%windir%\System32\tscon.exe 1 /dest:console
@%windir%\System32\tscon.exe 2 /dest:console
断开远程的时候不要直接断开,运行上面的bat断开。就会保持交互状态
原文:https://www.cnblogs.com/CryOnMyShoulder/p/12027705.html
评论(0)