mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2026-05-18 11:46:18 +00:00
11 lines
874 B
Reg
11 lines
874 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"=-
|
||
|