Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

execution policy powershell single script

# To bypass the execution policy for a single file, inside powershell type>
powershell -ExecutionPolicy Bypass -File <insert script filename here>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #execution #policy #powershell #single #script
ADD COMMENT
Topic
Name
3+6 =