From 0ddab84838785ea65e119839bd9ff1d84b78906a Mon Sep 17 00:00:00 2001 From: GoFish Date: Sun, 5 Jul 2020 18:35:42 +0000 Subject: [PATCH] Remove debug flag for nVidia driver install- it worked on the second run?? --- windows_to_go.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows_to_go.ps1 b/windows_to_go.ps1 index 535b9d5..14e126d 100644 --- a/windows_to_go.ps1 +++ b/windows_to_go.ps1 @@ -6,7 +6,7 @@ Disable-UAC $ConfirmPreference = "None" # Drivers -choco install -dy nvidia-display-driver --version=425.31 --params "'/HDAudio'" # Latest version supporting the 670MX +choco install -y nvidia-display-driver --version=425.31 --params "'/HDAudio'" # Latest version supporting the 670MX # Utilities choco install -y 7zip.install