How to Run Control Panel as a Administrator (RUNAS)
Running your normal user account without administrator privileges is a great way to stop malware, or in a domain environment stopping employees from installing programs that could affect your network.
One draw back is having to logoff and login to your account if you need to make a small change. Wouldn’t it be easy if you could use RUNAS for control panel applets like system properties?
RUNAS command
- open the start menu
- In XP click Run,
In Vista/7 type directly into the search box
runas /username:computername\Administrator "rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl"
- Change username to your user login name
- Change computername to the computer name!
- In the above example sysdm.cpl is called which is the “system properties” window.
- Change sysdm.cpl to any of the following:
Accessibility – access.cpl
Add New Hardware – hdwwiz.cpl
Add/Remove Programs – appwiz.cpl
Date/Time Properties – timedate.cpl
Display Properties – desk.cpl
FindFast – findfast.cpl
Internet Properties – inetcpl.cpl
Joystick Properties – joy.cpl
Keyboard Properties – main.cpl
Local Users management – nusrmgr.cpl
Microsoft Exchange – mlcfg32.cpl
Microsoft Mail Post Office – wgpocpl.cpl
Modem Properties – telephon.cpl
Mouse Properties – main.cpl
Multimedia Properties – mmsys.cpl
Network Properties – Ncpa.cpl
Password Properties – password.cpl
Power Options – powercfg.cpl
Regional Settings – intl.cpl
Sound Properties – mmsys.cpl
System Properties – sysdm.cpl


Sample Config for WordPress Running on Varnish 2.1
Are you using 32 bit or 64 bit Office 2010?
Have Outlook 2010 Automatically Close a Message After Replying or Forwarding
How to Start Outlook 2010 in a Different Folder
Do you get Error Code 80071392 Using Windows Live Messenger?
How To Image, Sysprep and Deploy Windows 7 a Complete Guide – Using sysprep and Imagex
How to Disable Auto Renewal for Xbox Live
Installing Windows 7 From a USB Stick From Windows XP (Bootable USB) 
Finally, someone else in the industry that talks about logging in as a normal (limited) user!
While not as much of a pain, doing a fast “switch user” works as well.
Oh, and with Windows 7, when you run certain programs, they are still not in “admin” mode. You still need to use the right-click method…
I tried this on Vista SP2. Everything works fine; I’m prompted for the password and the “Programs and Features” window opens as you would expect. However it doesn’t appear to actually open it as the other user because when I try to uninstall a program it says I have to have admin rights to do this. I’ve tried it with both a local admin account and a domain admin account, same problem. Any ideas?
Vista and 7 should ask you to provide credentials if you don’t have them.
No need for any commands etc.
The command did not run for me, it just displayed the runas usage.
But I did come across a fix for it, I just searched for *.cpl files in c:\windows and then did a right click “Run as”
Great job, been looking for this info for quite some time. Very valuable! Thanks a million!!