├── .gitignore ├── BETA-ChangesToCome.ps1 ├── Group-Policy-Method.md ├── LICENSE ├── README.md ├── USB-Write-Blocker.cmd └── USB-Write-Blocker.ps1 /.gitignore: -------------------------------------------------------------------------------- 1 | BETA* 2 | *.exe 3 | .cmd 4 | binaries/ 5 | -------------------------------------------------------------------------------- /BETA-ChangesToCome.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalsleuth/Registry-Write-Block/HEAD/BETA-ChangesToCome.ps1 -------------------------------------------------------------------------------- /Group-Policy-Method.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalsleuth/Registry-Write-Block/HEAD/Group-Policy-Method.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalsleuth/Registry-Write-Block/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalsleuth/Registry-Write-Block/HEAD/README.md -------------------------------------------------------------------------------- /USB-Write-Blocker.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalsleuth/Registry-Write-Block/HEAD/USB-Write-Blocker.cmd -------------------------------------------------------------------------------- /USB-Write-Blocker.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalsleuth/Registry-Write-Block/HEAD/USB-Write-Blocker.ps1 --------------------------------------------------------------------------------