I upgrade to Win 7 Home Premium over Vista Business. At first it downloaded the updates with no problem. Now it shows the available updates but cannot install them.
I renamed the "Software Distribution" folder to .old and it created a new folder but with the same results
It seems like you're encountering issues with installing updates on Windows 7 Home Premium after upgrading from Vista Business. Here are some steps you can take to potentially resolve this problem:
Run Windows Update Troubleshooter:
Windows has built-in tools to help diagnose and resolve update-related issues. You can run the Windows Update Troubleshooter to automatically detect and fix common problems with Windows Update.
[]Check System Date and Time Settings:
Ensure that the date and time settings on your computer are accurate. Incorrect system date and time settings can sometimes cause issues with Windows Update.
[]Check Disk Space:
Make sure that you have enough free disk space on your system drive (usually C where Windows is installed. Lack of disk space can prevent updates from being installed successfully.
[]Manually Install Updates:
If Windows Update is not working, you can try to manually download and install the updates from the Microsoft Update Catalog. This involves visiting the Microsoft Update Catalog website, searching for the necessary updates, and downloading them manually.
[]Reset Windows Update Components:
You can try resetting the Windows Update components to fix any issues with the update service. This involves stopping the Windows Update service, renaming the SoftwareDistribution folder, and restarting the update service. Here are the steps to reset Windows Update components:
Open Command Prompt as an administrator.
Run the following commands:
Code:
net stop wuauserv net stop cryptSvc net stop bits net stop msiserver ren C:\Windows\SoftwareDistribution SoftwareDistribution.old ren C:\Windows\System32\catroot2 catroot2.old net start wuauserv net start cryptSvc net start bits net start msiserver
After running these commands, try checking for and installing updates again. These steps should help troubleshoot and resolve the issue you're facing with Windows updates on your system.