[APC][ALL] How to use environment variables when setting inspection exceptions in a V3 policy
1. Summary
Guides you through available environment variables when setting inspection exceptions in v3 policies.
2. Contents
The available environment variables for setting inspection exceptions in v3 policies are as follows.
Environment Path | Example of actual exception handling path |
%ALLUSERSPROFILE% | C:\ProgramData |
%CommonProgramFiles% | C:\ProgramFiles\Common Files |
%CommonProgramFiles(x86)% | C:\Program Files (x86)\Common Files |
%CommonProgramW6432% | C:\Program Files\Common Files |
%ProgramData% | C:\ProgramData |
%ProgramFiles% | C:\Program Files |
%ProgramFiles(x86)% | C:\Program Files (x86) |
%ProgramW6432% | C:\Program Files |
%windir% | C:\Windows |
%APPDATA_ALLUSERS% | C:\Users\username\AppData\Roaming |
%LOCALAPPDATA_ALLUSERS% | C:\Users\username\AppData\Local |
%TEMP_ALLUSERS% | C:\Users\username\AppData\Local\Temp |
%USERPROFILE_ALLUSERS% | C:\Users\username\ |
Paths %SystemDrive%, %SystemRoot%, %SystemRoot%\System32, %windir%\System32 cannot be registered as inspection exceptions.
※ Examples of actual exception handling paths are given under the assumption that SystemDrive is C: , and the user account name is 'username'.
<Example of Use>
If you apply the policy, it will be displayed as an environment variable in V3 UI, but it actually works normally, so please refer to it.