Update DeepWhite.md

This commit is contained in:
Eric Conrad
2017-09-19 08:47:09 -04:00
committed by GitHub
parent 3597a235d7
commit 3663b9cff5

View File

@ -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.