In Kaspersky PURE the user can exclude objects from the tasks of on-demand scan and real-time protection.
Examples of allowed masks for exceptions:
Masks without paths:
*.exe – all files with the *.exe mask *.ex? – all files with the *.ex? mask, where instead of the ? mark any symbol can be used. test – all files named test
Masks with absolute paths:
C:\dir\*.* - all files in the C:\dir\ directory C:\dir\*.exe - all files with the *.exe mask in the C:\dir\ directory C:\dir\*.ex? - all files with the *.ex? mask in the C:\dir\ directory, where instead of the ? mark any symbol can be used. C:\dir\test - the file C:\dir\test only C:\dir\ - all files in the C:\dir\ directory and its subdirectories
Masks with relative paths:
dir\*.* - all files in all dir\ directories dir\test – all files named test in all the dir\ directories dir\*.exe – all files with *.exe masks in all the dir\ directories dir\*.ex? – all files with *.ex? masks in all the dir\ directories, where instead of the ? mark any symbol can be used. dir\ – all files in all the dir\ directories and all their subdirectories