From b0388771c73c079d1926685dddbd86c17f90dc68 Mon Sep 17 00:00:00 2001 From: simeononsecurity <4913771+simeononsecurity@users.noreply.github.com> Date: Tue, 19 Jan 2021 17:14:40 +0000 Subject: [PATCH] Update windows10.ps1 --- windows10.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows10.ps1 b/windows10.ps1 index 844268c..a23272a 100644 --- a/windows10.ps1 +++ b/windows10.ps1 @@ -26,7 +26,7 @@ Start-Job -Name "Installing Optional Windows Features" -ScriptBlock { Enable-WindowsOptionalFeature -Online -FeatureName "SimpleTCP" -All -NoRestart #https://www.powershellgallery.com/packages/Carbon/2.9.4 - Install-Module -Name Carbon + Install-Module -Name Carbon -Force #https://www.powershellgallery.com/packages/SpeculationControl/1.0.14 Install-Module -Name SpeculationControl -Force #https://www.powershellgallery.com/packages/PoshInternals/1.0.34