Problem
When going to log into Windows, the screen blurs, but the password field does not appear.
This is capturing some corrected instructions, mostly for myself. Assumes you know how to do basic cd/dir navigation in the command prompt.
Solution
- Open the Shutdown menu from the lock screen.
- Hold Shift and click Restart.
- Pick Troubleshoot and navigate down to Command Prompt. The exact menu seems to vary by version.
- Log into the recovery environment. This should work.
- Find your boot drive. Drive letters are probably shifted about because the recovery environment seems to claim
C.%WINDIR%probably expands to that, instead of your real install too! Try one past the end of your usual highest drive letter. - Change directory to
system32\config\systemprofile\appdata\local\microsoft\windows\cachesunder your Windows install. - Check (
dir) there's acversions.3.dbin here, that you've got the right place. - Move the files away (
mkdir \temp,move *.* \temp). - Reboot.