193 B
193 B
🔐 Forcing Script Execution as Administrator
🔧 What it does
By adding the following line at the beginning of a PowerShell script:
#Requires -RunAsAdministrator
By adding the following line at the beginning of a PowerShell script:
#Requires -RunAsAdministrator