The GoTo Community is currently experiencing some technical issues affecting new posts and comments. You may need to reload the page you are on before you can post a comment. We are actively working with our service provider and apologize for the frustration.
Forum Discussion
Rob H
18 years agoRetired GoTo Contributor
Rescue Script Repository Thread- Share your scripts
Welcome to the new LogMeIn Community. One of the things that we would like to foster is the sharing of lots of great ideas and neat tips and tricks. I thought that I would get the ball rolling by pub...
Kris_Hansen
13 years agoNew Member
I found this at http://support.microsoft.com/kb/259436 and thought it might be useful for others.
query session >sessions.txt
for /f "skip=1 tokens=3," %%i in (sessions.txt) DO logoff %%i
del sessions.txt