Skip to content

Commit 9140ad4

Browse files
authored
Merge pull request #39295 from MattKotsenas/patch-2
Fix escaping in prepare-for-upload-vhd-image.md
2 parents 4bc569b + fd2f22c commit 9140ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/windows/prepare-for-upload-vhd-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Set-Service -Name RemoteRegistry -StartupType Automatic
150150
Make sure the following settings are configured correctly for remote access:
151151

152152
>[!NOTE]
153-
>You might receive an error message when you run `Set-ItemProperty -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services -name <object name> -value <value>`. You can safely ignore this message. It means only that the domain isn't pushing that configuration through a Group Policy Object.
153+
>You might receive an error message when you run `Set-ItemProperty -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services -name <object name> -value <value>`. You can safely ignore this message. It means only that the domain isn't pushing that configuration through a Group Policy Object.
154154
155155
1. Remote Desktop Protocol (RDP) is enabled:
156156

0 commit comments

Comments
 (0)