From 18431dc27d2be6c52887690fe22e94da985fd994 Mon Sep 17 00:00:00 2001 From: Alex Hirsch Date: Fri, 29 Jul 2016 19:58:41 +0200 Subject: [PATCH 1/2] Remove utils/install-PSWindowsUpdate.ps1 PowerShell's `Install-Module` command can be used to install this module, therefore the install script is no longer needed. Thanks to cluberti for notifying me about this. close #54 --- utils/install-PSWindowsUpdate.ps1 | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 utils/install-PSWindowsUpdate.ps1 diff --git a/utils/install-PSWindowsUpdate.ps1 b/utils/install-PSWindowsUpdate.ps1 deleted file mode 100644 index be29f87..0000000 --- a/utils/install-PSWindowsUpdate.ps1 +++ /dev/null @@ -1,25 +0,0 @@ -# Description: -# This script will setup the Windows Update Powershell module. With it you will -# be able to download, install, uninstall and hide Windows updates using -# Powershell. For a list of commands invoke -# `PS> Get-Command -Module PSWindowsUpdate`. - -$ErrorActionPreference = "Stop" - -$download_uri = "https://gallery.technet.microsoft.com/scriptcenter/2d191bcd-3308-4edd-9de2-88dff796b0bc/file/41459/43/PSWindowsUpdate.zip" - -echo "Downloading PSWindowsUpdate zipfile" - -# TODO replace this with wget when it works again on a clean install -$wc = new-object net.webclient -$wc.DownloadFile($download_uri, "$PSHOME/Modules/PSWindowsUpdate.zip") - -echo "Extracting PSWindowsUpdate zipfile" -Add-Type -AssemblyName "system.io.compression.filesystem" -[io.compression.zipfile]::ExtractToDirectory("$PSHOME/Modules/PSWindowsUpdate.zip", "$PSHOME/Modules/") - -echo "Removing zipfile" -rm "$PSHOME/Modules/PSWindowsUpdate.zip" - -echo "Import Module automatically when Powershell starts" -echo "Import-Module PSWindowsUpdate" >> "$PSHOME/profile.ps1" From d160f230685bbbb61725245e4a79d6040b7d75c6 Mon Sep 17 00:00:00 2001 From: Bob Tanner Date: Wed, 3 Aug 2016 16:30:04 -0500 Subject: [PATCH 2/2] Windows 10 Anniversary Update install DrawboardPDF --- scripts/remove-default-apps.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/remove-default-apps.ps1 b/scripts/remove-default-apps.ps1 index c1d8e41..5a08a2f 100644 --- a/scripts/remove-default-apps.ps1 +++ b/scripts/remove-default-apps.ps1 @@ -45,6 +45,7 @@ $apps = @( # non-Microsoft "9E2F88E3.Twitter" + #"Drawboard.DrawboardPDF" "Flipboard.Flipboard" "ShazamEntertainmentLtd.Shazam" "king.com.CandyCrushSaga"