|
@@ -1,3 +1,4 @@
|
|
|
|
|
+Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
|
|
|
Set-ExecutionPolicy RemoteSigned -Scope Process -Force
|
|
Set-ExecutionPolicy RemoteSigned -Scope Process -Force
|
|
|
if (-not (Get-Module -ListAvailable -Name PSWindowsUpdate)) {
|
|
if (-not (Get-Module -ListAvailable -Name PSWindowsUpdate)) {
|
|
|
Install-Module -Name PSWindowsUpdate -Force -Confirm:$false
|
|
Install-Module -Name PSWindowsUpdate -Force -Confirm:$false
|