Seite 1 von 1

[GELÖST] tis-remove-windows-appx und Sitzungseinrichtung

Veröffentlicht: 18. Mai 2022 – 13:58 Uhr
von Mandel
Guten Morgen,

Kann man das Sitzungseinrichtungsfenster für dieses Paket oder generell ausblenden?
Da die Ausführung dieses Skripts recht lange dauert, könnte ein Benutzer das Fenster schließen.

Ich persönlich nutze diese Liste der zu deinstallierenden Apps; sie erscheint mir vollständiger (Win10/Win11):

Code: Alle auswählen

apps = [
    # default Windows 10 apps
    "Microsoft.549981C3F5F10", #Cortana
    "Microsoft.3DBuilder",
    "Microsoft.Appconnector",
    "Microsoft.BingFinance",
    "Microsoft.BingNews",
    "Microsoft.BingSports",
    "Microsoft.BingTranslator",
    "Microsoft.BingWeather",
    #"Microsoft.FreshPaint",
    "Microsoft.GamingServices",
    "Microsoft.Microsoft3DViewer",
    "Microsoft.MicrosoftOfficeHub",
    "Microsoft.MicrosoftPowerBIForWindows",
    "Microsoft.MicrosoftSolitaireCollection",
    #"Microsoft.MicrosoftStickyNotes",
    "Microsoft.MinecraftUWP",
    "Microsoft.NetworkSpeedTest",
    "Microsoft.Office.OneNote",
    "Microsoft.People",
    "Microsoft.Print3D",
    "Microsoft.SkypeApp",
    "Microsoft.Wallet",
    #"Microsoft.Windows.Photos",
    "Microsoft.WindowsAlarms",
    #"Microsoft.WindowsCalculator",
    "Microsoft.WindowsCamera",
    "microsoft.windowscommunicationsapps",
    "Microsoft.WindowsMaps",
    "Microsoft.WindowsPhone",
    "Microsoft.WindowsSoundRecorder",
    "Microsoft.WindowsStore",
    "*windowsstore*",
    "Microsoft.Xbox.TCUI",
    "Microsoft.XboxApp",
    "Microsoft.XboxGameOverlay",
    "Microsoft.XboxGamingOverlay",
    "Microsoft.XboxSpeechToTextOverlay",
    "Microsoft.YourPhone",
    "Microsoft.ZuneMusic",
    "Microsoft.ZuneVideo",
    "Microsoft.OneDriveSync",
    "Microsoft.WindowsStore",
    "Microsoft.MicrosoftSolitaireCollection",
    "Microsoft.MicrosoftOfficeHub",
    "MicrosoftTeams",
    "Microsoft.GamingApp",

    # Threshold 2 apps
    "Microsoft.CommsPhone",
    "Microsoft.ConnectivityStore",
    "Microsoft.GetHelp",
    "Microsoft.Getstarted",
    "Microsoft.Messaging",
    "Microsoft.Office.Sway",
    "Microsoft.OneConnect",
    "Microsoft.WindowsFeedbackHub",

    # Creators Update apps
    "Microsoft.Microsoft3DViewer",
    #"Microsoft.MSPaint",

    #Redstone apps
    "Microsoft.BingFoodAndDrink",
    "Microsoft.BingHealthAndFitness",
    "Microsoft.BingTravel",
    "Microsoft.WindowsReadingList",

    # Redstone 5 apps
    "Microsoft.MixedReality.Portal",
    "Microsoft.ScreenSketch",
    "Microsoft.XboxGamingOverlay",
    "Microsoft.YourPhone",

    # non-Microsoft
    "2FE3CB00.PicsArt-PhotoStudio",
    "46928bounde.EclipseManager",
    "4DF9E0F8.Netflix",
    "613EBCEA.PolarrPhotoEditorAcademicEdition",
    "6Wunderkinder.Wunderlist",
    "7EE7776C.LinkedInforWindows",
    "89006A2E.AutodeskSketchBook",
    "9E2F88E3.Twitter",
    "A278AB0D.DisneyMagicKingdoms",
    "A278AB0D.MarchofEmpires",
    "ActiproSoftwareLLC.562882FEEB491", # next one is for the Code Writer from Actipro Software LLC
    "CAF9E577.Plex",
    "ClearChannelRadioDigital.iHeartRadio",
    "D52A8D61.FarmVille2CountryEscape",
    "D5EA27B7.Duolingo-LearnLanguagesforFree",
    "DB6EA5DB.CyberLinkMediaSuiteEssentials",
    "DolbyLaboratories.DolbyAccess",
    "DolbyLaboratories.DolbyAccess",
    "Drawboard.DrawboardPDF",
    "Facebook.Facebook",
    "Fitbit.FitbitCoach",
    "Flipboard.Flipboard",
    "GAMELOFTSA.Asphalt8Airborne",
    "KeeperSecurityInc.Keeper",
    "NORDCURRENT.COOKINGFEVER",
    "PandoraMediaInc.29680B314EFC2",
    "Playtika.CaesarsSlotsFreeCasino",
    "ShazamEntertainmentLtd.Shazam",
    "SlingTVLLC.SlingTV",
    "SpotifyAB.SpotifyMusic",
    #"TheNewYorkTimes.NYTCrossword",
    "ThumbmunkeysLtd.PhototasticCollage",
    "TuneIn.TuneInRadio",
    "WinZipComputing.WinZipUniversal",
    "XINGAG.XING",
    "flaregamesGmbH.RoyalRevolt2",
    "king.com.*",
    "king.com.BubbleWitch3Saga",
    "king.com.CandyCrushSaga",
    "king.com.CandyCrushSodaSaga",
    "Clipchamp.Clipchamp",
    "AmazonVideo.PrimeVideo",

    # apps which other apps depend on
    "Microsoft.Advertising.Xaml",
]
DANKE !

Betreff: tis-remove-windows-appx und Sitzungseinrichtung

Veröffentlicht: 24. Mai 2022 - 10:27 Uhr
von Mandel
Bitte?

Danke.

Betreff: tis-remove-windows-appx und Sitzungseinrichtung

Veröffentlicht: 24. Mai 2022 - 10:45 Uhr
von dcardon
Kurze Antwort: Nein.

Lange Antwort: Es ist nicht nutzlos, die Vorgänge im Fenster zu beobachten, und es gibt Fälle, in denen es hilfreich ist, es bei Problemen mit dem Skript schließen zu können. Daher sollte es nicht vollständig ausgeblendet werden. Das CMD-Fenster ist etwas unpraktisch und erlaubt es nicht, seinen Zweck selbst zu erklären. Wir bräuchten einen Lazarus/Free Pascal-Wrapper, der darauf hinweist, dass es sich um ein Sitzungskonfigurationsfenster handelt und nicht geschlossen werden sollte (und die Konsequenzen erklärt, falls es dennoch geschlossen wird).

Wir haben intern ein Ticket dafür erstellt, es hat aber momentan keine Priorität.

Viele Grüße,

Denis

Betreff: [GELÖST] tis-remove-windows-appx und Sitzungseinrichtung

Veröffentlicht: 24. Mai 2022 - 10:58 Uhr
von Mandel
Vielen Dank für die Antwort 👍