From 5ff4251c4716b59bd17c5c013fcd7a27fd559a88 Mon Sep 17 00:00:00 2001 From: David McElroy Date: Thu, 8 Dec 2016 16:08:49 +0000 Subject: [PATCH] Remove Install-ChocolateyPinnedTaskBarItem Not supported by windows 10 any longer https://github.com/chocolatey/choco/issues/627 --- env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/env b/env index 9ca5e93..c4e2674 100644 --- a/env +++ b/env @@ -45,9 +45,9 @@ cinst -y nodejs # cinst -y visualstudio2015community -Install-ChocolateyPinnedTaskBarItem "$env:windir\system32\mstsc.exe" -Install-ChocolateyPinnedTaskBarItem "$($Boxstarter.programFiles86)\Google\Chrome\Application\chrome.exe" -Install-ChocolateyPinnedTaskBarItem "$($Boxstarter.programFiles86)\Fiddler2\Fiddler.exe" +#Install-ChocolateyPinnedTaskBarItem "$env:windir\system32\mstsc.exe" +#Install-ChocolateyPinnedTaskBarItem "$($Boxstarter.programFiles86)\Google\Chrome\Application\chrome.exe" +#Install-ChocolateyPinnedTaskBarItem "$($Boxstarter.programFiles86)\Fiddler2\Fiddler.exe" Install-WindowsUpdate -getUpdatesFromMS -acceptEula choco feature enable -n=checksumFiles