Skip to main content

Windows 10 Registry Tweaks | Github Top

$tweaks = @( @Path="HKLM:\SOFTWARE\Policies\Microsoft\Windows\Windows Search"; Name="AllowCortana"; Value=0; Type="DWord", @Path="HKLM:\SOFTWARE\Policies\Microsoft\Windows\DataCollection"; Name="AllowTelemetry"; Value=0; Type="DWord", @Path="HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"; Name="HideFileExt"; Value=0; Type="DWord" )

Stops popups while gaming or coding.

# Disable Cortana Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\Windows Search" -Name "AllowCortana" -Value 0 -Type DWord windows 10 registry tweaks github top

Incorrect registry edits can cause system instability or boot failures. Always back up the registry or create a system restore point before applying tweaks. windows 10 registry tweaks github top