Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
timmy-wright committed Nov 21, 2024
1 parent be8dff8 commit 6dd8b7d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vhdbuilder/packer/configure-windows-vhd.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -633,8 +633,6 @@ function Update-Registry {
# https://msrc.microsoft.com/update-guide/vulnerability/CVE-2013-3900
Enable-WindowsFixInPath -Path "HKLM:\Software\Microsoft\Cryptography\Wintrust\Config" -Name EnableCertPaddingCheck -Value 1
Enable-WindowsFixInPath -Path "HKLM:\Software\Wow6432Node\Microsoft\Cryptography\Wintrust\Config" -Name EnableCertPaddingCheck -Value 1


}

if ($env:WindowsSKU -Like '2022*') {
Expand Down Expand Up @@ -737,7 +735,6 @@ function Update-Registry {
# https://msrc.microsoft.com/update-guide/vulnerability/CVE-2013-3900
Enable-WindowsFixInPath -Path "HKLM:\Software\Microsoft\Cryptography\Wintrust\Config" -Name EnableCertPaddingCheck -Value 1
Enable-WindowsFixInPath -Path "HKLM:\Software\Wow6432Node\Microsoft\Cryptography\Wintrust\Config" -Name EnableCertPaddingCheck -Value 1

}

if ($env:WindowsSKU -Like '23H2*') {
Expand Down

0 comments on commit 6dd8b7d

Please sign in to comment.