From 094c6df4a7f6e6b228933598e69d81cb21a936a2 Mon Sep 17 00:00:00 2001 From: Omnicef <69552619+Omnicef@users.noreply.github.com> Date: Tue, 25 Aug 2020 18:53:32 -0700 Subject: [PATCH] Update InstallAdobeReader.ps1 --- scripts/InstallAdobeReader.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/InstallAdobeReader.ps1 b/scripts/InstallAdobeReader.ps1 index b0a175e6..93d2a04d 100644 --- a/scripts/InstallAdobeReader.ps1 +++ b/scripts/InstallAdobeReader.ps1 @@ -1,2 +1,2 @@ #Install Adobe Reader DC -choco install adobereader -params '"/EnableUpdateService /UpdateMode:3"' --yes --no-progress \ No newline at end of file +choco install adobereader -params '"/EnableUpdateService /UpdateMode:3 /DesktopIcon"' --yes --no-progress --force \ No newline at end of file