When PowerShell requires to execute the script with elevated permissions then add #requires statement in the beginning of the code…
#requires -RunAsAdministrator
Set-ExecutionPolicy -ExecutionPolicy Unrestricted
For more details about #requires, run the help command below…
Get-Help about_requires