First version of UninstallModernApp module
This commit is contained in:
parent
f7d0a679ac
commit
97ad26ff91
5 changed files with 111 additions and 0 deletions
53
modules.d/UninstallModernApp.conf
Normal file
53
modules.d/UninstallModernApp.conf
Normal file
|
@ -0,0 +1,53 @@
|
|||
{
|
||||
"name" : "Uninstall Modern Apps",
|
||||
"description" : "Uninstall unwanted Modern App",
|
||||
"actions" :
|
||||
[
|
||||
{
|
||||
"_comment" : "Disable MapsBoker service for uninstall Windows Map",
|
||||
"action" : "DisableService",
|
||||
"name" : "MapsBroker"
|
||||
},
|
||||
{
|
||||
"_comment" : "Uninstall Windows Maps",
|
||||
"action" : "UninstallModernApp",
|
||||
"name" : "Microsoft.WindowsMaps",
|
||||
"removeProvisonned" : "True"
|
||||
},
|
||||
{
|
||||
"_comment" : "Disable xbox services for uninstall Apps",
|
||||
"action" : "DisableService",
|
||||
"file" : "XboxServices.txt"
|
||||
},
|
||||
{
|
||||
"_comment" : "Disable Xbox sheduled tasks",
|
||||
"action" : "RemoveSheduledTask",
|
||||
"path" : "Microsoft\\XblGameSave\\",
|
||||
"name" : "XblGameSaveTask"
|
||||
},
|
||||
{
|
||||
"_comment" : "Disable Xbox sheduled tasks",
|
||||
"action" : "RemoveSheduledTask",
|
||||
"path" : "Microsoft\\XblGameSave\\",
|
||||
"name" : "XblGameSaveTaskLogon"
|
||||
},
|
||||
{
|
||||
"_comment" : "Uninstall Xbox Apps",
|
||||
"action" : "UninstallModernApp",
|
||||
"file" : "XboxApps.txt",
|
||||
"removeProvisonned" : "True"
|
||||
},
|
||||
{
|
||||
"_comment" : "Uninstall Microsoft Apps",
|
||||
"action" : "UninstallModernApp",
|
||||
"file" : "MicrosoftApps.txt",
|
||||
"removeProvisionned" : "True"
|
||||
},
|
||||
{
|
||||
"_comment" : "Uninstall third party apps",
|
||||
"action" : "UninstallModernApp",
|
||||
"file" : "OthersApps.txt",
|
||||
"removeProvisionned" : "True"
|
||||
}
|
||||
]
|
||||
}
|
39
modules.d/UninstallModernApp/MicrosoftApps.txt
Normal file
39
modules.d/UninstallModernApp/MicrosoftApps.txt
Normal file
|
@ -0,0 +1,39 @@
|
|||
Microsoft.3dbuilder
|
||||
Microsoft.Appconnector
|
||||
Microsoft.BingFinance
|
||||
Microsoft.BingFoodAndDrink
|
||||
Microsoft.BingHealthAndFitness
|
||||
Microsoft.BingNews
|
||||
Microsoft.BingSports
|
||||
Microsoft.BingTravel
|
||||
Microsoft.BingWeather
|
||||
Microsoft.CommsPhone
|
||||
Microsoft.ConnectivityStore
|
||||
Microsoft.Getstarted
|
||||
Microsoft.Messaging
|
||||
Microsoft.Microsoft3DViewer
|
||||
Microsoft.MicrosoftOfficeHub
|
||||
Microsoft.MicrosoftPowerBIForWindows
|
||||
Microsoft.MicrosoftSolitaireCollection
|
||||
Microsoft.MicrosoftStickyNotes
|
||||
Microsoft.MinecraftUWP
|
||||
Microsoft.MSPaint
|
||||
Microsoft.Office.OneNote
|
||||
Microsoft.Office.Sway
|
||||
Microsoft.OneConnect
|
||||
Microsoft.People
|
||||
Microsoft.Services.Store.Engagement
|
||||
Microsoft.SkypeApp
|
||||
Microsoft.Windows.Photos
|
||||
Microsoft.WindowsAlarms
|
||||
Microsoft.WindowsCalculator
|
||||
Microsoft.WindowsCamera
|
||||
microsoft.windowscommunicationsapps
|
||||
Microsoft.WindowsFeedbackHub
|
||||
Microsoft.WindowsMaps
|
||||
Microsoft.WindowsPhone
|
||||
Microsoft.WindowsSoundRecorder
|
||||
Microsoft.WindowsStore
|
||||
Microsoft.ZuneMusic
|
||||
Microsoft.ZuneVideo
|
||||
Microsoft.Advertising.Xaml
|
10
modules.d/UninstallModernApp/OthersApps.txt
Normal file
10
modules.d/UninstallModernApp/OthersApps.txt
Normal file
|
@ -0,0 +1,10 @@
|
|||
DolbyLaboratories.DolbyAccess
|
||||
Expedia.ExpediaHotelsFlightsCarsActivities
|
||||
2414FC7A.Viber
|
||||
64885BlueEdge.OneCalendar
|
||||
89006A2E.AutodeskSketchBook
|
||||
9E2F88E3.Twitter
|
||||
CAF9E577.Plex
|
||||
king.com.CandyCrushSodaSaga
|
||||
SpotifyAB.SpotifyMusic
|
||||
WinZipComputing.WinZipUniversal
|
5
modules.d/UninstallModernApp/XboxApps.txt
Normal file
5
modules.d/UninstallModernApp/XboxApps.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
Microsoft.Xbox.TCUI
|
||||
Microsoft.XboxApp
|
||||
Microsoft.XboxGameOverlay
|
||||
Microsoft.XboxIdentityProvider
|
||||
Microsoft.XboxSpeechToTextOverlay
|
4
modules.d/UninstallModernApp/XboxServices.txt
Normal file
4
modules.d/UninstallModernApp/XboxServices.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
XblAuthManager
|
||||
XblGameSave
|
||||
XboxNetApiSvc
|
||||
XboxGipSvc
|
Reference in a new issue