PowerShell Tutorial
PowerShell: Run as Admin
By Xah Lee. Date:
2022-09-07
.
Run as Admin
start
powershell -Verb RunAs
or
start
pwsh -Verb RunAs
Start-Process
has alias
start
PowerShell Intro
PowerShell: Download, Install
PowerShell: Start PowerShell
PowerShell: Run as Admin
PowerShell: Exit, Abort
PowerShell: Print Version
PowerShell: Builtin Help
PowerShell: Name Completion
PowerShell: List of Aliases
PowerShell: Find Command
PowerShell: Case Sensitivity
Search 🔍
How-To
Coding pwsh
Scripts Examples
How-To
Install and Help
Download, Install
Start PowerShell
Exit, Abort
Print Version
Builtin Help
Name Completion
List of Alias
Find Command
Case Sensitivity
List Files
Navigate Dir
List Directories
List Files
Show Full Path
Directory Operations
Create Dir
Copy Dir
Delete Dir
File Operations
Copy File
Rename File
Move File
Delete
Create
Create Link
Get Content
Join Files
Compare Files
Open File
Search Text
File Properties, Attributes, Permission
File Attributes
File Properties
Change File ACL
Windows config
Environment Variables
Windows Registry
File Sharing
Zip Tar
unzip, untar, 7z
Create zip, tar, 7z
get webpage, curl, wget
Misc
Launch App
Empty Trash
Date
Clear Command History
Launch as Admin