Hello jaybird283,
These type of error may have multiple sources for it to happen so I would recommend a holistic approach for troubleshooting.
- Stop and restart the service. Using an elevated Powershell window run:
Stop-Process -Name explorer -Force
Start-Process explorer
- Check for Windows integrity issues: https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/repair-a-windows-image?view=windows-11
- Check for drive issues, running:
chkdsk /f /r /x
- Check for driver updates for your components using:
Get-WindowsDriver -Online
- Perform a Clean Boot to discard conflicting apps with Explorer shell: https://support.microsoft.com/en-us/topic/how-to-perform-a-clean-boot-in-windows-da2f9573-6eec-00ad-2f8a-a97a1807f3dd
--If the reply is helpful, please Upvote and Accept as answer--