powershell admin code example
Example 1: powershell admin privileges
Start-Process powershell -Verb runAs
Example 2: powershell t admin
powershell "start-process powershell -verb runas"
Start-Process powershell -Verb runAs
powershell "start-process powershell -verb runas"