We have 10 laptops connected to the same wifi, all of them running windows 8 or 8.1. I want to view and kill processes on these networked computers. For this purpose I created a local administrator account in each of them (let's say admin
assword). I have tried using these commands:
tasklist /s <system name> /u admin /p password
tasklist /s <ip address> /u admin /p password
Both of them gives me
ERROR: The user name or password is incorrect.
I've also tried using pslist and pskill but they also give me error with the username/password.
tasklist /s <system name> /u admin /p password
tasklist /s <ip address> /u admin /p password
Both of them gives me
ERROR: The user name or password is incorrect.
I've also tried using pslist and pskill but they also give me error with the username/password.