From 3663b9cff56b0871a4684db72c0c646982134a22 Mon Sep 17 00:00:00 2001 From: Eric Conrad Date: Tue, 19 Sep 2017 08:47:09 -0400 Subject: [PATCH] Update DeepWhite.md --- DeepWhite.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DeepWhite.md b/DeepWhite.md index 6c397c8..3d4e618 100644 --- a/DeepWhite.md +++ b/DeepWhite.md @@ -66,3 +66,4 @@ Generate a custom whitelist on Windows (note: this is optional): ``` PS C:\> Get-ChildItem c:\windows\system32 -Include '*.exe','*.dll','*.sys','*.com' -Recurse | Get-FileHash| Export-Csv -Path whitelist.csv ``` +Note: this will generate (harmless) 'PermissionDenied' warnings for locked files, etc. They may be ignored.