New Update Windows 10 KB5035845 update released with 9 new changes, fixes

Gandalf_The_Grey

Level 78
Thread author
Verified
Honorary Member
Top Poster
Content Creator
Well-known
Apr 24, 2016
6,701
With this update, Microsoft has introduced nine fixes and changes in Windows 10, with a complete list of fixes available in last month's KB5034843 preview update bulletin.

The list of highlighted fixes and new features in the KB5035845 update includes:
  • Using Windows share, you can now directly share URLs to apps like WhatsApp, Gmail, Facebook, and LinkedIn. Sharing to X (formerly Twitter) is coming soon.
  • This update affects games you install on a secondary drive. Now, they remain installed on the drive.
  • This update affects the Windows Backup app. It will no longer show on the user interface in regions where the app is not supported. To learn more, see KB5032038.
  • This update addresses an issue that affects Windows Hello for Business. You cannot use it to authenticate to Microsoft Entra ID on certain apps. This occurs when you use Web Access Management (WAM).
 

vtqhtr413

Level 26
Verified
Top Poster
Well-known
Aug 17, 2017
1,530
Microsoft issued the KB5035845 update for Windows 10 with quality improvements and fixes but more than two weeks after, many users still can’t install it.

A disgruntled user signaled this problem on the Microsoft Answers forum, and an independent advisor responded that they encountered a number of reports of the same. Unfortunately, there is no official solution for the problem but we will try to help you with a few tips.
 
  • Like
Reactions: brambedkar59

Connor98

New Member
May 30, 2024
1

1. Delete temporary files and Windows Update cache​

  • Open Command Prompt as an administrator.
Enter the following commands to stop the Windows Update services:

net stop wuauserv
net stop bits

  • Delete the contents of the SoftwareDistribution folder:

del %systemroot%\SoftwareDistribution\DataStore\Logs\*.log
del %systemroot%\SoftwareDistribution\Download\*.*

  • Restart the Windows Update services:

net start wuauserv
net start bits

2. Manually download and install the update​

  • Visit the Microsoft Update Catalog.
  • Search for KB5035845.
  • Download the version corresponding to your operating system and install the update manually.

3. Temporarily disable antivirus and firewall​

Sometimes, antivirus programs and firewalls can block updates. Temporarily disable them and try to update Windows again.

4. Ensure your system is compatible​

Check the system requirements for the update and make sure your hardware and software are compatible.

5. Check for errors in Windows Update log files​

  • Open Event Viewer and check the Windows Update log for errors that might indicate specific problems.

6. Reset Windows Update components​

  • Open Command Prompt as an administrator and enter the following commands to reset Windows Update components:

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

7. Repair system files​

  • Run System File Checker to repair corrupted files:

sfc /scannow

  • Run the DISM (Deployment Imaging Service and Management Tool) to repair the system image:

DISM /Online /Cleanup-Image /RestoreHealth

I hope these commands will help you.
 

About us

  • MalwareTips is a community-driven platform providing the latest information and resources on malware and cyber threats. Our team of experienced professionals and passionate volunteers work to keep the internet safe and secure. We provide accurate, up-to-date information and strive to build a strong and supportive community dedicated to cybersecurity.

User Menu

Follow us

Follow us on Facebook or Twitter to know first about the latest cybersecurity incidents and malware threats.

Top