I am testing a windows driver software. When the test fails, I have to attach registry data to the bug.
I get "ERROR: Unable to write to the file. There may be a disk or file system error."
when I run the following command
REG EXPORT HKLM\System\CurrentControlSet (I am running the command in Administrator mode).
This happens very infreqently. Can this be caused by driver software?