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.
1 parent 66d7b54 commit 31e704dCopy full SHA for 31e704d
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