This site is for AVG Business products only. For articles on Avast Business products, see Avast Business Help. If you are in the right place but cannot find what you are looking for, please contact AVG Business Support for further assistance.

Wildcards

This Article Applies to:

  • AVG Business Cloud Console
  • AVG Business On-Premise Console
  • AVG Business Antivirus

 

Many of the protection shields and other components included in AVG Business products, as well as the main Antivirus itself, enable you to configure exclusions or block specific paths. Wildcards help when you do not know the exact file path or file names of files you want to include or exclude, or when you want to indicate multiple files in a single path. Also, wildcards should be used instead of user/system variables (e.g. %userprofile%, %systemroot%), as these variables are not supported anywhere except in Firewall settings.

Note that not all file paths allow the use of wildcards.

 

Character Meaning
?

Replaces a single character

For example: ab?.html matches the files abc.html, abd.html, abe.html, etc. It will not match the file abc.htm.

*

Replaces zero or more characters

For example: *mtl matches the files abc.html and d.html. *txt matches the files abc.txt, x.txt, and xyztxt.

 

Under certain circumstances, you will not get the expected result without using wildcards. For example:

  • To exclude all HTML files, type *.htm* into the text box. Typing .html or .htm into the text box will not include any files because no full file name is represented.
  • To exclude a folder and its sub-folders, add \* to the end of the folder name, for instance C:\example\*.
  • To exclude all files labeled in a certain way on any of your hard drives, include ?:\ in front of the path, for instance ?:\example.exe.

File/Folder Exclusion Examples

Normal file path: C:\Program Files\AVG Software\AVG\*

Executables regardless of file path: *\example.exe

A folder and all contents in any location: *\AVG Software\*

Other examples:

  • C:\folder\subfolder\filename.ext
  • C:\folder\subfolder\*
  • \\10.0.0.1\*

Batch Script Files: You may need to also add exclusions for command-line files executed within batch script files detected as a threat by AVG.

Folder exceptions must include the trailing backslash (\) and asterisk (*) to correctly exclude the whole folder and subfolders; otherwise, the exception will be ineffective.

Behavior Shield and Hardened Mode do not support inserting wildcards at the beginning or in the middle of a file path (for example, C:\users\*\application.exe). However, you can still use a wildcard at the end of the path (for instance, C:\users\username\*).

URL Exclusion Examples

To add, for example, https://www.avg.com/ as a URL exclusion, you can use any of the following:

  • https://www.avg.com/*
  • *.avg.com/*
  • www.avg.com/*

URL/DNS exceptions can contain wildcards in the domain, but only the whole domain will be added.

Script Exclusion Examples

Full script path: http://files.avg.com/iavs9x/avgclear.exe

Path using wildcards:

  • http://files.avg.com/iavs9x/*
  • */avgclear.exe
  • htt*://files.avg.com/iavs9x/*