Jump to content

Pink_Freud

Members
  • Posts

    108
  • Joined

  • Last visited

  • Days Won

    9

Reputation Activity

  1. Like
    Pink_Freud reacted to mooms in Adding Microsoft Update and disabling System Restore   
    Thank you Etz, I've made a sfx for the fun and it works: MU.zip
     
     
    System restore can be disabled with Autounattend.xml : (here example for AiO x86/x64)
    <settings pass="specialize">        <component name="Microsoft-Windows-SystemRestore-Main" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">            <DisableSR>1</DisableSR>        </component>                       <component name="Microsoft-Windows-SystemRestore-Main" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">            <DisableSR>1</DisableSR>        </component>    </settings>    
    If someone found a way to not not show the "send to recycle bin" confirmation when you hit the "supp" key it will be great.
  2. Like
    Pink_Freud reacted to Thiersee in [14 janvier 2020] Update list GDR pour Windows 7 SP1 x86/x64 (Fr-En-De-Es-It)   
    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
  3. Like
    Pink_Freud reacted to rhahgleuhargh in [14 janvier 2020] Update list GDR pour Windows 7 SP1 x86/x64 (Fr-En-De-Es-It)   
    @Thiersee,
    I made a SFX file with Winrar, I'll test it for the next Update patch.
  4. Like
    Pink_Freud reacted to mooms in Firefox SFX Maker 5.5   
    Here is a batch that will download Firefox in the language & version of your choice and create custom switchless installer.
    Available options:
    Choose Firefox language Choose Firefox version or use latest (stable, beta, esr, dev, nightly) available Make Firefox the default browser Add custom profile with extensions & customizations (a sample profile is provided) Keep or delete Desktop icon Create nLite/RVMi AddOn Make x86, x64, or AIO installer.  
    How-to use:
    - Extract the content of the archive in a work folder. - Run Firefox_SFX_Maker.cmd - You can skip one or more questions, see the readme file.  
    The created SFX installers are made in the output folder.
     
    Firefox_SFX_Maker_5.5.7z
    SHA-1: 2bb1a9eec6a000683acb24428a7ab9b80ecb3472
    Size: 10.5 MB
  5. Like
    Pink_Freud reacted to rhahgleuhargh in [14 janvier 2020] Update list GDR pour Windows 7 SP1 x86/x64 (Fr-En-De-Es-It)   
    Hello,
    Changelog des ULs (fini en x86, reste à valider x64) :
    Mises à jour devenues obligatoires du 27avril (elles étaient optionnelles avant) :
    KB3013531
    KB3020369
    KB3045645
    KB3020370
    Pour mai :
    IE 11 : KB3049563 remplace KB3038314. Suppression de KB2976627 et KB3023607 (enfin !).
    Updates :
    KB3045171 remplace KB3034344, KB2957503, et KB2835361
    KB3046002 remplace KB2971850
    KB3051768
    KB3055642
    KB3061518
    KB3022345 remplace KB2882822
    .Net FW 3.5.1 : KB3048070 remplace KB2832414, et  KB2861191 ; KB3023215  et  KB3032655
    Additional Updates : KB3035583 a été mise à jour
    En x86 : déplacement de KB3004375 vers la catégorie 2 elle est toujours demandée sur les éditions pro et ultimate. A vérifier pour x64.
    En x86 et x64 : KB3046269 ne pouvant s'installer correctement qu'en RunOnce, en attendant une mise à jour de Wintoolkit, elle est renommée zWindows.....msu, et est à ajouter manuellement dans la section Silent installer.
    Je poste la version x86 de l'UL, demain la version x64.
  6. Like
    Pink_Freud reacted to abbodi1406 in Microsoft .NET Framework 4.8 for Windows 7   
    The two new security updates KB3023224 and KB3035490 are already included in the rollup
  7. Like
    Pink_Freud reacted to abbodi1406 in A small, as I can, complete step-by-step guide to WinToolkit   
    1. Prerequisites:
    KB2670838 / Platform update, IE11 won't accepted/integrated without it
    KB2786081
    KB2834140
    KB2871997 / replace KB2639308, KB2533623, KB2731771
    KB2882822
    KB2888049
    KB2970228 / replace KB2729094

    2. IE11 main packages:
    KB2841134 / IE11
    KB2849696 / IE-Spelling-en.msu
    KB2849697 / IE-Hyphenation-en.msu

    3. IE11 LangPack:
    IE11-Windows6.1-LanguagePack-x64-de-de.msu
    IE-Hyphenation-de.msu
    IE-Spelling-de.msu

    4. IE11 Updates:
    KB2976627
    KB3021952
    KB3032359
    KB3023607
  8. Like
    Pink_Freud reacted to mooms in Remplacer Windows Update par Microsoft Update   
    Il suffit de créer un fichier *.vbs avec ce contenu:
    Set ServiceManager = CreateObject("Microsoft.Update.ServiceManager")ServiceManager.ClientApplicationID = "My App"'add the Microsoft Update Service, GUIDSet NewUpdateService = ServiceManager.AddService2("7971f918-a847-4430-9279-4a52d1efe18d",7,"")Voici un zip contenant le fichier vbs et un exécutable sfx pour pouvoir l'ajouter avec WinToolkit:  Microsoft Update.zip
  9. Like
    Pink_Freud reacted to Thiersee in [14 janvier 2020] Update list GDR pour Windows 7 SP1 x86/x64 (Fr-En-De-Es-It)   
    Hi rhahgleuhargh,
     
    KB3020369 (replaces KB2533552 and it's integrable offline!)
    KB3045645 (does not replace KB2820331)
     
    have been released (have a look here); not yet in WU
     
    Links:



     
    Regards, Thiersee
  10. Like
    Pink_Freud 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
  11. Like
    Pink_Freud reacted to dareckibmw in [14 janvier 2020] Update list GDR pour Windows 7 SP1 x86/x64 (Fr-En-De-Es-It)   
    @Thiersee
     
    You are the biggest stubborn S.O.B I've ever seen! and you remind me of this sign joke
     

     
     
     
    Seriously......you're doing great job - we thank you! 
  12. Like
    Pink_Freud reacted to Thiersee in [14 janvier 2020] Update list GDR pour Windows 7 SP1 x86/x64 (Fr-En-De-Es-It)   
    You should reserve your "solution" for Microsoft, not for your poor computer :ranting: ....
  13. Like
  14. Like
    Pink_Freud reacted to dareckibmw in [14 janvier 2020] Update list GDR pour Windows 7 SP1 x86/x64 (Fr-En-De-Es-It)   
    After two days trying ....I give up this month
  15. Like
    Pink_Freud reacted to wela in [14 janvier 2020] Update list GDR pour Windows 7 SP1 x86/x64 (Fr-En-De-Es-It)   
    Hi
    There is a new update. kb 3000483, it comes with kb3004375-v3 by download from update catalog und replace
    kb 2536276-v2.
  16. Like
    Pink_Freud got a reaction from dareckibmw in [14 janvier 2020] Update list GDR pour Windows 7 SP1 x86/x64 (Fr-En-De-Es-It)   
    Lol... I think I found a solution to our KB3023607 problem...
     

     

  17. Like
    Pink_Freud reacted to Thiersee in Win7 ISO with SP1 U (Media Refresh) not available anymore   
    On another forum (chip.de) I found this link for Win7 ISOs (not all!), only german and english!
     
    http://mirror.corenoc.de/digitalrivercontent.net/
     
    The downloads works and the checksum is OK, already some ISOs downgeloaded.
     
    Regrads, Thiersee
  18. Like
    Pink_Freud reacted to abbodi1406 in Microsoft .NET Framework 4.8 for Windows 7   
    Each new hotfix rollup contain all previous updates, some of them are not even published
     
    last rollup have these KBs:
     



  19. Like
    Pink_Freud reacted to dareckibmw in [Repak] Adobe Shockwave Player 12.2.2.172   
    Could you please update a checksum? seems to be an old one.
  20. Like
    Pink_Freud reacted to Thiersee in [14 janvier 2020] Update list GDR pour Windows 7 SP1 x86/x64 (Fr-En-De-Es-It)   
    Hi rhahgleuhargh,
     
    do you need the links?
    I've the list ready.
    I did not test an installation yet.
     
    If you proof KB3023266 in MS-Update Catalog it says, this KB has been replaced by KB3031432 and KB3008483.
     
    Thiersee
  21. Like
    Pink_Freud reacted to rhahgleuhargh in [14 janvier 2020] Update list GDR pour Windows 7 SP1 x86/x64 (Fr-En-De-Es-It)   
    Hello,
    Voici ce que donne le patch tuesday de ce mois-ci sur mes différentes machines (réelles et virtuelles) :
    Changelog identique x64 et x86.
    IE 11 : KB3021952, KB3034196 (demandée au redémarrage de la machine)
    Updates : KB3004361, KB3004375, KB3013455, KB3023562, KB3029944, KB3031432 , KB2952664 passe en v8, KB3004394, KB3020338, KB3021917
    MAJ supprimées par le deep-clean : KB2952664 ancienne version, KB3002885, KB3006226 (nettoyée par le deep-clean mais n'est pourtant censée être remplacée par aucune mise à jour), KB3013126
    A noter que KB3023266 est censée être remplacée par KB3031432 mais n'est pas nettoyée par le deep-clean...
    Reste à vérifier si les mises à jour d'IE 11 remplacent KB3008923 (annoncé sur WU) et KB3025390 (visiblement non).
     
    Plus de détails plus tard lorsque le site de Microsoft Update Catalog sera mis à jour.
  22. Like
    Pink_Freud got a reaction from dareckibmw in [14 janvier 2020] Update list GDR pour Windows 7 SP1 x86/x64 (Fr-En-De-Es-It)   
    M$ has pulled KB3004394 (for Windows 7) from it's servers. Apparently the update for win 7 x64 did not install a catalog file (kinda important detail, no?) User "bird" reported this finding VBox Ticket #13677
     
    https://www.virtualbox.org/ticket/13677
     
     
     
  23. Like
    Pink_Freud got a reaction from dareckibmw in [14 janvier 2020] Update list GDR pour Windows 7 SP1 x86/x64 (Fr-En-De-Es-It)   
    Just double checked my VM all updates integrated w DISM, 2 "non-integratable" updates (KB2533552 & KB971033) failed to install by setupcomplete.cmd so it appears KB3004394 prevented their installation.
  24. Like
    Pink_Freud reacted to ricktendo in [Repak] Adobe Shockwave Player 12.2.2.172   
    Adobe Shockwave Player
    About: Removed old Visual C++ runtimes and rebuilt installer, this is the msi version of the installer so it contains both Shockwave vevsions 12 & 10 and NO CRAPWARE
    Download: http://adf.ly/1713566/shockwavemsi
    MD5: 62deabd9f31a1b3e5c378298f6a60510
    Size: 18.5 MB
  25. Like
    Pink_Freud reacted to ricktendo in [Repak] Adobe Shockwave Player 12.2.2.172   
    Updated
×
×
  • Create New...