Skip to content

Commit e6ca805

Browse files
authored
Merge pull request #3329 from CharbelNemnom/patch-3
Update azure-stack-deploy
2 parents 27097c8 + 31e704d commit e6ca805

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)