Update windows10.ps1

This commit is contained in:
simeononsecurity
2021-01-19 17:14:40 +00:00
committed by GitHub
parent b0fc289977
commit b0388771c7

View File

@ -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