diff --git a/config/tweaks.json b/config/tweaks.json index efef9968..d7cbc874 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -1140,6 +1140,13 @@ "Type": "DWord", "Value": "0", "OriginalValue": "" + }, + { + "Path": "HKLM:\\SOFTWARE\\Policies\\BraveSoftware\\Brave", + "Name": "BraveStatsPingEnabled", + "Type": "DWord", + "Value": "0", + "OriginalValue": "" } ] }, @@ -1638,7 +1645,7 @@ Write-Host \"Uninstalling OneDrive...\" Start-Process 'C:\\Windows\\System32\\OneDriveSetup.exe' -ArgumentList '/uninstall' -Wait - + # Some of OneDrive files use explorer, and OneDrive uses FileCoAuth Write-Host \"Removing leftover OneDrive Files...\" Stop-Process -Name FileCoAuth,Explorer @@ -2028,10 +2035,10 @@ Write-Host \"Remove Copilot\" Get-AppxPackage -AllUsers *Copilot* | Remove-AppxPackage -AllUsers Get-AppxPackage -AllUsers Microsoft.MicrosoftOfficeHub | Remove-AppxPackage -AllUsers - + $Appx = (Get-AppxPackage MicrosoftWindows.Client.CoreAI).PackageFullName $Sid = (Get-LocalUser $Env:UserName).Sid.Value - + New-Item \"HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Appx\\AppxAllUserStore\\EndOfLife\\$Sid\\$Appx\" -Force Remove-AppxPackage $Appx "