From b0fc289977abb520e0a33eb02e1eef5f5d4307ca Mon Sep 17 00:00:00 2001 From: simeononsecurity <4913771+simeononsecurity@users.noreply.github.com> Date: Mon, 18 Jan 2021 19:36:41 +0000 Subject: [PATCH] Update windows10.ps1 --- windows10.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/windows10.ps1 b/windows10.ps1 index 83b8489..844268c 100644 --- a/windows10.ps1 +++ b/windows10.ps1 @@ -31,13 +31,14 @@ Start-Job -Name "Installing Optional Windows Features" -ScriptBlock { Install-Module -Name SpeculationControl -Force #https://www.powershellgallery.com/packages/PoshInternals/1.0.34 Install-Module -Name PoshInternals -Force -AllowClobber + #https://www.powershellgallery.com/packages/powershellprotools/5.7.2 + Install-Module -Name PowerShellProTools -Force #https://www.powershellgallery.com/packages/PSWindowsUpdate/2.2.0.2 Install-Module -Name PSWindowsUpdate -Force #https://www.powershellgallery.com/packages/xCertificate/3.2.0.0 Install-Module -Name xCertificate -Force } - Start-Job -Name "Installing Windows Updates" -ScriptBlock { Start-Sleep 60 Write-Host "Install Latest Windows Updates"