This is what I have tried:
-
Adding a
Exclude files whose name contains-filter with the valueNTUSER.DAT, which resulted in a
--exclude="[.*NTUSER.DAT.*[^\]]"command line parameter.
==> warning still comes -
Adding a
Exclude file-filter with the valueC:\Users\vegar\NTUSER.DAT, which resulted in a
--exclude="C:\Users\vegar.vikan\NTUSER.DAT"command line parameter
==> warning is no longer there -
Adding a
Exclude expression-filter with the value*/NTUSER*, which resulted in a
--exclude="*/NTUSER*"command line parameter
==> warning is there -
Adding a
Exclude expression-filter with the value*\NTUSER*, which resulted in a
--exclude="*\NTUSER*"command line parameter
==> warning is gone
So, when I say āwarning is goneā - what I really mean, is that it no longer appears as part of the visible list of warnings in the Warnings: [ ]-array in the end-report. I generally get about 95-96 warnings in each run, and I have not checked each and every one of them. Iāve assumed the warnings will come in about the same order every timeā¦