Hey guys I finally was able to remove this patch but my issues was something else but this how i got rid of it http://www.ghacks.net/2015/04/17/how-to-remove-windows-10-upgrade-updates-in-windows-7-and-8/
The comment from
Stephan June
3, 2015 at 4:11 am #
I wrote a comand line script for Windows 7/8/8.1 to automate pretty much everything: http://pastebin.com/8z7VXeb6
You will need the PSWindowsUpdate powershell module from https://gallery.technet.microsoft.com/scriptcenter/2d191bcd-3308-4edd-9de2-88dff796b0bc in
a subdirectory called "PSWindowsUpdate" below where the script lives. I recommend C:\Temp. Just unzip and go.
The script will uninstall as well as hide the four critical updates in Windows Update, namely KB3035583 KB2952664 KB2976978 KB3021917.
Extra tip: In my case, KB2952664 just wouldn't disappear on uninstall and after reboot. In these cases, manually do this in an elevated prompt:
Figure out the package names:
dism /online /get-packages | findstr KB2952664
Copy the shown package names into notepad and then remove one by one:
dism /online /remove-package /PackageName:Package_for_KB2952664~31bf3856ad364e35~amd64~~6.1.1.3
This is a new and imho really unfunny asshat policy of Microsoft, to push such updates out as "important" but
with zero information in the KB articles what they really do.