mirror of
https://github.com/builtbybel/BloatyNosy.git
synced 2025-02-13 08:19:54 +01:00
Add Block New Outlook plugin
This commit is contained in:
parent
ad42bb00b3
commit
207ca807cd
13
plugins/Block New Outlook.json
Normal file
13
plugins/Block New Outlook.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"PlugID": "Block New Outlook Preinstall on Windows 11",
|
||||
"PlugInfo": "This plugin removes the pre-installed Outlook app on Windows 11 builds after 23H2 and blocks future installations.",
|
||||
"PlugCheck": [],
|
||||
"PlugCategory": "Tweaks (Plugins)",
|
||||
"PlugDo": [
|
||||
"Get-AppxPackage -Name Microsoft.OutlookForWindows | Remove-AppxPackage",
|
||||
"reg delete \"HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\WindowsUpdate\\Orchestrator\\UScheduler_Oobe\\OutlookUpdate\" /f"
|
||||
],
|
||||
"PlugUndo": [
|
||||
"PowerShell -Command \"Write-Output 'There is no undo operation for removing pre-installed Outlook.'\""
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user