Jump to content

Recommended Posts

Posted

No luck in using search for switch user.

I have two user accounts on a Win10 64bit PC and want to easily switch from one user to the other by a desktop Icon.

I found a solution here , but it uses shutdown restart with registry tweaks.

Is there a way to just Logout/Login ? Any ideas ?

I will code myself, but some pointers are welcome. :)

 

App: Au3toCmd              UDF: _SingleScript()                             

Posted

Send() function does not accept WIN+L

See my script:

; SwitchUser  (work in progress)

Send("#l")  ; does NOT open "switch user" window, but types "l" at the current cursor location.

; Place cursor here -->  <-- and press F5

 

App: Au3toCmd              UDF: _SingleScript()                             

Posted

_WinAPI_LockWorkStation() can be used instead if #l, but this won't allow you to automate the user login.

A way could be to apply an autologon (with autologon.exe : https://technet.microsoft.com/en-us/library/bb963905.aspx), but it requires a reboot to be effective.

 

Posted

_WinAPI_LockWorkStation() can be used instead if #l, but this won't allow you to automate the user login.

Confirmed. :(

 

A way could be to apply an autologon (with autologon.exe : https://technet.microsoft.com/en-us/library/bb963905.aspx), but it requires a reboot to be effective.

That is the same as my reference in first post.

But I would like to preserve my first session and switch to the other session. And vice versa.
Btw, this would be much faster than rebooting.

Any ideas ?

 

App: Au3toCmd              UDF: _SingleScript()                             

Posted

Exit,

I found this using "switch user programmatically win7" from Google.  Hope it helps.

kylomas

Forum Rules         Procedure for posting code

"I like pigs.  Dogs look up to us.  Cats look down on us.  Pigs treat us as equals."

- Sir Winston Churchill

  • 3 years later...

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...