Skip to content

Commit

Permalink
fix wrong app names caused by wrong Microsoft docs
Browse files Browse the repository at this point in the history
  • Loading branch information
undergroundwires committed Nov 11, 2020
1 parent 31e08d2 commit e41e40c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/application/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3145,7 +3145,7 @@ actions:
call:
function: UninstallSystemApp
parameters:
packageName: Microsoft.AAD.Broker.Plugin
packageName: Microsoft.AAD.BrokerPlugin # Offical docs point to wrong "Microsoft.AAD.Broker.Plugin"
-
name: Microsoft Accounts Control app
call:
Expand Down Expand Up @@ -3275,7 +3275,7 @@ actions:
call:
function: UninstallSystemApp
parameters:
packageName: Microsoft.Windows.OOBENetworkCaptivePort
packageName: Microsoft.Windows.OOBENetworkCaptivePortal # Offical docs point to wrong "Microsoft.Windows.OOBENetworkCaptivePort"
-
name: OOBE Network Connection Flow app
recommend: standard
Expand Down

0 comments on commit e41e40c

Please sign in to comment.