Skip to content

Commit 31e704d

Browse files
Update azure-stack-deploy
Small PowerShell Typo. Thanks,
1 parent 66d7b54 commit 31e704d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-stack/azure-stack-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Before [running the asdk-installer.ps1 script]() to deploy the development kit h
141141
(Get-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection" `
142142
-Name AllowTelemetry).AllowTelemetry
143143
### Set & Get updated AllowTelemetry value for ASDK-Host
144-
Set-ItemProperty-Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection" `
144+
Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection" `
145145
-Name "AllowTelemetry" -Value '0'
146146
(Get-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection" `
147147
-Name AllowTelemetry).AllowTelemetry

0 commit comments

Comments
 (0)