I have an issue on Windows 10 - "System Restore Error 0x81000203" (the module cannot see any drive) and chkdsk cannot start "The shadow copy provider had an unexpected error" (all volumes are locked).
I suspect AOMEI Backupper. I was doing system backup but the program did not show any progress for 20 min(1-2min usual) and I restarted the computer. Probably it was waiting for Windows to update or some other process. After the restart, I did the image without a problem. Soon after, I found system restore is not working and then tried to run check disk, which failed too.
I tried many ways described online but non of them worked.
1. Turn On the Shadow Copy Service
services.msc
Microsoft Software Shadow Copy Provider > "start" and "automatic"
2. boot into the safe mode to stop Windows Management Instrumentation service and to reset it.
net stop winmgmt
and
winmgmt /resetRepository
3. System Restore via the Group Policy Editor
gpedit.msc
Computer Configuration > Administrative Template > System > System Restore
“Turn off System Restore” it was correct “Not Configured”.
5. Disable then Enable System Restore using the Registry
Registry Editor.
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT
New > Key > Rename to System Restore > DWORD (32-bit) value > Rename this to DisableConfig
Double-click on this entry and put “1” instead of “0” at its value data to block the System Restore. Restart and then change it back to 0
6. I read the decision of Will Watts for a similar error. I checked in the registry and found "UpperFilters REG_MULTI_SZ ambakdrv volsnap". It looks the problem is different.
Logged through another disk with win7. Chkdsk showed volumes are locked due to another process. Used the option to force unmount and scanned the volume with no error. But when I logged back through the original disk with win10, the volume was locked and there was no option to force unmount it like in win7. I suppose, that force-unmount from DOS could unmount volumes temporarily.
Please advise!
I suspect AOMEI Backupper. I was doing system backup but the program did not show any progress for 20 min(1-2min usual) and I restarted the computer. Probably it was waiting for Windows to update or some other process. After the restart, I did the image without a problem. Soon after, I found system restore is not working and then tried to run check disk, which failed too.
I tried many ways described online but non of them worked.
1. Turn On the Shadow Copy Service
services.msc
Microsoft Software Shadow Copy Provider > "start" and "automatic"
2. boot into the safe mode to stop Windows Management Instrumentation service and to reset it.
net stop winmgmt
and
winmgmt /resetRepository
3. System Restore via the Group Policy Editor
gpedit.msc
Computer Configuration > Administrative Template > System > System Restore
“Turn off System Restore” it was correct “Not Configured”.
5. Disable then Enable System Restore using the Registry
Registry Editor.
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT
New > Key > Rename to System Restore > DWORD (32-bit) value > Rename this to DisableConfig
Double-click on this entry and put “1” instead of “0” at its value data to block the System Restore. Restart and then change it back to 0
6. I read the decision of Will Watts for a similar error. I checked in the registry and found "UpperFilters REG_MULTI_SZ ambakdrv volsnap". It looks the problem is different.
Logged through another disk with win7. Chkdsk showed volumes are locked due to another process. Used the option to force unmount and scanned the volume with no error. But when I logged back through the original disk with win10, the volume was locked and there was no option to force unmount it like in win7. I suppose, that force-unmount from DOS could unmount volumes temporarily.
Please advise!
Last edited: