From f0e64780c59632fb46da1ed0f288a2e3f891d52b Mon Sep 17 00:00:00 2001 From: simeononsecurity <4913771+simeononsecurity@users.noreply.github.com> Date: Sat, 26 Dec 2020 20:21:31 +0000 Subject: [PATCH] Update windows10.ps1 --- windows10.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/windows10.ps1 b/windows10.ps1 index e643f54..292ac37 100644 --- a/windows10.ps1 +++ b/windows10.ps1 @@ -19,6 +19,7 @@ Start-Job -Name "Install and Configure Chocolatey" -ScriptBlock { } Start-Job -Name "Installing Optional Windows Features" -ScriptBlock { + #https://www.ghacks.net/2017/07/14/use-windows-powershell-to-install-optional-features/ #Enable-WindowsOptionalFeature -Online -FeatureName "" -All Enable-WindowsOptionalFeature -Online -FeatureName "Client-ProjFS" -All -NoRestart Enable-WindowsOptionalFeature -Online -FeatureName "ClientForNFS-Infrastructure" -All -NoRestart