enable_policy.py script added

This commit is contained in:
C
2023-02-20 12:50:23 +05:00
parent 2898bea6d2
commit c69e9d250e
2 changed files with 6 additions and 3 deletions
+2
View File
@@ -0,0 +1,2 @@
import powershell
powershell.run_command_no_dir('Set-ExecutionPolicy RemoteSigned -Scope CurrentUser')