Registry Typo Mistakes in latest version

Just reinstalled latest Avast after uninstalling and rebooting. Ran sigverif. No errors but under Advanced when you look at the sigverif.txt log you will see:

Unscanned Files:

[c:\windows\systemroot\system32\drivers]
aswrvrt.sys The directory name is invalid.
aswvmm.sys The directory name is invalid.

Looking at the registry entries
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\aswRvrt
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\aswVmm
I see the following for ImagePath:
\SystemRoot\system32\drivers\aswrvrt.sys
\SystemRoot\system32\drivers\aswVmm.sys

There is no such folder as \SystemRoot! It should be

%SystemRoot%

This same error is present in most other asw… entries

Reported to Avast. Thanks, they are looking at it. :slight_smile:

\SystemRoot is correct (it’s a symbolic link for kernel-mode, no %–% is required here as % is known only for user-mode),

We also changed prefix string, so these apps won’t complain anymore. This will be fixed in next release.