Jump to content

Recommended Posts

Posted (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 by rhahgleuhargh
Posted

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.

Posted (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 by Pink_Freud
Posted (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 by rhahgleuhargh
Posted

@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.

Posted

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

Posted

@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.

Posted

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...

Posted (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 by Thiersee
Posted

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.
 

 

 

 

 

 

 

 

Posted

@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 :)

Posted

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:

 

KB2977219

KB2636827

KB2668562

KB2617986

KB2512827

KB2526954

 

Just tested in a VM, x86 HP.

 

You can see: no optional-updates anymore!

 

Have a nice week-end, Thiersee

post-26665-0-38760300-1433583327_thumb.j

post-26665-0-08617400-1433583329_thumb.j

post-26665-0-40669500-1433583330_thumb.j

Posted (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 by rhahgleuhargh
Posted

I still getting KB976932 as well, even with KB2533552 installed via setupcomplete.cmd   /win7 x64 pro

Even if you install it after the win-installation has finished?

Which is the size of requested SP1 in WU?

 

Thiersee

Posted (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 by rhahgleuhargh
Posted

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:

Posted

 

I still getting KB976932 as well, even with KB2533552 installed via setupcomplete.cmd   /win7 x64 pro

Even 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.

Posted

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.

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...