Skip to content

Commit 2030cda

Browse files
author
Schneider
committed
disable-guest-os-firewall-windows: typo
1 parent e04cc4d commit 2030cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/troubleshooting/disable-guest-os-firewall-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ If you have a situation in which you cannot reach the VM by any method, Custom S
145145
Set-ItemProperty -Path $key -name 'EnableFirewall' -Value 0 -Type Dword -force
146146
$key = 'BROKENSYSTEM\ControlSet00'+$ControlSet+'\services\SharedAccess\Parameters\FirewallPolicy\StandardProfile'
147147
Set-ItemProperty -Path $key -name 'EnableFirewall' -Value 0 -Type Dword -force
148-
# To ensure the firewall is not set thru AD policy, check if the following registry entries exist and if they do, then check if the following entries exist:
148+
# To ensure the firewall is not set through AD policy, check if the following registry entries exist and if they do, then check if the following entries exist:
149149
$key = 'HKLM:\BROKENSOFTWARE\Policies\Microsoft\WindowsFirewall\DomainProfile'
150150
Set-ItemProperty -Path $key -name 'EnableFirewall' -Value 0 -Type Dword -force
151151
$key = 'HKLM:\BROKENSOFTWARE\Policies\Microsoft\WindowsFirewall\PublicProfile'

0 commit comments

Comments
 (0)