Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Software
Operating Systems
Windows 10
Windows 10 KB5035845 update released with 9 new changes, fixes
Message
<blockquote data-quote="Connor98" data-source="post: 1088340" data-attributes="member: 113266"><p><h3>1. Delete temporary files and Windows Update cache</h3> <ul> <li data-xf-list-type="ul">Open <strong>Command Prompt</strong> as an administrator.</li> </ul><p>Enter the following commands to stop the Windows Update services:</p><p></p><p>net stop wuauserv</p><p>net stop bits</p><p></p><ul> <li data-xf-list-type="ul">Delete the contents of the <strong>SoftwareDistribution</strong> folder:</li> </ul><p></p><p>del %systemroot%\SoftwareDistribution\DataStore\Logs\*.log</p><p>del %systemroot%\SoftwareDistribution\Download\*.*</p><p></p><ul> <li data-xf-list-type="ul">Restart the Windows Update services:</li> </ul><p></p><p>net start wuauserv</p><p>net start bits</p><p></p><h3>2. Manually download and install the update</h3> <ul> <li data-xf-list-type="ul">Visit the Microsoft Update Catalog.</li> <li data-xf-list-type="ul">Search for <strong>KB5035845</strong>.</li> <li data-xf-list-type="ul">Download the version corresponding to your operating system and install the update manually.</li> </ul><h3>3. Temporarily disable antivirus and firewall</h3><p>Sometimes, antivirus programs and firewalls can block updates. Temporarily disable them and try to update Windows again.</p><p></p><h3>4. Ensure your system is compatible</h3><p>Check the system requirements for the update and make sure your hardware and software are compatible.</p><p></p><h3>5. Check for errors in Windows Update log files</h3> <ul> <li data-xf-list-type="ul">Open <strong>Event Viewer</strong> and check the Windows Update log for errors that might indicate specific problems.</li> </ul><h3>6. Reset Windows Update components</h3> <ul> <li data-xf-list-type="ul">Open <strong>Command Prompt</strong> as an administrator and enter the following commands to reset Windows Update components:</li> </ul><p></p><p>net stop wuauserv</p><p>net stop cryptSvc</p><p>net stop bits</p><p>net stop msiserver</p><p>ren C:\Windows\SoftwareDistribution SoftwareDistribution.old</p><p>ren C:\Windows\System32\catroot2 catroot2.old</p><p>net start wuauserv</p><p>net start cryptSvc</p><p>net start bits</p><p>net start msiserver</p><p></p><h3>7. Repair system files</h3> <ul> <li data-xf-list-type="ul">Run <strong>System File Checker</strong> to repair corrupted files:</li> </ul><p></p><p>sfc /scannow</p><p></p><ul> <li data-xf-list-type="ul">Run the <strong>DISM</strong> (Deployment Imaging Service and Management Tool) to repair the system image:</li> </ul><p></p><p>DISM /Online /Cleanup-Image /RestoreHealth</p><p></p><p>I hope these commands will help you.</p></blockquote><p></p>
[QUOTE="Connor98, post: 1088340, member: 113266"] [HEADING=2]1. Delete temporary files and Windows Update cache[/HEADING] [LIST] [*]Open [B]Command Prompt[/B] as an administrator. [/LIST] Enter the following commands to stop the Windows Update services: net stop wuauserv net stop bits [LIST] [*]Delete the contents of the [B]SoftwareDistribution[/B] folder: [/LIST] del %systemroot%\SoftwareDistribution\DataStore\Logs\*.log del %systemroot%\SoftwareDistribution\Download\*.* [LIST] [*]Restart the Windows Update services: [/LIST] net start wuauserv net start bits [HEADING=2]2. Manually download and install the update[/HEADING] [LIST] [*]Visit the Microsoft Update Catalog. [*]Search for [B]KB5035845[/B]. [*]Download the version corresponding to your operating system and install the update manually. [/LIST] [HEADING=2]3. Temporarily disable antivirus and firewall[/HEADING] Sometimes, antivirus programs and firewalls can block updates. Temporarily disable them and try to update Windows again. [HEADING=2]4. Ensure your system is compatible[/HEADING] Check the system requirements for the update and make sure your hardware and software are compatible. [HEADING=2]5. Check for errors in Windows Update log files[/HEADING] [LIST] [*]Open [B]Event Viewer[/B] and check the Windows Update log for errors that might indicate specific problems. [/LIST] [HEADING=2]6. Reset Windows Update components[/HEADING] [LIST] [*]Open [B]Command Prompt[/B] as an administrator and enter the following commands to reset Windows Update components: [/LIST] 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 [HEADING=2]7. Repair system files[/HEADING] [LIST] [*]Run [B]System File Checker[/B] to repair corrupted files: [/LIST] sfc /scannow [LIST] [*]Run the [B]DISM[/B] (Deployment Imaging Service and Management Tool) to repair the system image: [/LIST] DISM /Online /Cleanup-Image /RestoreHealth I hope these commands will help you. [/QUOTE]
Insert quotes…
Verification
Post reply
Top