rhahgleuhargh Posted June 4, 2015 Author Share Posted June 4, 2015 (edited) I'll try to contact the author of the script to get his agreement to modify it for these updates, and add it in the first post or in the ULs. But since my account is no more available in MSFN forum, so it can take some time ! Edited June 4, 2015 by rhahgleuhargh Quote Link to comment Share on other sites More sharing options...
Thiersee Posted June 4, 2015 Share Posted June 4, 2015 I don't think you need an extra-permission, it is already in the script: ' You may freely use this script as long as you copy it complete and it remains the same except for adjusting hideupdates.This is exactly what I did. Quote Link to comment Share on other sites More sharing options...
Pink_Freud Posted June 4, 2015 Share Posted June 4, 2015 (edited) This optional update is a prerequisite for IE 11 only if you install it and if you don't install KB3022345 (important update). If this one is present you can install IE 11.It means leave KB3022345 alive and hide KB3068708..... . ...or you can do what I've done: remove & hide both 3022345 & 3068708 (both causing sfc scannow recurring "unfixable" errors) and keep KB304599 & KB2882822 (IE prereq) Si. (c'est du VBS).Par contre ça ne fonctionne que sur un système installé et en ligne à priori.The script works like a charm! Should be okay from reading the script's comment header: ' Original Mike.Moore Dec 17, 2012 on answers.microsoft but when ran it Hide everything so no good.' Link to script: http://www.msfn.org/board/topic/163162-hide-bing-desktop-and-other-windows-updates/' You may freely use this script as long as you copy it complete and it remains the same except for adjusting hideupdates.' If I need to change something then let me know so all may benefit.I've been using this script for more than a year now, it usually takes about 3 minutes to run & works every time; here's my latest:' Maxpsoft May 30, 2013, 9:34:15 PM' 06/18/2013 Add extra for Bing Desktop v1.3' 06/28/2013 Updated to continue searching as long as it is finding something otherwise Quit'' Original Mike.Moore Dec 17, 2012 on answers.microsoft but when ran it Hide everything so no good.' Link to script: http://www.msfn.org/board/topic/163162-hide-bing-desktop-and-other-windows-updates/' You may freely use this script as long as you copy it complete and it remains the same except for adjusting hideupdates.' If I need to change something then let me know so all may benefit.Dim WSHShell, StartTime, ElapsedTime, strUpdateName, strAllHiddenDim Checkagain 'Find more keep going otherwise QuitDim hideupdates(24) 'TO ADD 1 EDIT THE (#) AND ADD another hideupdates(#)hideupdates(0) = "Silverlight"hideupdates(1) = "Microsoft Security Essentials"hideupdates(2) = "KB2506928"hideupdates(3) = "KB2545698"hideupdates(4) = "KB2660075"hideupdates(5) = "KB2761217"hideupdates(6) = "KB2773072"hideupdates(7) = "KB2843630"hideupdates(8) = "KB2846960"hideupdates(9) = "KB2876229"hideupdates(10) = "KB2891804"hideupdates(11) = "KB2893519"hideupdates(12) = "KB2952664"hideupdates(13) = "KB2977728"hideupdates(14) = "KB2990214"hideupdates(15) = "KB3006121"hideupdates(16) = "KB3006137"hideupdates(17) = "KB3006625"hideupdates(18) = "KB3013531"hideupdates(19) = "KB3020369"hideupdates(20) = "KB3021917"hideupdates(21) = "KB3035583"hideupdates(22) = "KB3045645"hideupdates(23) = "KB3048761"hideupdates(24) = "KB3050265"Set WSHShell = CreateObject("WScript.Shell")StartTime = Timer 'Start the TimerSet updateSession = CreateObject("Microsoft.Update.Session")updateSession.ClientApplicationID = "MSDN Sample Script"Set updateSearcher = updateSession.CreateUpdateSearcher()Set searchResult = updateSearcher.Search("IsInstalled=0 and Type='Software' and IsHidden=0")Checkagain = "True"For K = 0 To 10 'Bing Desktop has 4, Silverlight has 5 Edited June 6, 2015 by Pink_Freud Quote Link to comment Share on other sites More sharing options...
rhahgleuhargh Posted June 4, 2015 Author Share Posted June 4, 2015 (edited) @tous,Reupload des ULs, les mises à jour pour la migration vers Windows 10 sont mises à présent dans leur propre catégorie.Ajout du script pour les cacher (à lancer en dernier en Runonce, il est silencieux par défaut et lance WU en fin de script). Vous pouvez fabriquer un fichier auto-extractible.Les nouvelles mises à jour à lancer en RunOnce sont renommées avec un z devant pour vous aider à les repérer, en attendant que Wintoolkit fasse le tri tout seul lors d'une prochaine mise à jour.Ajout de KB3048761 et KB3054476 dans les mises à jour additionnelles.J'ai laissé KB3022345 (importante) dans la catégorie "Updates" et placé KB3068708 (optionnelle) dans la catégorie W10. Pour ceux qui installent les mises à jour en vue d'une migration vers W10, KB3022345 est inutile. Edited June 4, 2015 by rhahgleuhargh Quote Link to comment Share on other sites More sharing options...
rhahgleuhargh Posted June 4, 2015 Author Share Posted June 4, 2015 @Pink_Freud,I keep in mind your very good idea about keeping KB304599 & KB2882822 instead of KB3022345 or KB3068708. I'll make some tests later, I have no time now.Perhaps SFC problems will be corrected at the next Patch tuesday. Quote Link to comment Share on other sites More sharing options...
Thiersee Posted June 5, 2015 Share Posted June 5, 2015 The script to hide W10-KBs seems not to work (error-message during WTK-RunOnce Installer), if put under SFX+Silent Installers.If started after the installation (reboot) works. Thiersee Quote Link to comment Share on other sites More sharing options...
rhahgleuhargh Posted June 5, 2015 Author Share Posted June 5, 2015 @Thiersee,I made a SFX file with Winrar, I'll test it for the next Update patch. Pink_Freud 1 Quote Link to comment Share on other sites More sharing options...
Pink_Freud Posted June 5, 2015 Share Posted June 5, 2015 ...I run it manually after install & first check for Windows Update, never tried it under WTK SFX... perhaps under setupcomplete.cmd? Quote Link to comment Share on other sites More sharing options...
Thiersee Posted June 5, 2015 Share Posted June 5, 2015 @Thiersee,I made a SFX file with Winrar, I'll test it for the next Update patch.I made it too, but I got the error!If I run it manually or in WPI after the reboot, no problem. Quote Link to comment Share on other sites More sharing options...
rhahgleuhargh Posted June 5, 2015 Author Share Posted June 5, 2015 OK, good to know ! I'll think about a SFX that makes the computer reboot and launch the .vbs script. Too much complicated for my level !Or it will be more easy to interest to WPI... Quote Link to comment Share on other sites More sharing options...
Thiersee Posted June 5, 2015 Share Posted June 5, 2015 (edited) OK, good to know ! I'll think about a SFX that makes the computer reboot and launch the .vbs script. Too much complicated for my level !Or it will be more easy to interest to WPI...The possibility to set a reboot-routine under WTK-SFX-Installer and then reenter the PC in the WTK-RunOnce-Installer is a very, very old request from me to Lego.... Edit: if you are using WPI you don't need to make a SFX-installer: put de script in the "%wpipath% (folder Install) and set it to execute before the WPI-installation begins under "Options/Tools" It works just tested Edited June 5, 2015 by Thiersee Pink_Freud 1 Quote Link to comment Share on other sites More sharing options...
Pink_Freud Posted June 5, 2015 Share Posted June 5, 2015 Hide KB's .vbs worked in setupcomplete, took 5 1/2 minutes though but did not hide 2 MSE's, Skype & all the Silverlights, it only hid the 21 "regular" KB's. Quote Link to comment Share on other sites More sharing options...
rhahgleuhargh Posted June 6, 2015 Author Share Posted June 6, 2015 (edited) @Pink_Freud,Thanks for testing.Is setupcomplete.cmd possible to use if Win toolkit installer is enabled ? Edited June 6, 2015 by rhahgleuhargh Quote Link to comment Share on other sites More sharing options...
Pink_Freud Posted June 6, 2015 Share Posted June 6, 2015 @Pink_Freud,Thanks for testing.Is setupcomplete.cmd possible to use if Win toolkit installer is enabled ? You're welcome. I will test in WTK when I get a chance Quote Link to comment Share on other sites More sharing options...
Thiersee Posted June 6, 2015 Share Posted June 6, 2015 Hide KB's .vbs worked in setupcomplete, took 5 1/2 minutes though but did not hide 2 MSE's, Skype & all the Silverlights, it only hid the 21 "regular" KB's......If you put tthe KBs of MSE, Skype & Silverlight as KBXXXXXXX not as name it works and hides those KBs. A special case is Silverlight:if you hide only KB3056819, this will be hidden, but WU requests for 6 older Silverlight KBs! They are: KB2977219KB2636827KB2668562KB2617986KB2512827KB2526954 Just tested in a VM, x86 HP. You can see: no optional-updates anymore! Have a nice week-end, Thiersee Pink_Freud 1 Quote Link to comment Share on other sites More sharing options...
Pink_Freud Posted June 6, 2015 Share Posted June 6, 2015 @Thiersee: Thank you so much, enjoy your weekend also! Quote Link to comment Share on other sites More sharing options...
rhahgleuhargh Posted June 6, 2015 Author Share Posted June 6, 2015 (edited) @Alpha_95,tu n'aurais pas oublié KB2533552 en RunOnce par hasard ? parce que KB976932 c'est la partie du pack SP1 qui est demandée lorsque cette mise à jour n'est pas (ou est mal) installée (Wintoolkit installer bugge de temps à autre sur mes VM).Les mises à jour qui te sont proposées concernent celles de RDP 8.1, Windows 10 et les dernières mises à jour additionnelles.Pas le temps de tester ce WE, de toute façon le prochain update patch est pour mardi prochain, j'aurai le temps de revoir ça ! Edited June 6, 2015 by rhahgleuhargh Quote Link to comment Share on other sites More sharing options...
dareckibmw Posted June 6, 2015 Share Posted June 6, 2015 I still getting KB976932 as well, even with KB2533552 installed via setupcomplete.cmd /win7 x64 pro Quote Link to comment Share on other sites More sharing options...
Thiersee Posted June 6, 2015 Share Posted June 6, 2015 I still getting KB976932 as well, even with KB2533552 installed via setupcomplete.cmd /win7 x64 proEven if you install it after the win-installation has finished?Which is the size of requested SP1 in WU? Thiersee Quote Link to comment Share on other sites More sharing options...
rhahgleuhargh Posted June 6, 2015 Author Share Posted June 6, 2015 (edited) @Alpha_95,le script est dans le premier post, avec les liens des ULs.Je n'ai pas de serveur perso comme gillesg ou icare, donc pas de possibilité de l'inclure dans les ULs. 'faudra que je regarde si ça marche avec un truc comme Dropbox. Edited June 6, 2015 by rhahgleuhargh Quote Link to comment Share on other sites More sharing options...
abbodi1406 Posted June 6, 2015 Share Posted June 6, 2015 BTW, KB3022345 had been killed and not available for download Quote Link to comment Share on other sites More sharing options...
n0nsense Posted June 6, 2015 Share Posted June 6, 2015 Just wanted to say thank you to those who help compile this update list, I really appreciate you taking the time to do this - I've tried it once but it was tiring trying to keep it up to date.Thank you. :prop: Quote Link to comment Share on other sites More sharing options...
dareckibmw Posted June 6, 2015 Share Posted June 6, 2015 I still getting KB976932 as well, even with KB2533552 installed via setupcomplete.cmd /win7 x64 proEven if you install it after the win-installation has finished?Which is the size of requested SP1 in WU? Thiersee It's 9.1MB, same size as before. I'll run some tests with a new list, once I get back home tomorrow, from the trip. Quote Link to comment Share on other sites More sharing options...
Thiersee Posted June 6, 2015 Share Posted June 6, 2015 It's 9.1MB, same size as before. I'll run some tests with a new list, once I get back home tomorrow, from the trip. I don't know at which point setupcomplete.cmd has effect (I don't use it), but try to install KB2533552 when the installlation has finished. Quote Link to comment Share on other sites More sharing options...
rhahgleuhargh Posted June 6, 2015 Author Share Posted June 6, 2015 Merci, je l'avais pas vu, désolé. Pour la partie RunOnce des MAJS, WTK gère tout seul non ?non, certaines mises à jour ne le sont pas (celles renommées avec un z devant), il faut que Lego mette à jour le programme. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.