From 2aa8f504fcdf9af867bf6877852b8658049bb0a9 Mon Sep 17 00:00:00 2001 From: Yorick Date: Wed, 11 May 2016 12:26:47 +0200 Subject: [PATCH] remove KB3150513 --- remove-kb.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/remove-kb.ps1 b/remove-kb.ps1 index 638c456..ad00b46 100755 --- a/remove-kb.ps1 +++ b/remove-kb.ps1 @@ -14,7 +14,8 @@ $kbIDs=("KB2976978", #telemetry for Win8/8.1 "KB3075851", #Update for Windows Update on Win7 "KB2902907", "KB2953664", - "KB3012973" #Windows 10 suggested (Forced?) update + "KB3012973", #Windows 10 suggested (Forced?) update + "KB3150513" #Another Windows10 forced update ) $sheduledTasks=( @{name = "launchtrayprocess"; directory = "\Microsoft\Windows\Setup\GWX"},