mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2025-12-16 07:45:13 -06:00
9 lines
424 B
Reg
9 lines
424 B
Reg
Windows Registry Editor Version 5.00
|
|
|
|
; Create task to remove OneDrive if it's already installed
|
|
[hkey_users\default\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce]
|
|
"UninstallMicrosoftOneDrive"="cmd.exe /c winget uninstall --accept-source-agreements --disable-interactivity --id Microsoft.OneDrive"
|
|
|
|
; Remove task that installs OneDrive
|
|
[hkey_users\default\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
|
|
"OneDriveSetup"=- |