In case that site goes down here's how to do it on my Win7 machine:
- Open the cmd line in admin mode
- net use \\[server] /USER:[login] "[password]"
- query session /server:[server]
- reset session [id from above] /server:[server]
The only thing I changed was admin mode. I wasn't able to use query.exe or reset.exe unless the command prompt had admin privileges. These executables are in the system32 directory.
1 comments:
I could have used this the other day. Thanks.
Post a Comment