reproduce windows update history


  1. Posts : 106
    Windows 7 Ultimate x64 SP1, updated to latest Java and .NET
       #1

    reproduce windows update history


    To all geniuses here:


    Is there a way to reproduce the update history?
    (Mine vanished when resetting the windows update with tweaking_com)

    Can it be taken from a backup?


    Can two of those update histories be merged (older backup and latest backup)?


    Is it possible to create it from the 'installed updates' table, which is different from 'update history' (both under 'windows update')?


    Many thanks in advance!
    :)
      My Computer


  2. Posts : 2,798
    Windows 7 x64, Vista x64, 8.1 smartphone
       #2

    Hi svnfrms2r,

    Yes, you can generate a new update history anytime by using the DISM command from the Command Line Prompt:

    Code:
    dism /online /Get-Packages /Format:Table
    you can pipe the output to a text file if you wish.
      My Computer


  3. Posts : 106
    Windows 7 Ultimate x64 SP1, updated to latest Java and .NET
    Thread Starter
       #3

    iko22 said:
    Hi svnfrms2r,

    Yes, you can generate a new update history anytime by using the DISM command from the Command Line Prompt:

    Code:
    dism /online /Get-Packages /Format:Table
    you can pipe the output to a text file if you wish.

    Awesome!!!
    Thank you.



    And is there a way to make that the 'update history' that appears in the 'windows update'?
      My Computer


  4. Posts : 3,615
    Win 10 x64, Linux Lite, Win 7 x64, BlackArch, & Kali
       #4

    If tweaking renamed the C:\Windows\SoftwareDistribution folder you can change the name back, if not and it was deleted, you made the mistake NOT ME. THAT'S WHY I HELP PEOPLE HERE, SO THEY DON'T MAKE MISTAKES AND WIN UPDATE WORKS.
    FYI: you can't just rename it as the current folder is active as long as windows update is active, ACTIVE is the operative word here. GET IT? it will be the full current updates on your computer. Answered your question didn't I. YES!

    BILL
      My Computer


  5. Posts : 3,615
    Win 10 x64, Linux Lite, Win 7 x64, BlackArch, & Kali
       #5

    From Admin CMD, you have to
    stop wuauserv
    stop bits
    rename softwaredistribution folder
    start wuauserv
    start bits
    restart computer
    That is what the batch file does except reverse, it renames the original SDF and Windows generates a new incomplete one.
    FYI: Most often, renaming the SFD is fruitless and you see the results empty win update history. CBS error x100 yes, that is the culprit. rare error.

    Code:
     @echo off
    Title Re-Name Software Distribution Folder
    echo.
    Echo Renaming Software Distribution Folder
    net stop wuauserv
    net stop bits
    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    net start wuauserv
    net start bits
    echo.
    echo Make sure you have any open programs saved!
    echo.
    echo Pending shutdown popup will not appear.
    echo.
    echo Old SoftwareDistribution folder is at: C:\Windows\SoftwareDistribtion.old
    echo.
    echo Restart will begin immediately after you press any key!
    echo.
    pause
    rem shutdown /f /r /t 0
    exit
      My Computer


  6. Posts : 106
    Windows 7 Ultimate x64 SP1, updated to latest Java and .NET
    Thread Starter
       #6

    Snick said:
    If tweaking renamed the C:\Windows\SoftwareDistribution folder you can change the name back, if not and it was deleted, you made the mistake NOT ME. THAT'S WHY I HELP PEOPLE HERE, SO THEY DON'T MAKE MISTAKES AND WIN UPDATE WORKS.
    FYI: you can't just rename it as the current folder is active as long as windows update is active, ACTIVE is the operative word here. GET IT? it will be the full current updates on your computer. Answered your question didn't I. YES!

    BILL

    Thank you!


    Am looking for a way to recreate the "Update History", since I have an old and a new one from the two system states I merged.
    But if it is impossible, I guess it really is not a big problem, since the "Installed Updates" still works fine.
      My Computer


  7. Posts : 106
    Windows 7 Ultimate x64 SP1, updated to latest Java and .NET
    Thread Starter
       #7

    Snick said:
    From Admin CMD, you have to
    stop wuauserv
    stop bits
    rename softwaredistribution folder
    start wuauserv
    start bits
    restart computer
    That is what the batch file does except reverse, it renames the original SDF and Windows generates a new incomplete one.
    FYI: Most often, renaming the SFD is fruitless and you see the results empty win update history. CBS error x100 yes, that is the culprit. rare error.

    Code:
     @echo off
    Title Re-Name Software Distribution Folder
    echo.
    Echo Renaming Software Distribution Folder
    net stop wuauserv
    net stop bits
    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    net start wuauserv
    net start bits
    echo.
    echo Make sure you have any open programs saved!
    echo.
    echo Pending shutdown popup will not appear.
    echo.
    echo Old SoftwareDistribution folder is at: C:\Windows\SoftwareDistribtion.old
    echo.
    echo Restart will begin immediately after you press any key!
    echo.
    pause
    rem shutdown /f /r /t 0
    exit

    Thank you, will use it when needed.
    Would have used USB Linux if need be or tried to use unlocker
    Last edited by svnfrms2r; 16 Sep 2019 at 12:01. Reason: .
      My Computer


  8. Posts : 106
    Windows 7 Ultimate x64 SP1, updated to latest Java and .NET
    Thread Starter
       #8

    Snick said:
    CBS error x100 yes, that is the culprit. rare error.
    Overlooked this above, what is
    "CBS error x100"
    ?


    Thank you!
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 02:27.
Find Us