Jump to content

n0nsense

Members
  • Posts

    22
  • Joined

  • Last visited

Reputation Activity

  1. Like
    n0nsense got a reaction from rhahgleuhargh in [14 janvier 2020] Update list GDR pour Windows 7 SP1 x86/x64 (Fr-En-De-Es-It)   
    Revised script to hide updates...
    ' v1.0 - June 24, 2016 ' '## PARAMETERS ############################################################# Const numOfChecks = 1 'Number of times to check for updates Const actionHide = TRUE 'TRUE sets the isHidden flag, FALSE for testing Const runSilent = FALSE 'TRUE for silent run and quit, FALSE for report Const onlineCheck = TRUE 'TRUE to search online, FALSE to use locally cached information Const searchFilter = "IsInstalled=0 AND IsHidden=0" Dim hideUpdates(99) 'Number must be higher than the maximum entry below 'Comment out any updates that you want to KEEP hideUpdates(0) = "KB971033" hideUpdates(1) = "KB976932" hideupdates(2) = "KB2446710" hideupdates(3) = "KB2478662" 'Windows 10 related hideupdates(50) = "KB2952664" hideupdates(51) = "KB3021917" hideupdates(52) = "KB3035583" hideupdates(53) = "KB3068708" hideupdates(54) = "KB3075249" hideupdates(55) = "KB3080149" hideupdates(56) = "KB3123862" 'Optional features hideupdates(60) = "KB982670" '.NET Framework 4 Client Profile hideupdates(61) = "KB2901983" '.NET Framework 4.5.2 hideupdates(62) = "KB3102433" '.NET Framework 4.6.1 'Microsoft Software, available when Microsoft Update is enabled hideupdates(70) = "KB2526954" 'Microsoft Silverlight - 4.0.60310.0 hideupdates(71) = "KB2512827" 'Microsoft Silverlight - 4.0.60531.0 hideupdates(72) = "KB2617986" 'Microsoft Silverlight - 4.0.60831.0 hideupdates(73) = "KB2668562" 'Microsoft Silverlight - 4.1.10111 hideupdates(74) = "KB2636927" 'Microsoft Silverlight - 5.1.10411 hideupdates(75) = "KB2977218" 'Microsoft Silverlight - 5.1.30514.0 hideupdates(76) = "KB3056819" 'Microsoft Silverlight - 5.1.40416.0 hideupdates(77) = "KB3080333" 'Microsoft Silverlight - 5.1.40728.0 hideupdates(78) = "KB3106614" 'Microsoft Silverlight - 5.1.41105.0 hideupdates(79) = "KB3126036" 'Microsoft Silverlight - 5.1.41212.0 hideupdates(80) = "KB3162593" 'Microsoft Silverlight - 5.1.50428.0 hideupdates(81) = "Silverlight" 'Match unlisted version hideupdates(90) = "KB3140479" 'Microsoft Security Essentials - 4.9.218.0 hideupdates(91) = "KB2902907" 'Microsoft Security Essentials hideupdates(92) = "KB2876229" 'Skype for Windows desktop 7.3 '## MAIN ################################################################### Dim startTime, elapsedTime Dim updateSearcher, searchResult, update, numUpdates Dim reportHeader, reportBody, reportFooter Set updateSearcher = CreateObject("Microsoft.Update.Searcher") updateSearcher.Online = onlineCheck startTime = Timer 'Start the Timer numUpdates = 0 For n = 1 To numOfChecks On Error Resume Next Set searchResult = updateSearcher.Search(searchFilter) If Err Then WScript.Echo "Network error" WScript.Quit 1 End If For i = 0 To searchResult.Updates.Count-1 Set update = searchResult.Updates(i) For j = 0 To UBound(hideUpdates) If hideupdates(j) = "" Then 'Skip an empty (unused) entry ElseIf instr(1, update.Title, hideUpdates(j), vbTextCompare) <> 0 Then If actionHide Then update.IsHidden = TRUE numUpdates = numUpdates+1 'Choose to report KBid OR update.Title 'reportBody = reportBody & vbCrLf & hideUpdates(j) reportBody = reportBody & vbCrLf & update.Title Exit For 'Found the update, therefore exit this inner For loop End If Next Next updateSearcher.Online = FALSE 'Force use cached copy after first online check Next elapsedTime = Round(Timer - startTime) 'Stop the Timer reportHeader = "Updates Hidden: " & numUpdates & vbCrLf If reportBody = "" Then reportBody = vbCrLf & "None" reportFooter = vbCrLf & vbCrLf & "Total Time: " & elapsedTime & " seconds" If NOT runSilent Then WScript.Echo reportHeader & reportBody & reportFooter WScript.Quit '## END MAIN ###############################################################  
    hideUpdates-Revised.vbs
    unhideAllHiddenUpdates.vbs
  2. Like
    n0nsense reacted to rhahgleuhargh in [14 janvier 2020] Update list GDR pour Windows 7 SP1 x86/x64 (Fr-En-De-Es-It)   
    Hello,
    ULs mises à jour uploadées. Tests OK en MV. J'y ai aussi ajouté KB3072305 (.net FW 3.5.1 de septembre 2015) qui est demandée au premier lancement de WU. Il faudra donc naviguer dans le listing de la catégorie "Updates" pour la sélectionner.
    Le script W10 est aussi mis à jour. Il devient long à charger car contient 15 mises à jour à masquer. En effet, toutes les anciennes KBs relatives à W10 sont demandées lorsque vous masquez les 8 KBs de l'UL... Normalement toutes ces mises à jour relatives à W10 ne devraient plus être proposées après juillet 2016, date où le passage à W10 sera payant. On verra !
  3. Like
    n0nsense reacted to rhahgleuhargh in [14 janvier 2020] Update list GDR pour Windows 7 SP1 x86/x64 (Fr-En-De-Es-It)   
    Hello,
    Voici des Update Lists (UL) x86 et x64 à utiliser avec la dernière version de Windows Update Downloader (WUD), en partant d’un ISO de Windows 7 SP1.
    Elles reprennent le principe des mises à jour proposées par mooms dans son Update pack, à savoir qu'elles contiennent uniquement le minimum de MAJ requises pour n'avoir aucune demande de Windows Update après intégration et installation. Si vous ajoutez le .Net Framework 4.x, ainsi que MRT, aucune mise à jour prioritaire ne sera demandée par WU.
    Pour ceux qui n'utilisent pas d'antivirus, installez la clé de registre du fichier AV.reg pour obtenir les mises à jour Windows ultérieures. Ceux qui utilisent le fichier RunOnce d'icare n'en ont pas besoin.
    Les mises à jour des programmes supplémentaires (Silverlight, etc...) ne sont pas incluses, utilisez plutôt les sfx du site (l'avantage est que vous aurez la dernière version à jour).
    Pour ceux qui ne veulent pas des mises à jour de télémétrie, lancez en dernier le script Telemetry.exe du maker ci-dessous.
    Certains ont reporté des erreurs SFC avec Wintoolkit (ça dépend des tweaks et des programmes ajoutés). Vous pouvez ajouter le script après HideW10KB dans la liste des programmes à intégrer pour lancer automatiquement la vérification après installation.
    Ces listes ont été testées au préalable en MV avec Windows 7 SP1 Professionnel avant publication. Attention : il est possible que certaines KB soient obsolètes si vous utilisez une autre édition de Windows 7 (ex. : KB2973351 est inutile sous Windows 7 Home Premium). Dans ce cas, faites un nettoyage de disque après installation, et signalez-moi les KB inutiles (je ne teste que la version professionnelle, je n'ai pas le temps pour les autres).
    Les instructions pour WUD sont dans le fichier Read-me.txt.
    Pour intégrer le Convenience Rollup Pack sous Wintoolkit, il faut faire passer KB4490628 et KB2670838 dans la section "Prerequisites" de Wintoolkit.
    Credits : mooms pour l'idée du pack et les scripts pour créer les installateurs silencieux, abbodi1406 pour ses infos sur les mises à jour, gillesg pour l'utilisation de WUD, icare pour les SFX, Thiersee, Pink_Freud, Dareckibmw et les autres pour les différents retours et coups de main.
     
    @non-french users :
    Here are x86 and x64 Update lists for WUD based on mooms Update packs and configured to be used with Win Toolkit. The purpose of these ULs is to integrate the minimum updates required, so you won't have any update asked by Windows Update after integration and installation. These ULs don't include Silverlight and .net Framework 4.x, but you can DL their updated version in the Installer Repack section of this forum and integrate them via "Silent install + SFX" section of Win Toolkit. With .net framework and MRT integrated, your Win7 installation will be up-to-date. Some updates can't be integrated offline, they are renamed 5-WindowsXXX.msu so you can find them easily and integrate them via "Silent installer + SFX" section of Wintoolkit or via Setupcomplete.cmd. For those who don't want migrate to Windows 10 and install telemetry related updates, just run Telemetry script from the maker (see below) to hide telemetry and superdeeded non-needed updates asked by WU. Some people have reported SFC /scannow errors after integration ; to check it, add the script after HideW10KB in the list of programs. Those who don't install any antivirus will need to install a regkey (AV.reg) to continue to obtain Windows updates (the tweak is included in icare's RunOnce sfx).
    These ULs have been tested in a VM with Professional edition of Windows 7 before publication. But if you use an other edition, some KBs may be useless (ex. : KB2973351 for Home Premium) ; in this case please perform a deep clean after installation, and report obsolete KBs in this topic (I only test Professional edition, I have no time for the others). Please have a look on Read-me file in the archive for more information. If you don't write french no problem, most of us understand English !
     
    Downloads:
    Hide Telemetry/W10 KB script Maker 08 oct 2018.
    Tutoriel Français avril 2019
    English tutorial april 2019
    Tutorial Italiano aprile 2019 (Credits Thiersee)
    Deutsches tutorial april 2019 (Credits Thiersee)
    2016-07-25-Read me.txt
    AV.reg
    Password for UL archive:
    ULs.7z
×
×
  • Create New...