JoeZhao

跨出界

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

How to enable remote login in win10 on an intranet.

At first, I found a command like this:

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

It kept giving errors, and I couldn't figure out the reason.

After some searching, I roughly understood, and the final command is as follows:

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

References:

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