Comment réinitialiser les autorisations du dossier WindowsApps par défaut

click fraud protection

Résumé: Cet article vous explique comment réinitialiser les autorisations (et la propriété) du dossier WindowsApps sur les valeurs par défaut de Windows.

Le dossier WindowsApps sous le dossier Program Files stocke les packages d'applications modernes. Chaque dossier de package sous WindowsApps contient un manifeste (nommé AppxManifest.xml) qui contient un espace de noms XML spécial pour les applications empaquetées. Quand vous réinstaller les applications intégrées en utilisant PowerShell add-appxpackage ligne de commande, il utilise le dossier de package de l'application correspondante sous WindowsApps.

Le dossier WindowsApps n'est pas consultable dans l'explorateur de fichiers par défaut. Cela est dû aux autorisations strictes attribuées au dossier.

windowsapps restaure les autorisations par défaut

Pour accéder à ce dossier, de nombreux utilisateurs ont tendance à prendre possession du dossier et des sous-dossiers. Certains utilisateurs modifient également arbitrairement les autorisations de ce dossier et de ses sous-dossiers, et constatent plus tard que certaines des applications Store installées ne fonctionnent pas.

icône de mise en garde d'avertissementPire encore, certains utilisateurs réinitialiseraient les autorisations pour WindowsApps, ses sous-dossiers et fichiers (récursivement) en utilisant le Icacls.exe réinitialiser ligne de commande. Ce n'est pas recommandé, car le dossier WindowsApps n'hérite d'aucune entrée d'autorisation du parent (Fichiers de programme) par défaut. Au lieu de cela, ce dossier a des autorisations très restreintes, y compris un ou plusieurs ACE conditionnels.

EN RELATION:Impossible de supprimer le dossier WindowsApps sur les lecteurs non système

Restaurer les autorisations par défaut pour WindowsApps

Pour réinitialiser le Applications Windows autorisations de dossier par défaut de Windows, procédez comme suit :

Ouvrir un Invite de commandes d'administration fenêtre et exécutez les commandes suivantes une par une :

Commande #1

takeown /f "%programfiles%\WindowsApps"

Vous devriez voir la sortie suivante :

SUCCÈS: Le fichier (ou dossier): "C:\Program Files\WindowsApps" appartient désormais à l'utilisateur "nom_ordinateur\nom_utilisateur".

La commande ci-dessus est de s'approprier le Applications Windows dossier. Ceci est nécessaire pour appliquer les autorisations (à l'étape suivante.)

Commande #2

cacls "%programfiles%\WindowsApps" /s:"D: PAI(A;; FAS-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464)(A; OICIIO; GAS-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464)(A;; 0x1200a9S-1-15-3-1024-3635283841-2530182609-996808640-1887759898-3848208603-3313616867-983405619-2501854204)(A; OICIIO; GXGRS-1-15-3-1024-3635283841-2530182609-996808640-1887759898-3848208603-3313616867-983405619-2501854204)(A;; FASY)(A; OICIIO; GAZEUX)(A; IC; 0x1200a9BA)(A; OICI; 0x1200a9LS)(A; OICI; 0x1200a9NS)(A; OICI; 0x1200a9RC)(XA;; 0x1200a9BU;(Existe WIN://SYSAPPID))"

Lorsque vous êtes invité avec la question, Êtes-vous sûr (O/N) ? taper Oui.

La ligne de commande ci-dessus, qui consiste en un SDDL chaîne, applique les entrées d'autorisation par défaut de Windows pour le Applications Windows dossier. Pour une autre méthode de ce qui précède, voir cacls vs. icacls paragraphe ci-dessous.

Commande #3

icacls "%programfiles%\WindowsApps" /setowner "nt service\trustedinstaller"

Vous devriez voir la sortie suivante :

fichier traité: WindowsApps. 1 fichiers traités avec succès; Échec du traitement de 0 fichiers

La commande ci-dessus restaure le Applications Windows la propriété du dossier revient au Compte TrustedInstaller, qui est le réglage d'usine par défaut.

WindowsApps - ACL par défaut

Voici les entrées de contrôle d'accès par défaut (Windows 10 v2004 et v20H2) pour le dossier WindowsApps :

NT SERVICE\TrustedInstaller :(F) NT SERVICE\TrustedInstaller :(OI)(CI)(IO)(F) S-1-15-3-1024-3635283841-2530182609-996808640-1887759898-3848208603-3313616867-983405619-2501854204: (RX) S-1-15-3-1024-3635283841-2530182609-996808640-1887759898-3848208603-3313616867-983405619-2501854204 :(OI)(CI)(IO)(GR, GE) AUTORITÉ NT\SYSTÈME :(F) AUTORITÉ NT\SYSTÈME :(OI)(CI)(IO)(F) BUILTIN\Administrateurs :(CI)(RX) AUTORITÉ NT\SERVICE LOCAL :(OI)(CI)(RX) AUTORITÉ NT\SERVICE RÉSEAU :(OI)(CI)(RX) AUTORITÉ NT\RESTREINT :(OI)(CI)(RX) BUILTIN\Utilisateurs :(Rc, S, RD, REA, X, RA)

Noter: Vous pouvez afficher les autorisations pour le dossier en exécutant la commande icacls "c:\program files\windowsapps".

Les SID longs sont les SID de capacité intégrés à Windows 10. Les SID de capacité ne se résolvent pas en un nom de compte convivial. Pour plus d'informations, consultez l'article Microsoft Certains SID ne se résolvent pas en noms conviviaux. Microsoft vous suggère de NE PAS SUPPRIMER les SID de capacité du Registre ou des autorisations du système de fichiers.


Information additionnelle

CACLS vs. ICACLS

L'outil obsolète cacls.exe est remplacé par icacls.exe. Mais cacls.exe fonctionne toujours sous Windows 10. Au cas où Microsoft supprime cacls.exe dans les futures versions de Windows, vous pouvez appliquer les ACL en utilisant cette méthode comme alternative pour Commande #2 au dessus :

  1. À l'aide du Bloc-notes, créez un fichier texte avec le contenu suivant :
    applications Windows. D: PAI(A; ; FAS-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464)(A; OICIIO; GAS-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464)(A;; 0x1200a9S-1-15-3-1024-3635283841-2530182609-996808640-1887759898-3848208603-3313616867-983405619-2501854204)(A; OICIIO; GXGRS-1-15-3-1024-3635283841-2530182609-996808640-1887759898-3848208603-3313616867-983405619-2501854204)(A;; FASY)(A; OICIIO; GAZEUX)(A; IC; 0x1200a9BA)(A; OICI; 0x1200a9LS)(A; OICI; 0x1200a9NS)(A; OICI; 0x1200a9RC)(XA;; 0x1200a9BU;(Existe WIN://SYSAPPID))
  2. Enregistrez le fichier sous acl.txt dans un dossier — par ex. d:\temp\acl.txt
  3. Ensuite, exécutez la ligne de commande suivante à partir d'une invite de commande administrateur :
    icacls "%programfiles%" /restore d:\temp\acl.txt

    Noter: Lors de la restauration de l'ACL avec icacls.exe, vous devez mentionner le nom du dossier parent au lieu du dossier auquel vous souhaitez appliquer les autorisations.

EN RELATION:SystemApps, WindowsApps ou packages locaux supprimés accidentellement. Comment récupérer ?

Qu'en est-il des sous-dossiers de WindowsApps ?

La plupart des sous-dossiers sous WindowsApps appartiennent à SYSTÈME, certains d'entre eux appartiennent à Administrateurs, et quelques dossiers par Installateur de confiance. Voici une liste d'un ordinateur Windows 10 v20H2 :

Nom: 7EE7776C.LinkedInforWindows_2.1.7098.0_neutral_split.scale-100_w1wdnht996qgy. Propriétaire: NT AUTHORITY\SYSTEM Name: 7EE7776C.LinkedInforWindows_2.1.7098.0_neutral__w1wdnht996qgy. Propriétaire: NT AUTHORITY\SYSTEM Name: 7EE7776C.LinkedInforWindows_2.1.7098.0_neutral_~_w1wdnht996qgy. Propriétaire: NT AUTHORITY\SYSTEM Nom: Supprimé. Propriétaire: NT SERVICE\TrustedInstaller Nom: DeletedAllUserPackages. Propriétaire: NT AUTHORITY\SYSTEM Nom: king.com. CandyCrushFriends_1.12.4.0_x86__kgqvnymyfvs32. Propriétaire: NT AUTHORITY\SYSTEM Name: Microsoft.549981C3F5F10_2.2010.22653.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Name: Microsoft.549981C3F5F10_2.2010.22653.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft.549981C3F5F10_2.2010.7621.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Name: Microsoft.549981C3F5F10_2.2010.7621.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. Publicité. Xaml_10.1808.3.0_x64__8wekyb3d8bbwe. Propriétaire: BUILTIN\Nom des administrateurs: Microsoft. Publicité. Xaml_10.1811.1.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. Publicité. Xaml_10.1811.1.0_x86__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. BingNews_4.30.10924.0_neutral_split.scale-100_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. BingNews_4.30.10924.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. BingNews_4.30.10924.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. BingWeather_4.46.22742.0_neutral_split.scale-100_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. BingWeather_4.46.22742.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. BingWeather_4.9.30002.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. DesktopAppInstaller_1.0.32912.0_neutral_split.scale-100_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. DesktopAppInstaller_1.0.32912.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. DesktopAppInstaller_2019.1019.1.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. GetHelp_10.2004.31291.0_neutral_split.scale-100_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. GetHelp_10.2004.31291.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. GetHelp_10.2004.31291.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. Getstarted_9.10.32461.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. Getstarted_9.10.32461.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. HEIFImageExtension_1.0.32532.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. HEVCVideoExtension_1.0.32762.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. Messagerie_4.1901.10241.1000_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. Microsoft3DViewer_2020.2009.29132.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. Microsoft3DViewer_7.2009.29132.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. MicrosoftEdge. Stable_86.0.622.48_neutral__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. MicrosoftEdge. Stable_86.0.622.51_neutral__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. MicrosoftOfficeHub_18.2008.12711.0_neutral_split.scale-100_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. MicrosoftOfficeHub_18.2008.12711.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. MicrosoftOfficeHub_18.2008.12711.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. MicrosoftSolitaireCollection_4.7.10142.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. MicrosoftSolitaireCollection_4.7.10142.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. MicrosoftSolitaireCollection_4.7.8101.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. MicrosoftSolitaireCollection_4.7.8101.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. MicrosoftStickyNotes_3.7.142.0_neutral_split.scale-100_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. MicrosoftStickyNotes_3.7.142.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. MicrosoftStickyNotes_3.7.142.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. Réalité Mixte. Portal_2000.20081.1312.0_neutral_split.scale-100_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. Réalité Mixte. Portal_2000.20081.1312.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. Réalité Mixte. Portail_2000.20081.1312.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. MPEG2VideoExtension_1.0.22661.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. MSPaint_2020.2009.30067.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. MSPaint_6.2009.30067.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. NET.Natif. Framework.1.2_1.2.23231.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. NET.Natif. Framework.1.2_1.2.23231.0_x86__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. NET.Natif. Framework.1.3_1.3.24201.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. NET.Natif. Framework.1.3_1.3.24201.0_x86__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. NET.Natif. Framework.1.6_1.6.27413.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. NET.Natif. Framework.1.6_1.6.27413.0_x86__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. NET.Natif. Framework.1.7_1.7.25531.0_x64__8wekyb3d8bbwe. Propriétaire: BUILTIN\Nom des administrateurs: Microsoft. NET.Natif. Framework.1.7_1.7.27413.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. NET.Natif. Framework.1.7_1.7.27413.0_x86__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. NET.Natif. Framework.2.0_2.0.27427.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. NET.Natif. Framework.2.0_2.0.27427.0_x86__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. NET.Natif. Framework.2.1_2.1.27427.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. NET.Natif. Framework.2.1_2.1.27427.0_x86__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. NET.Natif. Framework.2.2_2.2.27405.0_x64__8wekyb3d8bbwe. Propriétaire: BUILTIN\Nom des administrateurs: Microsoft. NET.Natif. Framework.2.2_2.2.27405.0_x86__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. NET.Natif. Framework.2.2_2.2.27912.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. NET.Natif. Framework.2.2_2.2.27912.0_x86__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. NET.Natif. Exécution.1.1_1.1.23406.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. NET.Natif. Exécution.1.1_1.1.23406.0_x86__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. NET.Natif. Runtime.1.4_1.4.24201.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. NET.Natif. Runtime.1.4_1.4.24201.0_x86__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. NET.Natif. Runtime.1.6_1.6.24903.0_x64__8wekyb3d8bbwe. Propriétaire: BUILTIN\Nom des administrateurs: Microsoft. NET.Natif. Runtime.1.6_1.6.24903.0_x86__8wekyb3d8bbwe. Propriétaire: BUILTIN\Nom des administrateurs: Microsoft. NET.Natif. Runtime.1.7_1.7.25531.0_x64__8wekyb3d8bbwe. Propriétaire: BUILTIN\Nom des administrateurs: Microsoft. NET.Natif. Runtime.1.7_1.7.25531.0_x86__8wekyb3d8bbwe. Propriétaire: BUILTIN\Nom des administrateurs: Microsoft. NET.Natif. Runtime.1.7_1.7.27422.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. NET.Natif. Runtime.1.7_1.7.27422.0_x86__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. NET.Natif. Runtime.2.0_2.0.25709.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. NET.Natif. Runtime.2.0_2.0.25709.0_x86__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. NET.Natif. Runtime.2.1_2.1.26424.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. NET.Natif. Runtime.2.1_2.1.26424.0_x86__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. NET.Natif. Runtime.2.2_2.2.27328.0_x64__8wekyb3d8bbwe. Propriétaire: BUILTIN\Nom des administrateurs: Microsoft. NET.Natif. Runtime.2.2_2.2.27328.0_x86__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. NET.Natif. Runtime.2.2_2.2.28604.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. NET.Natif. Runtime.2.2_2.2.28604.0_x86__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. Bureau. OneNote_16001.13127.20190.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. Bureau. OneNote_16001.13127.20190.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. OneConnect_5.1906.1791.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. People_10.1909.10841.0_neutral_split.scale-100_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. Personnes_10.1909.10841.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. People_2020.324.807.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. Print3D_3.3.791.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. Imprimer3D_3.3.791.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. RemoteDesktop_10.2.1534.0_neutral_split.scale-100_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. RemoteDesktop_10.2.1534.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. RemoteDesktop_10.2.1534.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. RemoteDesktop_10.2.1535.0_neutral_split.scale-100_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. RemoteDesktop_10.2.1535.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. RemoteDesktop_10.2.1535.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. ScreenSketch_10.2008.2277.0_neutral_split.scale-100_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. ScreenSketch_10.2008.2277.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. ScreenSketch_2020.814.2355.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. Prestations de service. Boutique. Engagement_10.0.18101.0_x64__8wekyb3d8bbwe. Propriétaire: BUILTIN\Nom des administrateurs: Microsoft. Prestations de service. Boutique. Engagement_10.0.18101.0_x86__8wekyb3d8bbwe. Propriétaire: BUILTIN\Nom des administrateurs: Microsoft. Prestations de service. Boutique. Engagement_10.0.19011.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. Prestations de service. Boutique. Engagement_10.0.19011.0_x86__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. SkypeApp_15.65.78.0_neutral_~_kzf8qxf38zg5c. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. SkypeApp_15.65.78.0_x86__kzf8qxf38zg5c. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. StorePurchaseApp_12010.1001.2.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. StorePurchaseApp_12010.1001.213.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. UI.Xaml.2.0_2.1810.18004.0_x64__8wekyb3d8bbwe. Propriétaire: BUILTIN\Nom des administrateurs: Microsoft. UI.Xaml.2.0_2.1810.18004.0_x86__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. UI.Xaml.2.1_2.11906.6001.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. UI.Xaml.2.1_2.11906.6001.0_x86__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. UI.Xaml.2.3_2.32002.13001.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. UI.Xaml.2.3_2.32002.13001.0_x86__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. UI.Xaml.2.4_2.42007.9001.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. UI.Xaml.2.4_2.42007.9001.0_x86__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. VCLibs.120.00.Universal_12.0.30501.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. VCLibs.120.00.Universal_12.0.30501.0_x86__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. VCLibs.140.00.UWPDesktop_14.0.27323.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. VCLibs.140.00.UWPDesktop_14.0.27323.0_x86__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. VCLibs.140.00.UWPDesktop_14.0.29016.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. VCLibs.140.00.UWPDesktop_14.0.29231.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. VCLibs.140.00.UWPDesktop_14.0.29231.0_x86__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. VCLibs.140.00_14.0.27323.0_x64__8wekyb3d8bbwe. Propriétaire: BUILTIN\Nom des administrateurs: Microsoft. VCLibs.140.00_14.0.27323.0_x86__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. VCLibs.140.00_14.0.29231.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. VCLibs.140.00_14.0.29231.0_x86__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. VP9VideoExtensions_1.0.32521.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. Portefeuille_2.4.18324.0_neutral_~_8wekyb3d8bbwe. Propriétaire: BUILTIN\Nom des administrateurs: Microsoft. Portefeuille_2.4.18324.0_x64__8wekyb3d8bbwe. Propriétaire: BUILTIN\Nom des administrateurs: Microsoft. WebMediaExtensions_1.0.20875.0_neutral_split.scale-100_8wekyb3d8bbwe. Propriétaire: BUILTIN\Nom des administrateurs: Microsoft. WebMediaExtensions_1.0.20875.0_neutral_~_8wekyb3d8bbwe. Propriétaire: BUILTIN\Nom des administrateurs: Microsoft. WebMediaExtensions_1.0.20875.0_x64__8wekyb3d8bbwe. Propriétaire: BUILTIN\Nom des administrateurs: Microsoft. WebpImageExtension_1.0.32731.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. Les fenêtres. Photos_2020.20090.1002.0_neutral_split.scale-100_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. Les fenêtres. Photos_2020.20090.1002.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. Les fenêtres. Photos_2020.20090.1002.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. WindowsAlarms_10.2007.3.0_neutral_split.scale-100_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. WindowsAlarms_10.2007.3.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. WindowsAlarms_10.2009.5.0_neutral_split.scale-100_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. WindowsAlarms_10.2009.5.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. WindowsAlarms_2021.2007.3.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. WindowsAlarms_2021.2009.5.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. WindowsCalculator_10.2009.4.0_neutral_split.scale-100_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. WindowsCalculator_10.2009.4.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. WindowsCalculator_2020.2009.4.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. WindowsCamera_2020.504.60.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. WindowsCamera_2020.504.60.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: microsoft.windowscommunicationsapps_16005.13228.41011.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Name: microsoft.windowscommunicationsapps_16005.13228.41011.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. WindowsFeedbackHub_1.1907.3152.0_neutral_split.scale-100_8wekyb3d8bbwe. Propriétaire: BUILTIN\Nom des administrateurs: Microsoft. WindowsFeedbackHub_1.1907.3152.0_x64__8wekyb3d8bbwe. Propriétaire: BUILTIN\Nom des administrateurs: Microsoft. WindowsFeedbackHub_2019.1111.2029.0_neutral_~_8wekyb3d8bbwe. Propriétaire: BUILTIN\Nom des administrateurs: Microsoft. WindowsMaps_10.2008.0.0_neutral_split.scale-100_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. WindowsMaps_10.2008.0.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. WindowsMaps_10.2009.2.0_neutral_split.scale-100_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. WindowsMaps_10.2009.2.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. WindowsMaps_2021.2008.0.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. WindowsMaps_2021.2009.2.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. WindowsSoundRecorder_10.2008.0.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. WindowsSoundRecorder_10.2009.2.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. WindowsSoundRecorder_2021.2008.0.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. WindowsSoundRecorder_2021.2009.2.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. WindowsStore_12010.1001.3.0_neutral_split.scale-100_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. WindowsStore_12010.1001.3.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. WindowsStore_12010.1001.313.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. Xbox. TCUI_1.24.10001.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. Xbox. TCUI_1.24.10001.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. XboxApp_48.69.18001.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. XboxApp_48.69.18001.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. XboxApp_48.70.21001.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. XboxApp_48.70.21001.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. XboxGameOverlay_1.54.4001.0_neutral_split.scale-100_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. XboxGameOverlay_1.54.4001.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. XboxGameOverlay_1.54.4001.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. XboxGamingOverlay_5.420.8043.0_neutral_split.scale-100_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. XboxGamingOverlay_5.420.8043.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. XboxGamingOverlay_5.420.8043.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. XboxIdentityProvider_12.67.21001.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. XboxIdentityProvider_12.67.21001.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. XboxSpeechToTextOverlay_1.21.13002.0_neutral_split.scale-100_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. XboxSpeechToTextOverlay_1.21.13002.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. XboxSpeechToTextOverlay_1.21.13002.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. ZuneMusic_10.20092.10311.0_neutral_split.scale-100_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. ZuneMusic_10.20092.10311.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. ZuneMusic_2019.20092.10311.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. ZuneVideo_10.20082.10421.0_neutral_split.scale-100_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. ZuneVideo_10.20082.10421.0_x64__8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: Microsoft. ZuneVideo_2019.20082.10421.0_neutral_~_8wekyb3d8bbwe. Propriétaire: NT AUTHORITY\SYSTEM Nom: MovedPackages. Propriétaire: NT AUTHORITY\SYSTEM Nom: Mutable. Propriétaire: NT SERVICE\TrustedInstaller Nom: MutableBackup. Propriétaire: NT SERVICE\TrustedInstaller Nom: SharedLimitedTime. Propriétaire: BUILTIN\Administrateurs

Comme vous pouvez le voir, la plupart des dossiers de packages appartiennent à SYSTÈME, certains d'entre eux par Administrateurs, et quelques-uns appartiennent à Installateur de confiance.

Vous pouvez afficher le nom du propriétaire de chaque sous-dossier en exécutant la commande à partir de l'invite de commande admin :

dir "%programfiles%\windowsapps" /q /ad

Ou, la commande suivante à partir de l'invite d'administration PowerShell :

Get-ChildItem "C:\Program Files\WindowsApps" | Sélectionnez Name,@{Name="Owner";Expression={(Get-ACL $_.Fullname).Owner}} | liste-format

La correction des autorisations pour les dossiers de packages peut être effectuée dossier par dossier plutôt que de les modifier en masse.

(20H2 est le Windows 10 actuel version est à partir de cet article.)


Une petite demande: si vous avez aimé ce post, merci de le partager ?

Un "minuscule" partage de votre part aiderait beaucoup à la croissance de ce blog. Quelques bonnes suggestions :
  • Épinglez-le !
  • Partagez-le sur votre blog préféré + Facebook, Reddit
  • Tweetez-le !
Alors merci beaucoup pour votre soutien, mon lecteur. Cela ne prendra pas plus de 10 secondes de votre temps. Les boutons de partage sont juste en dessous. :)