Filed under: Utilities, Windows, Freeware
Advanced Run: Run programs as another user without logging off
Advanced Run is a utility that replaces the Windows Run dialog with an advanced version. But it has one feature up its sleeve that you won't find in the Windows run box: the ability to run any program as another user without logging out and logging back in as that user.
You can launch Advanced Run by clicking Run in the Windows Start Menu, hitting the Win+R keys on your keyboard, or startng a new task from Windows task manager. You can also right-click on any program and select Run As to run the program as another user.
Advanced Run works with Windows XP and Vista, but will not work with 64 bit versions of Windows.
[via Shell Extension City]

I don't know if this is a labor of love or merely the brainchild of four very gifted games designers, but Level Up is a really weird mash-up of gaming elements that you have probably never seen in a Flash game before.
Let's start with the premise itself: Groundhog Day meets Memento. The game experience revolves around 'days': you explore the world and the clock slowly ticks towards the evening. You bounce around picking up gems and talking to the denizens of 'Level Upland'. Eventually you feel tired and head back to ...
Reader Comments (Page 1 of 1)
someguy said 1:10PM on 5-08-2008
I just right click and select "Run as..."
Reply
someguy said 1:14PM on 5-08-2008
I tend to just right click and select "Run as..."
Reply
Brian said 2:03PM on 5-08-2008
In a corporate environment where you don't want to install extra software such as this, a simple:
runas /env /user:username@domain cmd.exe
Will do exactly the same thing from command line.
I don't think I see the point in this, except if your a home user without much knowledge.
Jake said 3:01PM on 5-10-2008
Sudo for Windows (sudowin) allows authorized users to launch processes with elevated privileges using their own passphrase. Unlike the runas command, Sudo for Windows preserves the user's profile and ownership of created objects.
Reply
gtd said 6:59PM on 5-09-2008
Is that similar to MakeMeAdmin? That tool has been a lifesaver for a long time!
gopalakrishnan said 8:14AM on 5-22-2008
Nice
Reply
gopalakrishnan said 8:14AM on 5-22-2008
how to download
Reply
gopalakrishnan said 8:14AM on 5-22-2008
Sudo for Windows (sudowin) allows authorized users to launch processes with elevated privileges using their own pass phrase. Unlike the run as command, Sudo for Windows preserves the user's profile and ownership of created objects.
Reply
Alexander said 3:49PM on 6-29-2008
Unlike SudoWin Advanced Run allows you to run any command line (also using ShellVerbs, its a unique feature) as any user and it is not necessary to be an admin. So, you can be a Guest and run notepad as admin. And I think it is quite easier to press Win+R and type "cmd.exe" than open console and type "runas /env /user:username@domain cmd.exe".
Reply