Glam Prestige Journal

Bright entertainment trends with youth appeal.

I have two computers, compA and compB

I have admin access to both. I also have remote access to both. However, im wondering. Is there an easier way to activate a local account on a remote machine? If I log into computer A can I remotely enable an account that resides locally on computer B?

Instead of having to remote into B to enable the account

0

1 Answer

If both computers are on the same network, then once you are logged into A, you may execute the net use command on B by using thepsexecutility:

psexec \\compB net user user-name /active:yes

If necessary, you may also specify user and password on the command.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy