Zerg00s/Move-Lists

Instructions for security road-blocks

Closed this issue · 2 comments

Recommendations to add to instructions.

Issue: Windows Defender Smartscreen:
image

  1. Right click on the bat file you want to execute and open the Properties window from the contextual menu.
  2. 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.
  3. Click OK.
  4. 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

@ramonck, thank you! I'll include your suggestions in the manual.

@ramonck I've included your steps in the manual. Thank you!