mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
added the -force switch to silence the powershell unrestricted access request
This commit is contained in:
parent
e9dc319b85
commit
4805f56846
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user