3 lines
192 B
PowerShell
3 lines
192 B
PowerShell
# Disable telemetry
|
|
[Microsoft.Win32.Registry]::SetValue("HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection","AllowTelemetry",0,[Microsoft.Win32.RegistryValueKind]::DWord)
|