...
The steps below have been tested on in a real case and helped to resolve the problem:
1.) Close WinCanVX and run the Command Prompt as Administrator
2.) Enter the following commandscommand lines and hit the ENTER key to run each process respectively
DISM.exe /Online /Cleanup-image /Restorehealth
sfc /scannow
You can now repeat the third step. You can do this even while the commands are still running3.) Wait until the processes have been finished and enter the additional command lines below:
cd C:\Windows\System32\wbem
for /f %s in ('dir /b *.mof') do mofcomp %s
Now Windows will the find some files and after this command has finished, the fingerprint error will be resolvedthe files needed to restore the fingerprint information
4.) Reboot your computer and launch WinCanVX → the fingerprint error doesn’t pop up anymore and the license mode is shown as VALID.
Check the Microsoft Support article below for more details:
...