JoeZhao

跨出界

Hey, I’m JoeZhao, a software engineer, and a gamer.

win10 内网下如何开启远程登录

一开始找到一句这样的命令:

wmic /node:[IP OR Domain] /user:[User] /password:[Password]  PATH win32_terminalservicesetting WHERE (__Class!="") CALL SetAllowTSConnections 1

一直报错,没想明白是什么原因。

一番搜寻之后大致清楚了,最终的命令如下:

wmic /node:[IP OR Domain] /user:[User] /password:[Password] RDTOGGLE WHERE (__Class!="") CALL SetAllowTSConnections 1

查阅资料:

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.