From 86b80c278ccc6deb5bfae32f7fd9e6586146c96f Mon Sep 17 00:00:00 2001 From: GoFish Date: Sun, 5 Jul 2020 22:07:50 +0000 Subject: [PATCH] Add dotnet3.5 install --- windows_to_go.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/windows_to_go.ps1 b/windows_to_go.ps1 index 14e126d..d46d463 100644 --- a/windows_to_go.ps1 +++ b/windows_to_go.ps1 @@ -5,6 +5,9 @@ Disable-UAC # Ensure installing powershell modules don't prompt on needed dependencies $ConfirmPreference = "None" +# Common dependencies +choco install -y dotnet3.5 + # Drivers choco install -y nvidia-display-driver --version=425.31 --params "'/HDAudio'" # Latest version supporting the 670MX