We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27097c8 + 31e704d commit e6ca805Copy full SHA for e6ca805
articles/azure-stack/azure-stack-deploy.md
@@ -141,7 +141,7 @@ Before [running the asdk-installer.ps1 script]() to deploy the development kit h
141
(Get-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection" `
142
-Name AllowTelemetry).AllowTelemetry
143
### Set & Get updated AllowTelemetry value for ASDK-Host
144
-Set-ItemProperty-Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection" `
+Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection" `
145
-Name "AllowTelemetry" -Value '0'
146
147
0 commit comments