Update windows10.ps1

This commit is contained in:
simeononsecurity
2020-12-26 20:21:31 +00:00
committed by GitHub
parent f29f1792dd
commit f0e64780c5

View File

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