From d8be2ff4acd2f668a34ca29a686d60a4f980024f Mon Sep 17 00:00:00 2001 From: GoFish Date: Sun, 5 Jul 2020 18:27:14 +0000 Subject: [PATCH] Install nVidia Drivers --- windows_to_go.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/windows_to_go.ps1 b/windows_to_go.ps1 index 20db84a..14e126d 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" +# Drivers +choco install -y nvidia-display-driver --version=425.31 --params "'/HDAudio'" # Latest version supporting the 670MX + # Utilities choco install -y 7zip.install choco install -y k-litecodecpackbasic