Remote shutdown or reboot Windows 10 PC


  1. Run CMD as Administrator
  2. Type: net use \\ComputerName or \\ipaddress and use login and password of remote pc
  3. Type shutdown -r -f -m \\ComputerName -t 0 or \\ipaddress
net use \\192.168.0.1
The password or user name is invalid for \\192.168.0.1.

Enter the user name for '192.168.99.161': username
Enter the password for 192.168.99.161:
The command completed successfully.
shutdown -r -f -m \\192.168.99.1 -t 0
shutdown -f -r -m \\computername -t 0