Instructions for security road-blocks
Closed this issue · 2 comments
ramonck commented
Recommendations to add to instructions.
Issue: Windows Defender Smartscreen:
- Right click on the bat file you want to execute and open the Properties window from the contextual menu.
- At the bottom of the "General" tab, you should see a "Security" section with an "Unblock" checkbox or button. Click on the button or check the box.
- Click OK.
- You should now be able to execute the BAT file without warning.
Issue: ps1 not digitally signed.
Run Powershell as administrator, run the following command:
Set-ExecutionPolicy Unrestricted