+ Post New Thread
Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 37
Windows 7 Thread, Unlock a Win 7 Machine in Technical; Originally Posted by Arthur I've only tested it with XP, but RemoteUnlock.exe enables you to remotely unlock a users session ...
  1. #16

    Join Date
    Sep 2007
    Posts
    90
    Thank Post
    7
    Thanked 31 Times in 17 Posts
    Rep Power
    17
    Quote Originally Posted by Arthur View Post
    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...

  2. Thanks to rvdmast from:

    Arthur (24th March 2011)

  3. IDG Tech News
  4. #17

    Join Date
    May 2009
    Location
    UK
    Posts
    291
    Thank Post
    64
    Thanked 21 Times in 20 Posts
    Rep Power
    13
    Quote Originally Posted by rvdmast View Post
    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.

  5. #18

    Join Date
    Nov 2007
    Location
    Rotherham
    Posts
    1,548
    Thank Post
    111
    Thanked 113 Times in 94 Posts
    Rep Power
    41
    Thanks @Innatius. I just had a play with that and it works! Yeah.

  6. #19

    Join Date
    Mar 2010
    Location
    Leeds
    Posts
    267
    Thank Post
    47
    Thanked 33 Times in 29 Posts
    Rep Power
    12
    how does this work? do you run it from an admin pc and put the pc name in?

  7. #20

    Join Date
    May 2009
    Location
    UK
    Posts
    291
    Thank Post
    64
    Thanked 21 Times in 20 Posts
    Rep Power
    13
    Quote Originally Posted by jonnykewell1 View Post
    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 <runas /useromainName\Administrator cmd.exe> 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 <user or ID>
    Voila!

  8. #21

    Join Date
    Nov 2007
    Location
    Rotherham
    Posts
    1,548
    Thank Post
    111
    Thanked 113 Times in 94 Posts
    Rep Power
    41
    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 OH:
    But I did have a few enjoyable minutes logging off my technician.

  9. #22

    glennda's Avatar
    Join Date
    Jun 2009
    Location
    Sussex
    Posts
    7,234
    Thank Post
    263
    Thanked 1,034 Times in 935 Posts
    Rep Power
    300
    can you not use the remote shutdown command to log the user off (not tried this)

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

  10. #23

    Join Date
    Mar 2011
    Location
    Bournemouth
    Posts
    255
    Thank Post
    14
    Thanked 68 Times in 59 Posts
    Rep Power
    18
    Quote Originally Posted by glennda View Post
    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:

    Code:
    logoff console /server:computer

  11. #24

    glennda's Avatar
    Join Date
    Jun 2009
    Location
    Sussex
    Posts
    7,234
    Thank Post
    263
    Thanked 1,034 Times in 935 Posts
    Rep Power
    300
    Quote Originally Posted by ChrisMiles View Post
    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

  12. #25

    Join Date
    Mar 2011
    Location
    Bournemouth
    Posts
    255
    Thank Post
    14
    Thanked 68 Times in 59 Posts
    Rep Power
    18
    Quote Originally Posted by glennda View Post
    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.

  13. #26

    Steve21's Avatar
    Join Date
    Feb 2011
    Location
    Swindon
    Posts
    2,203
    Thank Post
    250
    Thanked 396 Times in 371 Posts
    Rep Power
    156
    Quote Originally Posted by AdmnGurl View Post
    Give it a try and let us know what you think of it.
    I think trying to get someone to pay $40 for a piece of software that won't even work with Win7 , and that does what XP already lets you do is rather stupid... but then I guess its your software from your posts?

    Steve

  14. #27


    Join Date
    Feb 2007
    Location
    51.405546, -0.510212
    Posts
    5,891
    Thank Post
    180
    Thanked 1,785 Times in 1,328 Posts
    Rep Power
    466
    Perhaps AdmnGurl could integrate SasLibEx to make her program compatible with modern OSs?

    Existing code to simulate the Secure Attention Sequence (SAS),which most people refer to as control alt delete or ctrl-alt-del, no longer works in Windows Vista. It seems that Microsoft offers a library that exports a function called SimulateSAS(). It is not public and one is supposed to request it by sending a mail to saslib@microsoft.com. Mails to this address remain unanswered though.

    I researched how other people (including Microsoft) have solved this task and was unhappy with the results: some solutions work only with (or without) UAC, most solutions work only for the current or console Terminal Server sessions or need a kernel mode driver.

    So I decided to create my own Saslib with the following goals:

    • Should work both with and without User Account Control (UAC)
    • Should support current, console and any Terminal Server session
    • Does not need a driver
    • The calling application does not need to be signed or have a special manifest
    • Support multiple programming languages

    I have succeeded and thus SasLibEx was born: not only can it successfully simulate the SAS sequence it can do this for any/all Terminal Server sessions. It can also lock the workstation (again for all sessions) and switch between the normal desktop and the secure desktop (the desktop that UAC runs on). SasLibEx was successfully tested both with and without User Account Control (UAC).

  15. #28
    rich_tech's Avatar
    Join Date
    Mar 2011
    Location
    Swansea, Wales
    Posts
    543
    Thank Post
    70
    Thanked 68 Times in 56 Posts
    Rep Power
    32
    It is quite a frustrating thing this problem, in our school we cannot run fast user switching either, so we basically have to disable workstation locking for all the pupils on the school now that we are migrating to windows 7 to prevent them locking off computers and just leaving the classrooms, I cannot understand M$ logic behind removing that function of allowing an admin to log off a user.

  16. #29

    Join Date
    Nov 2007
    Location
    Rotherham
    Posts
    1,548
    Thank Post
    111
    Thanked 113 Times in 94 Posts
    Rep Power
    41
    I would have disabled locking for students from the get go!

  17. #30

    SYNACK's Avatar
    Join Date
    Oct 2007
    Posts
    10,156
    Blog Entries
    9
    Thank Post
    705
    Thanked 2,453 Times in 2,087 Posts
    Rep Power
    687
    Quote Originally Posted by rich_tech View Post
    in our school we cannot run fast user switching either
    Out of interest, why?

SHARE:
+ Post New Thread
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Nokia C3 unlock to use any sim
    By leemac13 in forum Netbooks, PDA and Phones
    Replies: 10
    Last Post: 10th September 2012, 04:00 PM
  2. Replies: 9
    Last Post: 23rd February 2011, 02:18 PM
  3. How can I access Linux machine on windows machine?
    By wildsniper in forum Wireless Networks
    Replies: 2
    Last Post: 10th November 2010, 09:14 AM
  4. Replies: 0
    Last Post: 18th May 2010, 06:03 PM
  5. Replies: 3
    Last Post: 10th May 2010, 10:58 AM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •