plz tell me how to remove these entries...

Discussion in 'Windows 7' started by sureshabhi777, Aug 28, 2009.

  1. sureshabhi777

    sureshabhi777 MDL Junior Member

    Jul 18, 2009
    52
    2
    0
  2. whitehat2009

    whitehat2009 MDL Member

    Aug 1, 2009
    163
    2
    10
    Maybe it would be more productive to spend your time figuring out why the updated failed. :rolleyes:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. tomorrow

    tomorrow MDL Addicted

    Jul 3, 2008
    723
    263
    30
    To uninstall Windows Live Essentials, click Start, then Run if using XP, then type/paste the following and press Enter:
    msiexec /x {81128EE8-8EAD-4DB0-85C6-17C2CE50FF71}

    To uninstall Office Live Add-In, click Start, then Run if using XP, then type/paste the following and press Enter:
    msiexec /x {57F0ED40-8F11-41AA-B926-4A66D0D1A9CC}

    ... or use Ccleaner
     
  4. sureshabhi777

    sureshabhi777 MDL Junior Member

    Jul 18, 2009
    52
    2
    0
    I installed those updates successfully but I want to delete those failed or cancelled entries in the history. plz anyone help me....................
     
  5. Gonzakpo

    Gonzakpo MDL Member

    Jul 31, 2009
    130
    1
    10
    If you give me one RATIONAL reason for doing this, I'll tell you how to do it.
     
  6. sureshabhi777

    sureshabhi777 MDL Junior Member

    Jul 18, 2009
    52
    2
    0
    I don't like to see these failed or cancelled entries in windows update history. I want to see only successful entries in the windows update history.
     
  7. Gonzakpo

    Gonzakpo MDL Member

    Jul 31, 2009
    130
    1
    10
    To be honest. I don't know how to do it haha. I'm sorry. I just wanted to confirm that you crazy haha. No offence.

    Anyway, you failed to give me a rational reason so in a way I did what I promised.
     
  8. HotCarl

    HotCarl MDL Addicted

    Jul 21, 2009
    831
    16
    30
    Have you tried doing a system restore back to the point before you installed those updates? You could try that...

    If I were you though, I would not even worry about it. If the updates installed improperly and botched up your system that's one thing, but they didn't, and since it is just such a trivial thing, I would just ignore it and keep living my life... :)
     
  9. trAsher

    trAsher MDL Novice

    Aug 17, 2009
    6
    0
    0
    Deleting the file \Windows\SoftwareDistribution\DataStore\DataStore.edb will delete all entries and is the only way to delete entries entries in the windows update history.
     
  10. mr.kidding

    mr.kidding MDL Novice

    Jul 12, 2009
    40
    0
    0
    #10 mr.kidding, Aug 28, 2009
    Last edited by a moderator: Apr 20, 2017
    easy but clean all history :p
    Code:
    @echo off
    net stop wuauserv
    del /q %windir%\SoftwareDistribution\DataStore\*.edb
    net start wuauserv
    pause
     
  11. sureshabhi777

    sureshabhi777 MDL Junior Member

    Jul 18, 2009
    52
    2
    0
    #11 sureshabhi777, Aug 28, 2009
    Last edited by a moderator: Apr 20, 2017
    (OP)
    this command delete my all windows update history.....:mad:
     
  12. sureshabhi777

    sureshabhi777 MDL Junior Member

    Jul 18, 2009
    52
    2
    0
    system restore does not delete that entries but uninstalled all updates.............
     
  13. noyod

    noyod MDL Member

    Jul 19, 2009
    239
    3
    10
    Asked for it; got it. Lol.
     
  14. daemon

    daemon MDL Novice

    Dec 28, 2007
    8
    0
    0
    i lol'd

    you can always format and reinstall if you want the history again :D
     
  15. HotCarl

    HotCarl MDL Addicted

    Jul 21, 2009
    831
    16
    30
    Of course it will not delete the entries. It will set you back to before you installed them.
    You can try and reinstall them again now... ;)