From 285c07ecb5c4d8c374f5450250e63daa4d9f5198 Mon Sep 17 00:00:00 2001 From: Yorick Date: Wed, 16 Mar 2016 14:39:16 +0100 Subject: [PATCH] Add KB3012973 update to remove and hide --- remove-kb.ps1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/remove-kb.ps1 b/remove-kb.ps1 index 1de68b7..5786aef 100755 --- a/remove-kb.ps1 +++ b/remove-kb.ps1 @@ -13,7 +13,8 @@ $kbIDs=("KB2976978", #telemetry for Win8/8.1 "KB3050265", #Update for Windows Update on Win7 "KB3075851", #Update for Windows Update on Win7 "KB2902907", - "KB2953664" + "KB2953664", + "KB3012973" #Windows 10 suggested (Forced?) update ) $sheduledTasks=( @{name = "launchtrayprocess"; directory = "\Microsoft\Windows\Setup\GWX"}, @@ -24,7 +25,7 @@ $sheduledTasks=( $gwx_dirs=( "$env:windir\system32\GWX", - "$env:windir\SysWOW64\GWX" + "$env:windir\SysWOW64\GW" ) # You need to modify this variable whith administrator group name