Skip to content

Commit

Permalink
disable driverblock list
Browse files Browse the repository at this point in the history
  • Loading branch information
melo936 authored Sep 30, 2023
1 parent f12085f commit d6b2b06
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Configuration/features/revision/start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ actions:
type: REG_DWORD
data: '0'

# Disable driver blocklist to avoid issue "Program Compatibility" related errors
- !registryValue:
path: 'HKLM\SYSTEM\ControlSet001\Control\CI\Config'
value: 'VulnerableDriverBlocklistEnable'
type: REG_DWORD
data: '0'

- !cmd:
exeDir: true
command: 'robocopy "Web" "%windir%\Web" /E /PURGE /IM /IT /NP'
Expand Down

0 comments on commit d6b2b06

Please sign in to comment.