How to Run PowerShell or Command Prompt as Administrator in Windows?
Розчин 1
1. Click on the Start button or Пошук and enter CMD or PowerShell;
2. On available items, Right Mouse Button click and select Запустіть від імені адміністратора.
Розчин 2
1. Press Ctrl+Shift+Escape at the same time. Менеджер завдань windows will appear;
Or
1. Right Mouse Button click on the taskbar and select Менеджер завдань;
Or
1. Press Ctrl+Alt+Delete at the same time and click on Менеджер завдань
2. In Менеджер завдань navigate to File\Run new task;
3. In the new window select Create this task with administrative privileges, введіть CMD або PowerShell, і натисніть добре;
ПРИМІТКА: IF you enter powershell ise, then run PowerShell ISE, by default (powershell) runing PowerShell console.
Розчин 3
1. Navigate to folder, where stored *.exe files;
Командний рядок (CMD):
C:\WINDOWS\system32\cmd.exe
Windows PowerShell:
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
Windows PowerShell ISE:
C:\Windows\System32\WindowsPowerShell\v1.0\powershell_ise.exe
ПРИМІТКА: There are also powershell.exe.xml and powershell_ise.exe.xml, don’t run them, run files with PowerShell icons.
2. Right Mouse button click at *.exe file and select Запустіть від імені адміністратора.
Розчин 4
If you use Windows 10 звільнення 1703 and above:
Right Mouse button click on Start button and select Windows PowerShell (адмін);
ПРИМІТКА: In Windows Server available Command Prompt is like in Windows 1607 and above. Також, you replace Windows PowerShell with Command Prompt in Windows Settings.
If you know other solutions – let me know in the comments.