Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Question/Problem

Launching WinCanVX after installing updates for Microsoft WINDOWS in rare cases may cause a loss of the fingerprint information of the current machine. The following message is popping up in WinCanVX despite it is a WINDOWS issue:

Tubo Seal Fingerprint_1.jpg

Answer/Solution

The steps below have been tested in a real case and helped to resolve the problem:

1.) Close WinCanVX and run the Command Prompt as Administrator

2.) Enter the following command lines and hit the ENTER key to run each process respectively

DISM.exe /Online /Cleanup-image /Restorehealth

sfc /scannow

3.) 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 the 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:

https://support.microsoft.com/en-us/topic/use-the-system-file-checker-tool-to-repair-missing-or-corrupted-system-files-79aa86cb-ca52-166a-92a3-966e85d4094e

  • No labels