Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

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>
 
PREVIOUS NEXT
Tagged: #execution #policy #powershell #single #script
ADD COMMENT
Topic
Name
1+4 =