Possible Duplicate:
On Windows 7, is there a command prompt line that can start cmd as an administrator?
Is it possible to force cmd.exe to always run with administrator rights?
Is it possible to force | |||||||
feedback
|
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
If you are in Windows Vista or Windows 7:
This method will run any application as administrator. | |||||
feedback
|
|
In Windows Vista/7 follow these steps to always run the command prompt as an administrator:
Now, when you launch a Command Prompt from the Start Menu, UAC will prompt you for administrative privileges. | |||||
feedback
|
|
If you're using Windows XP, you could create a short cut to cmd.exe in the Quick Launch area and then right click -> Properties and change the Target field. You would preface the command with "runas /noprofile /user:DOMAIN\USERNAME". The full text of the command on my computer is "C:\WINDOWS\system32\runas.exe /noprofile /user:DOMAIN\USERNAME %SystemRoot%\system32\cmd.exe". | |||||
feedback
|