From 06ea48dd017031512871a4314c61cd1ce2de046c Mon Sep 17 00:00:00 2001 From: Gabi <182965942+GabiNun@users.noreply.github.com> Date: Thu, 11 Dec 2025 22:03:54 +0200 Subject: [PATCH] Delete-WPFTweaksRemoveOnedrive (#3785) * Update tweaks.json * Update-WPFTweaksRemoveOnedrive * Update-WPFTweaksRemoveOnedrive * Update tweaks.json * Update tweaks.json * Update tweaks.json * Delete WPFTweaksRemoveOnedrive --- config/tweaks.json | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/config/tweaks.json b/config/tweaks.json index a2fabc87..c3c88723 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -2716,30 +2716,6 @@ } ] }, - "WPFTweaksRemoveOnedrive": { - "Content": "Remove OneDrive", - "Description": "Moves OneDrive files to Default Home Folders and Uninstalls it.", - "category": "z__Advanced Tweaks - CAUTION", - "panel": "1", - "Order": "a031_", - "InvokeScript": [ - " - Write-Host \"Uninstalling OneDrive\" - Start-Process \"$env:SystemRoot\\System32\\OneDriveSetup.exe\" -ArgumentList /uninstall -NoNewWindow -Wait - - Write-Host \"Removing OneDrive leftovers\" - Remove-Item \"$env:LocalAppData\\Microsoft\\OneDrive\" -Recurse -Force - Remove-Item \"$env:ProgramData\\Microsoft OneDrive\" -Recurse -Force - " - ], - "UndoScript": [ - " - Write-Host \"Install OneDrive\" - Start-Process -FilePath winget -ArgumentList \"install -e --accept-source-agreements --accept-package-agreements --silent Microsoft.OneDrive \" -NoNewWindow -Wait - " - ], - "link": "https://winutil.christitus.com/dev/tweaks/z--advanced-tweaks---caution/removeonedrive" - }, "WPFTweaksRazerBlock": { "Content": "Block Razer Software Installs", "Description": "Blocks ALL Razer Software installations. The hardware works fine without any software. WARNING: this will also block all Windows third-party driver installations.",