【Vegas原创】通过WMIC命令远程打开远程计算机的远程桌面(Remote Desktop)功能

cmd中运行:

wmic /node:"[full machine name]" /USER:"[domain]\[username]" PATH win32_terminalservicesetting WHERE (__Class!="") CALL SetAllowTSConnections 1 
posted @ 2008-11-23 17:07  中国的Amadeus  阅读(397)  评论(0)    收藏  举报