From 74045b5f833f62bbe0244d71f4fb235087103c0a Mon Sep 17 00:00:00 2001 From: Yorick Date: Tue, 31 May 2016 16:58:18 +0200 Subject: [PATCH] $WINDOWS.~BT name was incorrect --- remove-kb.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/remove-kb.ps1 b/remove-kb.ps1 index 12165b4..169559b 100755 --- a/remove-kb.ps1 +++ b/remove-kb.ps1 @@ -1,6 +1,6 @@ $kbIDs=( "KB2902907", - "KB2953664", + "KB2952664", #Compatibility test for Win7 "KB2976978", #telemetry for Win8/8.1 "KB2990214", #Get Windows 10 for Win7 without sp1 "KB2952664", #Get Windows 10 assistant @@ -35,7 +35,7 @@ $sheduledTasks=( $gwx_dirs=( "$env:windir\system32\GWX", "$env:windir\SysWOW64\GWX", - "C:\`$WINDOWS-~BT" + "C:\`$WINDOWS.~BT" ) # You need to modify this variable whith administrator group name