Enabling the Administrator Account
First you’ll need to enable the built-in Administrator account, which is disabled by default.
To do so, search for Command Prompt in the Start menu, right-click the Command Prompt shortcut, and select Run as administrator.
![image image](http://cdn8.howtogeek.com/wp-content/uploads/2012/09/513x330ximage64.png.pagespeed.ic.btP7HK7VJH.png)
Run the following command in the elevated Command Prompt window that appears:
net user administrator /active:yes
![image image](http://cdn8.howtogeek.com/wp-content/uploads/2012/09/650x197ximage65.png.pagespeed.ic.ZxpNxdztPB.png)
The Administrator user account is now enabled, although it has no password.
To set a password, open the Control Panel, select User Accounts and Family Safety, and select User Accounts. Click the Manage another account link in the User Accounts window.
![image image](http://cdn8.howtogeek.com/wp-content/uploads/2012/09/650x500ximage66.png.pagespeed.ic.vU8WZA-uoV.png)
Select the Administrator account, click Create a password, and create a password for the Administrator account.
![image image](http://cdn8.howtogeek.com/wp-content/uploads/2012/09/650x669ximage67.png.pagespeed.ic.wlkxHSPJCJ.png)
Creating the Shortcut
Now we’ll create a new shortcut that launches the application with Administrator privileges.
Right-click the desktop (or elsewhere), point to New, and select Shortcut.
![image image](http://cdn8.howtogeek.com/wp-content/uploads/2012/09/650x400ximage68.png.pagespeed.ic.XOP5vAtcc1.png)
Enter a command based on the following one into the box that appears:
runas /user:ComputerName\Administrator /savecred “C:\Path\To\Program.exe“
Replace ComputerName with the name of your computer and C:\Path\To\Program.exe with the full path of the program you want to run. For example, if your computer’s name was Laptop and you wanted to run CCleaner, you’d enter the following path:
runas /user:Laptop\Administrator /savecred “C:\Program Files\CCleaner\CCleaner.exe”
![image image](http://cdn8.howtogeek.com/wp-content/uploads/2012/09/650x534ximage69.png.pagespeed.ic.-vTygt1Tt0.png)
Enter a name for the shortcut.
![image image](http://cdn8.howtogeek.com/wp-content/uploads/2012/09/650x536ximage70.png.pagespeed.ic.mX-qBhjGR4.png)
To select an icon for your new shortcut, right-click it and select Properties.
![image image](http://cdn8.howtogeek.com/wp-content/uploads/2012/09/650x502ximage71.png.pagespeed.ic.u8_9U3fpLs.png)
Click the Change Icon button in the Properties window.
![image image](http://cdn8.howtogeek.com/wp-content/uploads/2012/09/508x649ximage72.png.pagespeed.ic.P4HHStTfRN.png)
Select an icon for your shortcut. For example, you can browser to CCleaner.exe and choose an icon associated with it. If you’re using an other program, browse to its .exe file and select your preferred icon.
![image image](http://cdn8.howtogeek.com/wp-content/uploads/2012/09/508x649ximage73.png.pagespeed.ic.XcscgRuryM.png)
The first time you double-click your shortcut, you’ll be prompted to enter the Administrator account’s password, which you created earlier.
![image image](http://cdn8.howtogeek.com/wp-content/uploads/2012/09/650x130ximage74.png.pagespeed.ic.RMbIDMR2L6.png)
This password will be saved – the next time you double-click the shortcut, the application will launch as Administrator without asking you for a password.
As we mentioned above, the standard user account now has the ability to run any application as Administrator without entering a password (using the runas /savecred command to launch any .exe file), so bear that in mind.
The Administrator password is saved in the Windows Credential Manager – if you want to remove the saved password, you can do it from there.