Files

3 lines
192 B
PowerShell
Raw Permalink Normal View History

2023-01-30 14:30:27 -05:00
# Disable telemetry
[Microsoft.Win32.Registry]::SetValue("HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection","AllowTelemetry",0,[Microsoft.Win32.RegistryValueKind]::DWord)