Results 1 to 2 of 2

Thread: Clear Windows Vista Update History

  1. #1
    Join Date
    Aug 2005
    Posts
    434

    Clear Windows Vista Update History

    Your list of historical updates intensifies with a number of important updates that are optional, and that you dont want to serve with. Simply delete the file edb.log in the Windows\SoftwareDistribution\DataStore\Logs.

    This file is constantly being used by the automatic updates of Windows, deleting it will be impossible, even with software like Unlocker, as this service is loaded into memory.

    Note that what we do is irreversible! But not fatal.

    To stop this service temporarily:
    • Go From the Start menu> All Programs> Accessories.
    • Right-click on the "command prompt"> Run as Administrator.
    • Type this command:


    net stop wuauserv

    And validate.

    • Wait until confirmation has been done that the service is stopped.


    To delete the file, a simple command in the command prompt:

    del %systemroot%\SoftwareDistribution\DataStore\Logs\edb.log

    You can also delete it manually.

    The service will relaunch in automatic mode at the next reboot, or you can restart with this command:

    net start wuauserv

    This does in no way uninstall the updates installed. If you want to uninstall an update, go to Programs and Features "and click on" Show updates installed.

    You can also create a batch file to automate the operation.
    • Go to the Start menu> All Programs> Accessories> Notepad
    • Copy in there:


    CD\
    net stop wuauserv
    del %systemroot%\SoftwareDistribution\DataStore\Logs\edb.log
    net start wuauserv


    • Go to the File menu> Save.
    • Change the file type "All Files."
    • Give the file a name that ends with. Bat
    • Validate and close.


    To run this batch file, you must right-click over> Run as administrator. And history updates will be removed!

  2. #2
    Join Date
    Dec 2007
    Posts
    2,291

    Re: Clear Windows Vista Update History


Similar Threads

  1. How to clear Search History in Windows 8
    By SpearMan in forum Tips & Tweaks
    Replies: 0
    Last Post: 01-04-2013, 11:54 AM
  2. Need to clear recent documents history in Windows 7
    By Orton in forum Operating Systems
    Replies: 4
    Last Post: 22-10-2011, 11:32 AM
  3. Platinum Clear History is not able to register in Windows 7
    By Leonard in forum Operating Systems
    Replies: 5
    Last Post: 20-03-2010, 02:31 AM
  4. Auto Clear History is not working in Windows 7
    By Akaashath in forum Operating Systems
    Replies: 5
    Last Post: 16-02-2010, 12:51 AM
  5. Clear Windows Update History
    By wubing in forum Windows Update
    Replies: 10
    Last Post: 08-12-2007, 02:47 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,145,523.87449 seconds with 17 queries