Hello Vitalii,
Thank you for posting question on Microsoft Windows Forum!
Based on the provided error signature (AppHangXProcB1) which indicates that Windows Explorer (explorer.exe) stopped responding because it was waiting on another process, in this case svchost.exe. That might point to a system service or background process hanging and blocking Explorer.
The suggestion here is to perform a clean slate for the Explorer process to see if it fixes the immediate hang by pressing Ctrl + Shift + Esc to open Task Manager. Find Windows Explorer in the list. Right-click it and select Restart.
Another suggestion is to clear the File Explorer Cache. Sometimes a corrupted "Recent Files" link or a stuck thumbnail cache causes Explorer to hang while trying to load the "Home" or "Quick Access" view. Also, try to disable Quick Access. Since sometimes pinned items or recent files cause hangs. In Folder Options, set Explorer to open This PC instead of Quick Access.
Since your error log mentions svchost.exe, there might be some underlying corruption. It is worth running System File Checker + DISM by opening an elevated Command Prompt and run this command DISM /Online /Cleanup-Image /RestoreHealth and then run the command sfc /scannow Then reboot when done. These fix corrupt system files that might cause explorer instability.
Another point worth mentioning here is that you are running OS Version 10.0.26200. This is a Windows Insider Preview build (likely the Canary or Dev channel). Making sure you are on the latest build. Checking Windows Update to see if a newer build (like 26212 or higher) is available.
Hope the above information is helpful! If it is. Free feel to hit "Accepted" for benefitting others in community having the same issue too.