added the -force switch to silence the powershell unrestricted access request

This commit is contained in:
Michel Courtine 2016-02-05 14:33:06 -08:00
parent e9dc319b85
commit 4805f56846

View File

@ -59,7 +59,7 @@ This must be executed from an elevated Powershell (ie Run as Administrator).
Some Windows installation may not allow execution of arbitrary Powershell scripts. Check with `Get-ExecutionPolicy`. It is likely set to 'Restricted', which prevents you from running scripts. Change the policy:
```
Set-ExecutionPolicy -ExecutionPolicy Unrestricted
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -force
```
Now, you can create and start a new MobyLinux VM