Added Win7+ powershell option for getting an elevated cmd prompt

This commit is contained in:
Rodney Beede 2016-09-09 11:46:54 -05:00
parent 256a2e0dc2
commit 3a2c241327
1 changed files with 4 additions and 1 deletions

View File

@ -88,4 +88,7 @@ ENTER
### Suggestions;
**If you have any suggestions, write them down here.**
The cmd prompt must be elevated to get any passwords. If you change from using the WINDOWS r to using the search menu for "cmd" and pressing ctrl+shift+enter you can get a UAC prompt. From there you'd need to alt+Y to get the elevated prompt.
The cmd prompt must be elevated to get any passwords. If you change from using the WINDOWS r to using the search menu for "cmd" and pressing ctrl+shift+enter you can get a UAC prompt. From there you'd need to alt+Y to get the elevated prompt.
You can also use the run box but with the following command in Win7 and later:
powershell Start-Process cmd -Verb runAs