We have the same problem. Did you find a solution ?
Our computers are unusable outside the company !
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Good morning, I am having an issue on some PCs recently after some PCs received the Windows 10 2004 build update. After receiving said update, the machines will BSOD with a 0x027 error code when logging into a domain profile while connected to the network.
If I remove the network cable from the PC and log into a domain account that was cached on the machine before the update, it will log in without issues and then I can connect it to the network and it seems to resume function. I can also sign into a local account on the machine, with and without network connectivity.
I used Bluescreen View to look at the dumps which seem to be showing rdbss.sys and mrxsmb20.sys as drivers that are causing the issue. I have tried updating network drivers etc from the vendors websites and not relying on Windows to, but am still having the issue.
The other bizarre thing is if the PC crashes 3 times, boots into the recovery mode to try and repair your PC and I restart it, it will then log in once to a domain account and seem to be functioning, however if the PC is restarted it will BSOD on log in.
Has anyone seen or heard of any issues like this since this update? Could it be something out dated on the server that is causing the issue to happen to the machines on the newer OS? I can't help but feel like it has something to do with folder redirection and that is why cached accounts will work with no network connection however I am stumped how to get around this other than not updating every other machine, and rolling back if possible (I had a PC that was upgraded from Windows 7 to 10 and went straight to the 2004 build and BSOD'd, I tried to roll back to Win7 and system will not boot at the moment saying it is missing system files etc.).
I have some mini dumps I can share if that would help as I would like to get to the bottom of this if possible.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
We have the same problem. Did you find a solution ?
Our computers are unusable outside the company !
We have the same problem. Did you find a solution ?
Our computers are unusable outside the company !
I have had the same problem. For me the solution was to Disable Offline Files.
It's a bit sad this caused the problem but it is an "okay" workaround
I would expect that this would be fixed after 3 months, this is a joke!
Microsoft please fix!
Hi,
have been doing a lot of tests to determine the issue, and had succes yesterday avoiding bluescreen with offline files enabled.
the Group policy im using have folder redirection enabled on documents which is redirected to users homedir.
in the same GPO im doing drivemapping on the homedir.
If the drivemapping is disabled, no BSOD. tested this on different domain users, when drivemapping on the homedir is enabled, BSOD,
As stated in the thread WIN 10 - BSOD - RDR - MRXSMB20.SYS - FLTMGR.SYS by ahso-dex, you shoud:
From an elevated powershell (right click the Powershell icon, Run as Administrator):
Set-ItemProperty 'HKLM:\SYSTEM\CurrentControlSet\Services\CSC\Parameters' -Name "FormatDatabase" -Value "1" -Type DWord
Then reboot.