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

查阅资料:

加载中...
此文章数据所有权由区块链加密技术和智能合约保障仅归创作者所有。