Jump to content

Recommended Posts

Posted

@Steve21 - No Because the Computer's locked

@FN-GM Hmm.. I was worried you might say something like that. I've got the fast user switching disabled/hidden. I don't really want the pupils able to "switch users"

Posted
@Steve21 - No Because the Computer's locked

@FN-GM Hmm.. I was worried you might say something like that. I've got the fast user switching disabled/hidden. I don't really want the pupils able to "switch users"

 

Is there a change user button? That might let you put some different credentials in.

Posted
My Google-fu is weak and I'm having a bit of a brain fail...

 

As an admin how do I unlock an Win 7 machine that's been locked by another user?

 

Hmm.. Seems like my problem, but I use an alternative way to fix it. I use a bootable CD which includes a password changer software that it erases the password of all accounts associated in a computer upon system startup. I downloaded it from an Internet site, and I'll try to paste the link here.

Posted

Is this just a machine that has been logged on and then locked ie. "Win+L" or "Ctrl+Alt+Del --> Lock this computer"?

 

If so, would powering down the machine and powering up again not throw them out?

Posted

@ ictech yes. technically but then switching it off is not what I want to be doing to the comptuers.

 

So taking this a step further, bearing in mind only staff can lock a machine is there any mischief that can be accomplished by the students if I have fast user switching turned on?

Posted
Even if you enable fast user switching you cannot unlock the user's session, the best you could do is log on with another account. There is no way to unlock the session on windows 7. Very annoying. Pretty much all you can do is shutdown/restart the machine or force a log off.
Posted

How about:

 

1. Gain a domain admin shell on another PC on the network

2. Run psexec \\RemoteIPAddress cmd.exe

3. Run quser to see the UserNames and IDs of those who are logged on

4. Run logoff to log them off the remote PC

  • Thanks 1
Posted
I've only tested it with XP, but RemoteUnlock.exe enables you to remotely unlock a users session without knowing their password.

 

RemoteUnlock doesn't work under Vista/Windows 7. I used it too, untill we switched to Win7 last year.

 

But if anyone knows another tool that works in win7...

  • Thanks 1
Posted
RemoteUnlock doesn't work under Vista/Windows 7. I used it too, untill we switched to Win7 last year.

 

But if anyone knows another tool that works in win7...

Have you tried the tip that I posted earlier in the thread? It certainly works on a remote Windows 7 PC to log them off.

Posted
how does this work? do you run it from an admin pc and put the pc name in?

1. Download psexec (one of the Sysinternals tools) from Microsoft.

2. Put it into your system32 folder

3. Pull up a domain admin shell (via or whatever you need to do on your OS). This ensures that you have access rights to the remote PC

4. From the domain admin shell: psexec \\RemotePCIPAddress cmd.exe (this brings up the remote PC's shell to your local PC)

5. Run quser.exe - this shows the usernames and IDs of those logged in to the remote PC as if you were sitting at that PC

6. Run logoff.exe

Voila!

Posted

I must admit it took me a few minute with step 4 to figure out that my command prompt was actually that of the remote machine :doh:

But I did have a few enjoyable minutes logging off my technician.

Posted
can you not use the remote shutdown command to log the user off (not tried this)

 

shutdown -f -l -t 01 -m \\computername

 

Nope you cant do remove log offs using shutdown only restarts and shutdowns. Easiest way on windows 7 is to use terminal services logoff command:

 

logoff console /server:computer

Posted
Nope you cant do remove log offs using shutdown only restarts and shutdowns.

 

i'm guessing thats only remote as i know the shutdown command can log off only on the actual workstation

Posted
i'm guessing thats only remote as i know the shutdown command can log off only on the actual workstation

 

Yeah sorry, typo there i meant you cant do remote log offs with shutdown.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...