I am trying to force a remote shutdown from my laptop to my PC:
machine> shutdown -m \\192.168.2.10 -s -f -t 0
192.168.2.10: Access denied(5)
I am in a WLAN/LAN environment:
- Laptop is in WLAN with IP
192.168.2.100
(DHCP), Win 7 (64 bit) - PC is connected via LAN
192.168.8.10
(static), Win 7 (32 bit) - Router IP
192.168.2.1
/Subnetmask255.255.255.0
Access to PC is restricted by username and password.
What do I have to change about the command or about the systems configurations - whilst access restrictions have to remain as is?