Minor update to properly reflect supported macros

This commit is contained in:
brbrahm
2019-07-29 10:31:22 -07:00
committed by GitHub
parent d2744ad5da
commit 681e5e099c

View File

@ -52,7 +52,7 @@ Beginning with Windows 10 version 1903, Windows Defender Application Control (WD
- Suffix (ex. C:\foo\\*) OR Prefix (ex. *\foo\bar.exe) - Suffix (ex. C:\foo\\*) OR Prefix (ex. *\foo\bar.exe)
- One or the other, not both at the same time - One or the other, not both at the same time
- Does not support wildcard in the middle (ex. C:\\*\foo.exe) - Does not support wildcard in the middle (ex. C:\\*\foo.exe)
- Examples: - Supported Macros:
- %WINDIR%\\... - %WINDIR%\\...
- %SYSTEM32%\\... - %SYSTEM32%\\...
- %OSDRIVE%\\... - %OSDRIVE%\\...