Super fast user switching

Posted on November 14th, 2007 by Jason

Super fast user switching is a powertoy which makes it easy to switch the active user. But you must be a member of the administrator group to see other users! Quite useless for normal users, but this is done on purpose. I contacted Lou, the programmer of fast.exe, and he said (quote):

“It actually has to do with permissions. As a regular user, you don’t have access to the (InteractiveLogon) service. This is because I didn’t want to open another hole in Windows. This is unavoidable.”

The solution opens a hole, but makes super fast user switching usable.

1. remove task.exe from the local_machine ~ windows ~ run registry entry (you can use start –> run –> msconfig for that)

2. create a fast.cmd file wich contains the line below:
runas /noprofile /env /savecred /user:YOURMACHINE\Administrator “c:\windows\system32\fast.exe”
replace YOURMACHINE by your machine name

3. copy fast.cmd to your windows directory

4. make a shortcut to c:\windows\fast.cmd, let the shortcut run minimized

5. copy the shortcut to C:\Documents and Settings\All Users\Start Menu\Programs\Startup

You have to run fast.cmd manually one time for each user to supply the administrator password. This has to be done only once.

This solution won’t work for XP home edition because that edition won’t store the security credentials.

For your information: the user process fast.exe will communicate with the service task.exe to perform it’s task. Meddling with the fast -service properties won’t work (I tried…).

Don’t do this on production systems, it’s meant for home use where security is less important.

Liked this article? Read another similar article.
Share and Enjoy:
  • del.icio.us
  • StumbleUpon
  • Facebook
  • Google
  • Furl
  • Live
  • MisterWong.DE
  • NewsVine
  • Reddit
  • Yahoo! Buzz
  • MySpace
  • Slashdot
  • Technorati
  • YahooMyWeb
  • BlinkList
  • description
  • Fark
  • Netvouz
  • Spurl
  • MisterWong
  • Webnews.de
  • Blogsvine
  • description
  • IndiaGram
  • kick.ie
  • Taggly
  • E-mail this story to a friend!
  • Print this article!

Related posts

2 Responses to “Super fast user switching”

  1. MS Windows Articles, Reviews and Videos on 14 Nov 2007 at 10:22 pm #

    t have access to the (InteractiveLogon) service. This is because I didn’t want to open another hole in Windows. This is unavoidable.” The solution opens a hole, but makes super fast user switching usable.(more…)administrator password, cmd file, computer, c documents, documents and settings, menu programs, msconfig, powertoy, production systems, registry entry, run registry, service properties, shortcut, switching

  2. StumbleUpon » Your page is now on StumbleUpon! on 15 Nov 2007 at 5:15 am #

    [...] Your page is on StumbleUpon [...]

Leave a Reply