Windows 10 gives the following error in the event log if the Windows file system transaction log is corrupted:
The default transaction resource manager on volume C: encountered a non-retryable error and could not start. The data contains the error code.
Event Source: Ntfs
Event ID: 137
To fix this, run the following command in a command prompt that has been run as administrator (right click and click run as administrator, even if you’re logged on as an administrator):
fsutil resource setautoreset true c:\
Then restart the PC.