Off course you can start a program as an administrator bij right clicking the program, and select ‘Run as administrator’.
But sometimes this is not possible, for example bij using a script.
In this case you can use the Start-Process command in Powershell ( This does not work in cmd ! )
Start-Process PowerShell -Verb RunAs
Start-Process PowerShell_ISE -Verb RunAs