Tous les icônes du bureau en surbrillance et ne marchent pas?
novirus36
-
Utilisateur anonyme -
Utilisateur anonyme -
Bonjour,
Début mars j'ai acheté un pc acer aspire xc6000 avec windows 8 intégré. Je ne connais pas encore toutes les fonctions les applis et je m'en sers basiquement. J'utilise plus le bureau que le Métro (écran des applis) car sur le bureau j'ai mes raccourcis.
Or depuis hier matin, quand je démarre mon PC, sur l'ecran du bureau, tous les raccourcis apparaissent en surbrillance, ils sont tous séléctionnés et aucun ne répond quand je clique dessus?
Il faut que je redémarre le pc pour palier au problème. J'ai appelé flotec (là où je l'ai acheté, magasin informatique) ils me disent de leur amener mais le souci est que je leur ai DEJA apporté un pc, vista, et qu'il etait foutu, j'ai du en racheter un autre. Non seulement ils m'entendent pas au tél mais ils me demandent d'y aller avec ma tour!! encore!! je suis a plus de 30km je peux pas me deplacer sans arret! quelqu'un peut me dire d'où peut venir le souci? Car c'est vraiment ennuyant cette histoire!! je voudrais bien avoir ENFIN un pc qui marche....MERCI!
Début mars j'ai acheté un pc acer aspire xc6000 avec windows 8 intégré. Je ne connais pas encore toutes les fonctions les applis et je m'en sers basiquement. J'utilise plus le bureau que le Métro (écran des applis) car sur le bureau j'ai mes raccourcis.
Or depuis hier matin, quand je démarre mon PC, sur l'ecran du bureau, tous les raccourcis apparaissent en surbrillance, ils sont tous séléctionnés et aucun ne répond quand je clique dessus?
Il faut que je redémarre le pc pour palier au problème. J'ai appelé flotec (là où je l'ai acheté, magasin informatique) ils me disent de leur amener mais le souci est que je leur ai DEJA apporté un pc, vista, et qu'il etait foutu, j'ai du en racheter un autre. Non seulement ils m'entendent pas au tél mais ils me demandent d'y aller avec ma tour!! encore!! je suis a plus de 30km je peux pas me deplacer sans arret! quelqu'un peut me dire d'où peut venir le souci? Car c'est vraiment ennuyant cette histoire!! je voudrais bien avoir ENFIN un pc qui marche....MERCI!
A voir également:
- Tous les icônes du bureau en surbrillance et ne marchent pas?
- Changer les icones du bureau - Guide
- Pourquoi les icones du bureau sont blanches - Guide
- Télécharger icônes de bureau windows 11 - Guide
- Bureau virtuel windows 10 - Guide
- Les icônes du bureau - Guide
15 réponses
Bonjour,
Regarde ici, comment faire une restauration du système:
http://www.libellules.ch/dotclear/index.php?post/2012/11/03/Restaurer-votre-PC-sous-Windows-8
Tu coches " Choisir un autre point de restauration ", tu prends un point de restauration plus vieux de 2 jours minimum, plus vieux que ton problème, soit le 24 Mars ou plus ancien.
Tes dossiers/fichiers personnels ne risquent rien, tout au plus, ça peut te supprimer un programme que tu auras installé entre temps.
Ce n'est pas avec des lignes de commande à la c*n ( et incomplète de surcroit) que tu risques de résoudre ton problème.
Regarde ici, comment faire une restauration du système:
http://www.libellules.ch/dotclear/index.php?post/2012/11/03/Restaurer-votre-PC-sous-Windows-8
Tu coches " Choisir un autre point de restauration ", tu prends un point de restauration plus vieux de 2 jours minimum, plus vieux que ton problème, soit le 24 Mars ou plus ancien.
Tes dossiers/fichiers personnels ne risquent rien, tout au plus, ça peut te supprimer un programme que tu auras installé entre temps.
Ce n'est pas avec des lignes de commande à la c*n ( et incomplète de surcroit) que tu risques de résoudre ton problème.
Bonjour.
Touches Windows et X
Cliquer sur Invite de commandes (admin).
Dans la fenêtre d'invite de commandes, taper ceci :
sfc /scannow (Entrée pour valider).
L'opération dure un certain temps .
Touches Windows et X
Cliquer sur Invite de commandes (admin).
Dans la fenêtre d'invite de commandes, taper ceci :
sfc /scannow (Entrée pour valider).
L'opération dure un certain temps .
Voilà il a fini et il me dit ça, ça veut dire quoi et que dois je faire? merci!
Démarrage de la phase de vérification de l'analyse du système.
La vérification 54% est terminée.
La protection des ressources Windows a trouvé des fichiers endommagés, mais
n'a pas réussi à tous les réparer. Des détails sont inclus dans le journal
CBS.Log windir\Logs\CBS\CBS.log. Par exemple C:\Windows\Logs\CBS\CBS.log. Notez
que la journalisation n'est pas actuellement
prise en charge dans les scénarios de service hors connexion.
Démarrage de la phase de vérification de l'analyse du système.
La vérification 54% est terminée.
La protection des ressources Windows a trouvé des fichiers endommagés, mais
n'a pas réussi à tous les réparer. Des détails sont inclus dans le journal
CBS.Log windir\Logs\CBS\CBS.log. Par exemple C:\Windows\Logs\CBS\CBS.log. Notez
que la journalisation n'est pas actuellement
prise en charge dans les scénarios de service hors connexion.
Bonjour,
Essaies de faire une restauration.
Panneau de configuration, système, protection du système, restaurer et choisir une date avant le problème, ensuite il faut laisser faire.
Essaies de faire une restauration.
Panneau de configuration, système, protection du système, restaurer et choisir une date avant le problème, ensuite il faut laisser faire.
Ce n'est pas normal que l'analyse s'arrête à 54 % et en plus des fichiers endommagés
non récupérables , pour lire le fichier cbs.log, il existe une méthode :
C'est un fichier un peu spécial, le décortiquer avec l'invite de commandes en mode administrateur.
Copier le texte ci-dessous sans les crochets.
[ findstr /c:"[SR] Cannot repair" %windir%\logs\cbs\cbs.log > c:\cbs_log.txt ]
Ensuite touches Windows et X -> Invite de commandes (admin).
Coller le texte dans la fenêtre d'invite de commandes, puis appuyer sur Entrée , un
fichier nommé cbs_log.txt sera crée dans C:\
Et que l'on peut consulter avec Bloc-notes par exemple.
non récupérables , pour lire le fichier cbs.log, il existe une méthode :
C'est un fichier un peu spécial, le décortiquer avec l'invite de commandes en mode administrateur.
Copier le texte ci-dessous sans les crochets.
[ findstr /c:"[SR] Cannot repair" %windir%\logs\cbs\cbs.log > c:\cbs_log.txt ]
Ensuite touches Windows et X -> Invite de commandes (admin).
Coller le texte dans la fenêtre d'invite de commandes, puis appuyer sur Entrée , un
fichier nommé cbs_log.txt sera crée dans C:\
Et que l'on peut consulter avec Bloc-notes par exemple.
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
Re,
Mdr, très très conviviale la discussion..en attendant il est toujours en panne.
Mdr, très très conviviale la discussion..en attendant il est toujours en panne.
bonsoir. je ne pensais pas que ce post en arriverait là.je suis pas ici pour qu' on se tire dans les pattes mais j'avais juste besoin d'aide pour un tout petit truc et ça a pris une ampleur phénoménale. je ne comprends rien à toutes ces choses techniques. merci de me reexpliquer la marche a suivre pour creer un.point de restauration car j'ai toujours pas trouvé et les trucs cbs log c'est du charabia pour moi. signé "elle" et pas il. ce serait tres cool de votre part messieurs les informaticiens plutot que chercher qui a tort ou raison car jusque la j'ai pas avance et ce matin ça va etre la meme chose. là je suis sur mon smartphone je suis naze j'ai eu un exam de plus de deux heures. merci encore!
Oups, je n'avais pas lu que c'était novirus qui écrivait "faire un point de restauration", il est vrai que c'est devenu tellement m....dique avec vos discussions stériles, qu'on s'y perd un peu.
Soit il fait une restauration au 24 (pour essai) soit il se débrouille.
Soit il fait une restauration au 24 (pour essai) soit il se débrouille.
re bonjour. merci. bon apparemment comme je n'y connais rien et que je ne comprends pas je vais surement me débrouiller comme vous dites si bien car j'y comprends rien. J'ai lu l'article sur la restauration (crée un point etc) et d'après les nombreux commentaires de gens en détresse qui suivent l'article (pc qui reste coincé sur démarrage durant 4 heures, programmes effacés, tout qui doit être réinstallé, et j'en passe) j'ai peur de me planter et de faire une mauvaise mainip!! rien que hier quand il a fait la maj vers win 8.1 ça a foiré plein de trucs! il a redémarré plusieurs fois et une fois la page du mot de passe affiché il le le reconnaissait pas (lettres et ponctuations inversées) ça a mis du temps avant de revenir. Ce matin par contre les icones fonctionnaient toutes et n'etaient plus selectionnées. Est ce parce que win8 est pas encore au point? i l y a encore des correctifs à faire d'où les bugs? pas mal de gens s'en plaignent car effectivement c'est plus technique et moi je me sers de mon pc pas comme une geek ou des trucs compliqués mais pour du basique, quotidien quoi...
Alors la suite: je suis donc aller dans paramètres, ouvrir la restauration du système, etc etc, et je tombe sur un tableau "restauration système" qui m'affiche juste une date: 27 mars 2014 à17h42 et 3 secondes, et la description est avast antivirus system restore point. Il n'y a rien d'autre donc j'ai fait annuler.
Bonjour (re) Nemrod18 et Lacharpente. Alors je commence par le premier: n'y connaissant pas grand chose, je ne vois pas pourquoi j'aurais été trifouiller quelquechose ou fait une mauvaise manip hasardeuses, puisque je n'avais JAMAIS été dans le truc de restauration! je n'ai donc rien effacé, et là j'en viens au second,lacharpente, je n'ai rien trouvé à cocher ni même "suivant" sinon je ne serais pas là à agacer tout le monde..pour le moment ça marche, j'ai réinstallé c cleaner car j'avais la version pro qui etait un essai gratuit, j'ai refais un scan par avast, il n'y a rien, juste un virus qu'il a mis en quarantaine de suite, mais sinon les raccourcis sont en place et j'y ai accès. Je vais re re revérifier pour le point de restauration je vous tiens au courant et merci encore...
Logique, comment pourrait il créer un point de ce qui existait dimanche ??
Bonjour, alors j'ai bien fais tout ce que vous me dites mais (je ne sais toujours pas faire de capture d'écran!) j'ai juste une fenêtre en bleue (et pas avec la bande verte au dessus comme la votre) qui s'ouvre et il n'y a pas de case" choisir un autre point". il manque du texte ça s'arrête à "certains programmes installés récemment pourront être désinstallés", mais il n'y a pas la suite (mais un grand vide blanc) avec des dates et casse à cocher, alors j'ai cliqué sur "suivant" et il y a un tableau avec des dates (27 mars, description" avast restore point") et 28 mars des points que j'ai du créer je ne sais comment "bugs raccourcis" "24 mars 2013" (mais il porte la date du 28) et "je comprends rien" (pareil ça date du 28) car a un moment j'avais une fenetre qui s'ouvrait avec une barre et il fallait entrer quelquechose dans la barre. Mais cela ne m'intéresse pas les points crées au 28 mars car les bugs des raccourcis et les erreurs non réparées datent du 26. Voilà j'ai fais ce que j'ai pu.Je ne comprends vraiment pas ce qu'il faut faire quand le pc me signale erreurs et bugs, moi a part faire des scans et ccleaner et vider l'historique les caches etc, faire gaffe aux virus je sais pas faire d'autres choses a part mes mails ecouter voir des videos faire des jeux gratuits du windows store les reseaux sociaux et parfois des achats, et faire des recherches quand besoin est....Je l'utilise vraiment simplement sans faire de trucs et machins compliqués qui m'intéressent pas! je fais meme pas de traitement de texte car j'écris mes lettres de boulot à la main....le pc je voudrais que ce soit un loisir et pas une contrainte, et que ça se démmerde tout seul car j'ai assez de contraintes comme ça dans ma vie pour m'embêter avec une machine! ........... alors que puis je faire puisque je n'ai pas les memes trucs affichés que vous et ce depuis le debut? MERCI!
Salut
Vu la tournure du post,je te conseille de réinstaller ton Windows
tu a un pc acer,il intègre un outil pour réinstaller.
https://fr.answers.acer.com/app/answers/detail/a_id/26727/kw/Recovery%20Management%20sur%20windows%208
Avast n'est pas d'origine sur les pc,l antivirus d origine a du être mal désinstaller(toujours utiliser l utilitaire de désinstallation)
Perso,je vire les antivirus commercial et je laisse Windows Defender,j'installe Wot et adblock sur mes navigateurs(entre autre),c est suffisant
bref,ça doit être le bins dans ton pc!?
pour faire une capture:
https://www.commentcamarche.net/faq/398-comment-faire-une-capture-d-ecran#q=+capture+sur+windows+8&cur=1&url=%2F
héberger la capture ici(elle se trouvera dans le dossier image/capture d'écran):
https://www.cjoint.com/
poster le lien obtenu dans le prochain message.
Logiquement ,avec Acer,tu peux réinstaller Windows sans perdre tes doc si je me souviens bien,faut juste réinstaller le système (lecteur C:)a confirmer??
J'espère t'avoir donner une solution approprié a ton soucis,radical,certes,mais bon,tu repartira sur un système "propre" ;-)
Vu la tournure du post,je te conseille de réinstaller ton Windows
tu a un pc acer,il intègre un outil pour réinstaller.
https://fr.answers.acer.com/app/answers/detail/a_id/26727/kw/Recovery%20Management%20sur%20windows%208
Avast n'est pas d'origine sur les pc,l antivirus d origine a du être mal désinstaller(toujours utiliser l utilitaire de désinstallation)
Perso,je vire les antivirus commercial et je laisse Windows Defender,j'installe Wot et adblock sur mes navigateurs(entre autre),c est suffisant
bref,ça doit être le bins dans ton pc!?
pour faire une capture:
https://www.commentcamarche.net/faq/398-comment-faire-une-capture-d-ecran#q=+capture+sur+windows+8&cur=1&url=%2F
héberger la capture ici(elle se trouvera dans le dossier image/capture d'écran):
https://www.cjoint.com/
poster le lien obtenu dans le prochain message.
Logiquement ,avec Acer,tu peux réinstaller Windows sans perdre tes doc si je me souviens bien,faut juste réinstaller le système (lecteur C:)a confirmer??
J'espère t'avoir donner une solution approprié a ton soucis,radical,certes,mais bon,tu repartira sur un système "propre" ;-)
maintenant on me dit accès refusé quand je veux ouvrir CBS log pour les erreurs, ça s'ouvre dans le bloc notes mais ça ouvre une fenetre avec "accès refusé "et un panneau jaune?
Mais il y' a un tas de choses inutiles si on le lit directement, or là il ne s'agit d'afficher
que les éléments dont on a besoin, en l'occurrence les fichiers qui n'ont pas pu être
réparés.
Parce que de toute façon, la commande n'est pas bonne, c'est:
findstr /c:"[SR]" %RepWin%\Logs\CBS\CBS.log >"%profil_utilisateur%\Desktop\sfcdetails.txt"
https://support.microsoft.com/fr-fr/help/929833/use-the-system-file-checker-tool-to-repair-missing-or-corrupted-system#CBS%20log
findstr /c:"[SR]" %RepWin%\Logs\CBS\CBS.log >"%profil_utilisateur%\Desktop\sfcdetails.txt"
https://support.microsoft.com/fr-fr/help/929833/use-the-system-file-checker-tool-to-repair-missing-or-corrupted-system#CBS%20log
Heuuuu j'ai ça qui s'est ouvert dans MY XML BLOC NOTES mais c'est hyper long et pour moi ça n'a aucuuuuun sens!! voici:
<?xml version="1.0" encoding="UTF-8"?>
<applications xmlns="http://schemas.microsoft.com/windows/cpltasks/v1" xmlns:sh="http://schemas.microsoft.com/windows/tasks/v1" xmlns:sh2="http://schemas.microsoft.com/windows/tasks/v2"><application id="{D555645E-D4F8-4C29-A827-D93C859C4F2A}"><sh:task id="{EE439E7E-CE1E-4ABE-9EA8-50F12ED01FE0}"><sh:name>@shell32.dll,-24067</sh:name>
<sh:keywords>@shell32.dll,-25214</sh:keywords>
<sh:keywords>@shell32.dll,-25073</sh:keywords>
<sh:keywords>@shell32.dll,-25075</sh:keywords>
<sh:keywords>@shell32.dll,-25144</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter" page="pageQuestionsCognitive"/></sh:task>
<sh:task id="{C3915CF9-A3D9-4EFD-B209-62C05793EE0F}"><sh:name>@shell32.dll,-24068</sh:name>
<sh:keywords>@shell32.dll,-25214</sh:keywords>
<sh:keywords>@shell32.dll,-25068</sh:keywords>
<sh:keywords>@shell32.dll,-25075</sh:keywords>
<sh:keywords>@shell32.dll,-25087</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter" page="pageEasierToSee"/></sh:task>
<sh:task id="{7B086E4E-366C-454A-85CC-B8B533482B10}"><sh:name>@shell32.dll,-24069</sh:name>
<sh:keywords>@shell32.dll,-25076</sh:keywords>
<sh:keywords>@shell32.dll,-25276</sh:keywords>
<sh:keywords>@shell32.dll,-25087</sh:keywords>
<sh:keywords>@shell32.dll,-25112</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter" page="pageKeyboardEasierToUse"/></sh:task>
<sh:task id="{EE3E6FA5-C412-4A11-9370-1ED4D42E62B2}"><sh:name>@shell32.dll,-24070</sh:name>
<sh:keywords>@shell32.dll,-25276</sh:keywords>
<sh:keywords>@shell32.dll,-25107</sh:keywords>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25108</sh:keywords>
<sh:keywords>@shell32.dll,-25087</sh:keywords>
<sh:keywords>@shell32.dll,-25118</sh:keywords>
<sh:keywords>@shell32.dll,-25106</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter" page="pageEasierToClick"/></sh:task>
<sh:task id="{B57D7134-6BAB-47B2-A506-E885E104EC99}"><sh:name>@shell32.dll,-24071</sh:name>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25267</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter" page="pageNoVisual"/></sh:task>
<sh:task id="{DB5EC38C-915C-4897-AE67-D9858FE7D2FD}"><sh:name>@shell32.dll,-24072</sh:name>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25268</sh:keywords>
<sh:keywords>@shell32.dll,-25267</sh:keywords>
<sh:command>%windir%\system32\narrator.exe</sh:command>
</sh:task>
<sh:task id="{EF462183-352B-4DCF-811C-07FA7CFCD5AC}"><sh:name>@shell32.dll,-24073</sh:name>
<sh:keywords>@shell32.dll,-25097</sh:keywords>
<sh:keywords>@shell32.dll,-25112</sh:keywords>
<sh:keywords>@shell32.dll,-25106</sh:keywords>
<sh:keywords>@shell32.dll,-25165</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter" page="pageNoMouseOrKeyboard"/></sh:task>
<sh:task id="{B3C577FA-7C51-4259-A1C4-088BD0B0932E}"><sh:name>@shell32.dll,-24074</sh:name>
<sh:keywords>@shell32.dll,-25072</sh:keywords>
<sh:keywords>@shell32.dll,-25074</sh:keywords>
<sh:keywords>@shell32.dll,-25272</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter" page="pageFilterKeysSettings"/></sh:task>
<sh:task id="{D048311B-5C71-40E0-9EC4-FA5DCBB49EE0}"><sh:name>@shell32.dll,-24075</sh:name>
<sh:keywords>@shell32.dll,-25086</sh:keywords>
<sh:keywords>@shell32.dll,-25267</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter"/></sh:task>
<sh:task id="{1A0593CC-3C1C-4CB7-BBB0-00E54E706D3C}"><sh:name>@shell32.dll,-24076</sh:name>
<sh:keywords>@shell32.dll,-25269</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter" page="pageFilterKeysSettings"/></sh:task>
<sh:task id="{F120B10E-C882-4613-955F-B4DF13C6E803}"><sh:name>@shell32.dll,-24077</sh:name>
<sh:keywords>@shell32.dll,-25276</sh:keywords>
<sh:keywords>@shell32.dll,-25097</sh:keywords>
<sh:keywords>@shell32.dll,-25087</sh:keywords>
<sh:keywords>@shell32.dll,-25301</sh:keywords>
<sh:keywords>@shell32.dll,-25140</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter" page="pageQuestionsEyesight"/></sh:task>
<sh:task id="{3D8638E3-EC96-4CE8-8279-36B0065B5F2C}"><sh:name>@shell32.dll,-24078</sh:name>
<sh:keywords>@shell32.dll,-25068</sh:keywords>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25092</sh:keywords>
<sh:keywords>@shell32.dll,-25069</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter" page="pageEasierToSee"/></sh:task>
<sh:task id="{7238DF62-4FD5-410A-9ED2-55B1DBB3442D}"><sh:name>@shell32.dll,-24079</sh:name>
<sh:keywords>@shell32.dll,-25113</sh:keywords>
<sh:keywords>@shell32.dll,-25106</sh:keywords>
<sh:keywords>@shell32.dll,-25270</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter" page="pageKeyboardEasierToUse"/></sh:task>
<sh:task id="{AD312C84-CB4F-4C49-9D5D-E84123D33DE4}"><sh:name>@shell32.dll,-24080</sh:name>
<sh:keywords>@shell32.dll,-25068</sh:keywords>
<sh:keywords>@shell32.dll,-25073</sh:keywords>
<sh:keywords>@shell32.dll,-25194</sh:keywords>
<sh:keywords>@shell32.dll,-25071</sh:keywords>
<sh:keywords>@shell32.dll,-25075</sh:keywords>
<sh:keywords>@shell32.dll,-25087</sh:keywords>
<sh:keywords>@shell32.dll,-25070</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter" page="pageNoVisual"/></sh:task>
<sh:task id="{54692DB7-FC98-4D5E-AC15-CC5095FA5669}"><sh:name>@shell32.dll,-24081</sh:name>
<sh:keywords>@shell32.dll,-25076</sh:keywords>
<sh:keywords>@shell32.dll,-25117</sh:keywords>
<sh:keywords>@shell32.dll,-25068</sh:keywords>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25194</sh:keywords>
<sh:keywords>@shell32.dll,-25087</sh:keywords>
<sh:keywords>@shell32.dll,-25070</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter" page="pageEasierToSee"/></sh:task>
<sh:task id="{E5A79670-70E6-43F8-9143-E0D334599E6C}"><sh:name>@shell32.dll,-24082</sh:name>
<sh:keywords>@shell32.dll,-25112</sh:keywords>
<sh:keywords>@shell32.dll,-25271</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter" page="pageKeyboardEasierToUse"/></sh:task>
<sh:task id="{C3F521C1-249F-48FD-9D9D-731EA4568776}"><sh:name>@shell32.dll,-24083</sh:name>
<sh:keywords>@shell32.dll,-25073</sh:keywords>
<sh:keywords>@shell32.dll,-25072</sh:keywords>
<sh:keywords>@shell32.dll,-25075</sh:keywords>
<sh:keywords>@shell32.dll,-25156</sh:keywords>
<sh:keywords>@shell32.dll,-25074</sh:keywords>
<sh:keywords>@shell32.dll,-25272</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter" page="pageEasierWithSounds"/></sh:task>
<sh:task id="{3A0EF024-0434-4E4D-8548-6940D00EF72A}"><sh:name>@shell32.dll,-24084</sh:name>
<sh:keywords>@shell32.dll,-25274</sh:keywords>
<sh:keywords>@shell32.dll,-25078</sh:keywords>
<sh:keywords>@shell32.dll,-25198</sh:keywords>
<sh:keywords>@shell32.dll,-25081</sh:keywords>
<sh:keywords>@shell32.dll,-25069</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,2</sh:command>
</sh:task>
<sh:task id="{9C945AFD-77F9-4BDA-94B8-58D2A9DCDB2E}"><sh:name>@shell32.dll,-24085</sh:name>
<sh:keywords>@shell32.dll,-25078</sh:keywords>
<sh:keywords>@shell32.dll,-25092</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter"/></sh:task>
<sh:task id="{E2990AA8-20F1-435D-9D78-679171138FD5}"><sh:name>@shell32.dll,-24086</sh:name>
<sh:keywords>@shell32.dll,-25115</sh:keywords>
<sh:keywords>@shell32.dll,-25181</sh:keywords>
<sh:keywords>@shell32.dll,-25081</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter" page="pageEasierToSee"/></sh:task>
<sh:task id="{0374B07C-9111-4B30-BE13-BFC947F27ADA}"><sh:name>@shell32.dll,-24087</sh:name>
<sh:keywords>@shell32.dll,-25273</sh:keywords>
<sh:keywords>@shell32.dll,-25081</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter" page="pageEasierToSee"/></sh:task>
<sh:task id="{08E0BCF8-0E51-4C9F-9425-F7A2B8AF88D5}"><sh:name>@shell32.dll,-24088</sh:name>
<sh:keywords>@shell32.dll,-25078</sh:keywords>
<sh:keywords>@shell32.dll,-25112</sh:keywords>
<sh:keywords>@shell32.dll,-25275</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter"/></sh:task>
<sh:task id="{73C9C58C-2E01-4F68-B1B9-7A4DD2EF71F7}"><sh:name>@shell32.dll,-24089</sh:name>
<sh:keywords>@shell32.dll,-25112</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter" page="pageKeyboardEasierToUse"/></sh:task>
<sh:task id="{B0B4886C-4B31-4824-ADCD-0DAF5C8BAFF6}"><sh:name>@shell32.dll,-24090</sh:name>
<sh:keywords>@shell32.dll,-25294</sh:keywords>
<sh:keywords>@shell32.dll,-25179</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter" page="pageEasierToSee"/></sh:task>
<sh:task id="{7ABBE8E6-757F-419A-B2E0-07D5694F8E0F}"><sh:name>@shell32.dll,-24091</sh:name>
<sh:keywords>@shell32.dll,-25276</sh:keywords>
<sh:keywords>@shell32.dll,-25070</sh:keywords>
<sh:keywords>@shell32.dll,-25171</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter"/></sh:task>
<sh:task id="{CE4F7091-EEC0-400E-A019-38503D525293}"><sh:name>@shell32.dll,-25685</sh:name>
<sh:keywords>@shell32.dll,-25106</sh:keywords>
<sh:keywords>@shell32.dll,-25392</sh:keywords>
<sh:keywords>@shell32.dll,-25437</sh:keywords>
<sh:keywords>@shell32.dll,-25484</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter" page="pageEasierToClick"/></sh:task>
<category id="1"><sh:task idref="{C3915CF9-A3D9-4EFD-B209-62C05793EE0F}"/><sh:task idref="{B57D7134-6BAB-47B2-A506-E885E104EC99}"/><sh:task idref="{73C9C58C-2E01-4F68-B1B9-7A4DD2EF71F7}"/><sh:task idref="{3A0EF024-0434-4E4D-8548-6940D00EF72A}"/></category>
<category id="7"><sh:task idref="{F120B10E-C882-4613-955F-B4DF13C6E803}"><sh:name>@shell32.dll,-24092</sh:name>
</sh:task>
<sh:task idref="{54692DB7-FC98-4D5E-AC15-CC5095FA5669}"/><sh:task idref="{C3F521C1-249F-48FD-9D9D-731EA4568776}"/><sh:task idref="{EE3E6FA5-C412-4A11-9370-1ED4D42E62B2}"/><sh:task idref="{7B086E4E-366C-454A-85CC-B8B533482B10}"/><sh:task idref="{AD312C84-CB4F-4C49-9D5D-E84123D33DE4}"/><sh:task idref="{7ABBE8E6-757F-419A-B2E0-07D5694F8E0F}"/></category>
</application>
<application id="{D20EA4E1-3957-11D2-A40B-0C5020524153}"><sh:task id="{EE423D17-7ED8-4B33-9555-C23DEEAFB4B6}" needsElevation="true"><sh:name>@shell32.dll,-24093</sh:name>
<sh:keywords>@shell32.dll,-25202</sh:keywords>
<sh:keywords>@shell32.dll,-25253</sh:keywords>
<sh:keywords>@shell32.dll,-25201</sh:keywords>
<sh:keywords>@shell32.dll,-25078</sh:keywords>
<sh:keywords>@shell32.dll,-25390</sh:keywords>
<sh:keywords>@shell32.dll,-25170</sh:keywords>
<sh:keywords>@shell32.dll,-25188</sh:keywords>
<sh:keywords>@shell32.dll,-25142</sh:keywords>
<sh:keywords>@shell32.dll,-25171</sh:keywords>
<sh:keywords>@shell32.dll,-25392</sh:keywords>
<sh:command>%windir%\system32\mmc.exe %windir%\system32\diskmgmt.msc</sh:command>
<sh:conditions><sh:condition name="shcond://v1#IsUserAdmin"/></sh:conditions>
</sh:task>
<sh:task id="{7D13A5DB-6081-48BD-8EA3-A9D7FE67A335}"><sh:name>@shell32.dll,-24094</sh:name>
<sh:keywords>@shell32.dll,-25202</sh:keywords>
<sh:keywords>@shell32.dll,-25204</sh:keywords>
<sh:keywords>@shell32.dll,-25201</sh:keywords>
<sh:keywords>@shell32.dll,-25188</sh:keywords>
<sh:keywords>@shell32.dll,-25203</sh:keywords>
<sh:keywords>@shell32.dll,-25171</sh:keywords>
<sh:command>%windir%\system32\dfrgui.exe</sh:command>
</sh:task>
<sh:task id="{9430DB91-B966-4971-A955-E3DBA1F889E7}" needsElevation="true"><sh:name>@shell32.dll,-24095</sh:name>
<sh:keywords>@shell32.dll,-25329</sh:keywords>
<sh:keywords>@shell32.dll,-25159</sh:keywords>
<sh:command>%windir%\system32\mdsched.exe</sh:command>
<sh:conditions><sh:condition name="shcond://v1#RegKeyExists"><sh:parameter name="Regkey" value="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Reliability\MemoryDiagnostic"/></sh:condition>
</sh:conditions>
</sh:task>
<sh:task id="{C5AE651D-D027-4D11-8125-595B9933C78B}" needsElevation="true"><sh:name>@shell32.dll,-24096</sh:name>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25284</sh:keywords>
<sh:keywords>@shell32.dll,-25398</sh:keywords>
<sh:command>%windir%\system32\mmc.exe %windir%\system32\gpedit.msc</sh:command>
<sh:conditions><sh:condition name="shcond://v1#SkuEquals" invert="true"><sh:parameter name="Sku" value="anyhome"/></sh:condition>
</sh:conditions>
</sh:task>
<sh:task id="{AACA901F-E74F-4894-B074-F55059532853}"><sh:name>@shell32.dll,-24323</sh:name>
<sh:keywords>@shell32.dll,-25202</sh:keywords>
<sh:keywords>@shell32.dll,-25143</sh:keywords>
<sh:keywords>@shell32.dll,-25188</sh:keywords>
<sh:keywords>@shell32.dll,-25081</sh:keywords>
<sh:keywords>@shell32.dll,-25126</sh:keywords>
<sh:command>%windir%\system32\cleanmgr.exe</sh:command>
<sh:conditions><sh:condition name="shcond://v1#IsServer" invert="true"/></sh:conditions>
</sh:task>
<sh:task id="{08D48377-1C06-416D-B382-61E8D5F6CD18}" needsElevation="true"><sh:name>@shell32.dll,-24097</sh:name>
<sh:keywords>@shell32.dll,-25097</sh:keywords>
<sh:keywords>@shell32.dll,-25197</sh:keywords>
<sh:keywords>@shell32.dll,-25316</sh:keywords>
<sh:keywords>@shell32.dll,-25329</sh:keywords>
<sh:command>%windir%\system32\perfmon.exe /report</sh:command>
<sh:conditions><sh:condition name="shcond://v1#IsServer"/></sh:conditions>
</sh:task>
<sh:task id="{C16A18A2-DC4F-4B7D-92F1-14C430AD17DC}" needsElevation="true"><sh:name>@shell32.dll,-24099</sh:name>
<sh:keywords>@shell32.dll,-25254</sh:keywords>
<sh:keywords>@shell32.dll,-25255</sh:keywords>
<sh:command>%windir%\system32\mmc.exe %windir%\system32\taskschd.msc</sh:command>
</sh:task>
<sh:task id="{68F4F33C-658C-4278-94C1-22B8E653F3E8}" needsElevation="true"><sh:name>@shell32.dll,-24100</sh:name>
<sh:keywords>@shell32.dll,-25190</sh:keywords>
<sh:keywords>@shell32.dll,-25078</sh:keywords>
<sh:command>%windir%\system32\odbcad32.exe</sh:command>
<sh:conditions><sh:condition name="shcond://v1#RegValEquals"><sh:parameter name="Regkey" value="HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment"/><sh:parameter name="Regval" value="PROCESSOR_ARCHITECTURE"/><sh:parameter name="RegvalExpected" value="x86"/></sh:condition>
</sh:conditions>
</sh:task>
<sh:task id="{420C524A-2A76-43F7-B1B2-C3CF736557C7}" needsElevation="true"><sh:name>@shell32.dll,-24747</sh:name>
<sh:keywords>@shell32.dll,-25190</sh:keywords>
<sh:keywords>@shell32.dll,-25078</sh:keywords>
<sh:command>%windir%\syswow64\odbcad32.exe</sh:command>
<sh:conditions><sh:condition name="shcond://v1#RegValEquals"><sh:parameter name="Regkey" value="HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment"/><sh:parameter name="Regval" value="PROCESSOR_ARCHITECTURE"/><sh:parameter name="RegvalExpected" value="AMD64"/></sh:condition>
</sh:conditions>
</sh:task>
<sh:task id="{4BCD16D0-BA72-4F0D-88F9-50D912BFA2B2}" needsElevation="true"><sh:name>@shell32.dll,-24748</sh:name>
<sh:keywords>@shell32.dll,-25190</sh:keywords>
<sh:keywords>@shell32.dll,-25078</sh:keywords>
<sh:command>%windir%\system32\odbcad32.exe</sh:command>
<sh:conditions><sh:condition name="shcond://v1#RegValEquals"><sh:parameter name="Regkey" value="HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment"/><sh:parameter name="Regval" value="PROCESSOR_ARCHITECTURE"/><sh:parameter name="RegvalExpected" value="AMD64"/></sh:condition>
</sh:conditions>
</sh:task>
<sh:task id="{D5BAC999-E706-4311-9DB0-86E117B1FD25}" needsElevation="true"><sh:name>@shell32.dll,-24100</sh:name>
<sh:keywords>@shell32.dll,-25190</sh:keywords>
<sh:keywords>@shell32.dll,-25078</sh:keywords>
<sh:command>%windir%\system32\odbcad32.exe</sh:command>
<sh:conditions><sh:condition name="shcond://v1#RegValEquals"><sh:parameter name="Regkey" value="HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment"/><sh:parameter name="Regval" value="PROCESSOR_ARCHITECTURE"/><sh:parameter name="RegvalExpected" value="ARM"/></sh:condition>
</sh:conditions>
</sh:task>
<sh:task id="{944A41B9-C0FD-41AE-A6DF-5AC4FE5A59B4}" needsElevation="true"><sh:name>@shell32.dll,-24101</sh:name>
<sh:keywords>@shell32.dll,-25078</sh:keywords>
<sh:keywords>@shell32.dll,-25173</sh:keywords>
<sh:keywords>@shell32.dll,-25399</sh:keywords>
<sh:keywords>@shell32.dll,-25400</sh:keywords>
<sh:command>%windir%\system32\iscsicpl.exe</sh:command>
</sh:task>
<sh:task id="{45FDB5DF-1457-4A41-A824-7AD9C75767BC}" needsElevation="true"><sh:name>@shell32.dll,-24102</sh:name>
<sh:keywords>@shell32.dll,-25257</sh:keywords>
<sh:keywords>@shell32.dll,-25171</sh:keywords>
<sh:command>%windir%\system32\mmc.exe %windir%\system32\eventvwr.msc</sh:command>
<sh:conditions><sh:condition name="shcond://v1#IsServer" invert="true"/></sh:conditions>
</sh:task>
<sh:task id="{6CA1F1CE-1FED-4D96-A82E-08CEDB139AA3}" needsElevation="true"><sh:name>@shell32.dll,-24102</sh:name>
<sh:keywords>@shell32.dll,-25257</sh:keywords>
<sh:keywords>@shell32.dll,-25171</sh:keywords>
<sh:command>%windir%\system32\mmc.exe %windir%\system32\eventvwr.msc</sh:command>
<sh:conditions><sh:condition name="shcond://v1#IsServer"/></sh:conditions>
</sh:task>
<sh:task id="{6775CCA4-CC42-44F7-800C-4E94FF1EA8C0}" needsElevation="true"><sh:name>@shell32.dll,-24104</sh:name>
<sh:keywords>@shell32.dll,-25309</sh:keywords>
<sh:keywords>@shell32.dll,-25286</sh:keywords>
<sh:keywords>@shell32.dll,-25078</sh:keywords>
<sh:command>%windir%\system32\mmc.exe %windir%\system32\services.msc</sh:command>
</sh:task>
<sh:task id="{693E4EF5-9060-469B-AB2E-948B6B68A883}" needsElevation="true"><sh:name>@shell32.dll,-24433</sh:name>
<sh:keywords>@shell32.dll,-25517</sh:keywords>
<sh:command>%windir%\system32\mmc.exe %windir%\system32\certlm.msc</sh:command>
</sh:task>
<category id="5"><sh:task idref="{AACA901F-E74F-4894-B074-F55059532853}"><sh:name>@shell32.dll,-24105</sh:name>
</sh:task>
<sh:task idref="{7D13A5DB-6081-48BD-8EA3-A9D7FE67A335}"/><sh:task idref="{EE423D17-7ED8-4B33-9555-C23DEEAFB4B6}"/><sh:task idref="{45FDB5DF-1457-4A41-A824-7AD9C75767BC}"/><sh:task idref="{6CA1F1CE-1FED-4D96-A82E-08CEDB139AA3}"/><sh:task idref="{C16A18A2-DC4F-4B7D-92F1-14C430AD17DC}"/><sh:task idref="{08D48377-1C06-416D-B382-61E8D5F6CD18}"/></category>
</application>
<application id="{7B81BE6A-CE2B-4676-A29E-EB907A5126C5}"><sh:task id="{040873CB-404A-49FE-A254-A9BB9CEFAEA5}"><sh:name>@shell32.dll,-24722</sh:name>
<sh:keywords>@shell32.dll,-25077</sh:keywords>
<sh:keywords>@shell32.dll,-25079</sh:keywords>
<sh:keywords>@shell32.dll,-25081</sh:keywords>
<sh:keywords>@shell32.dll,-25381</sh:keywords>
<sh2:controlpanel name="Microsoft.ProgramsAndFeatures"/></sh:task>
<sh:task id="{A3C2D653-DD00-40F1-8E53-796F9BA1EE01}"><sh:name>@shell32.dll,-24106</sh:name>
<sh:keywords>@shell32.dll,-25334</sh:keywords>
<sh2:controlpanel name="Microsoft.ProgramsAndFeatures"/></sh:task>
<sh:task id="{A7160DE5-E591-4D98-9BB0-0CAC99D5F2D5}"><sh:name>@shell32.dll,-24114</sh:name>
<sh:keywords>@shell32.dll,-25340</sh:keywords>
<sh:keywords>@shell32.dll,-25134</sh:keywords>
<sh:keywords>@shell32.dll,-25485</sh:keywords>
<sh2:controlpanel name="Microsoft.ProgramsAndFeatures" page="::{D450A8A1-9568-45C7-9C0E-B4F9FB4537BD}"/></sh:task>
<sh:task id="{91BA8E01-F854-4418-A108-E63323DDAE60}" needsElevation="true"><sh:name>@shell32.dll,-24111</sh:name>
<sh:keywords>@shell32.dll,-25078</sh:keywords>
<sh:keywords>@shell32.dll,-25093</sh:keywords>
<sh:command>%windir%\system32\OptionalFeatures.exe</sh:command>
<sh:conditions><sh:condition name="shcond://v1#IsServer" invert="true"/></sh:conditions>
</sh:task>
<sh:task id="{7F8B6C83-2A89-47A0-B334-AA58D042CDEC}" needsElevation="true"><sh:name>@shell32.dll,-24111</sh:name>
<sh:keywords>@shell32.dll,-25078</sh:keywords>
<sh:keywords>@shell32.dll,-25093</sh:keywords>
<sh:command>%windir%\system32\ServerManager.exe -arw</sh:command>
<sh:conditions><sh:condition name="shcond://v1#IsServer"/></sh:conditions>
</sh:task>
<sh:task id="{8766D9F4-521B-4B59-9F56-5ADF4F206C0E}"><sh:name>@shell32.dll,-24110</sh:name>
<sh:keywords>@shell32.dll,-25097</sh:keywords>
<sh:keywords>@shell32.dll,-25077</sh:keywords>
<sh:keywords>@shell32.dll,-25099</sh:keywords>
<sh2:controlpanel name="Microsoft.ProgramsAndFeatures"/></sh:task>
<sh:task id="{0747A7B5-1806-45A4-9C3B-9CA4B0349754}"><sh:name>@shell32.dll,-24108</sh:name>
<sh:keywords>@shell32.dll,-25205</sh:keywords>
<sh:keywords>@shell32.dll,-25078</sh:keywords>
<sh:keywords>@shell32.dll,-25077</sh:keywords>
<sh:keywords>@shell32.dll,-25079</sh:keywords>
<sh:command>mshelp://windows/?id=fe7ea80e-52a2-48d6-947a-05e02e78bc37</sh:command>
</sh:task>
<sh:task id="{E07F215A-6022-40E0-A109-17078992E5F9}"><sh:name>@shell32.dll,-24109</sh:name>
<sh:keywords>@shell32.dll,-25334</sh:keywords>
<sh:keywords>@shell32.dll,-25207</sh:keywords>
<sh:keywords>@shell32.dll,-25077</sh:keywords>
<sh:command>shell:::{26EE0668-A00A-44D7-9371-BEB064C98683}\8\::{15EAE92E-F17A-4431-9F28-805E482dAFD4}</sh:command>
<sh:conditions><sh:condition name="shcond://v1#IsMachineOnDomain"/></sh:conditions>
</sh:task>
<sh:task id="{98CCA0B9-CF6C-4FFD-98E1-87BFEDDD4D21}"><sh:name>@shell32.dll,-24107</sh:name>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25077</sh:keywords>
<sh:keywords>@shell32.dll,-25079</sh:keywords>
<sh:keywords>@shell32.dll,-25081</sh:keywords>
<sh:keywords>@shell32.dll,-25381</sh:keywords>
<sh2:controlpanel name="Microsoft.ProgramsAndFeatures"/></sh:task>
<sh:task id="{06628900-13DD-4fc3-A18B-0E9CE7B663ED}"><sh:name>@shell32.dll,-24742</sh:name>
<sh:keywords>@shell32.dll,-25077</sh:keywords>
<sh:keywords>@shell32.dll,-25210</sh:keywords>
<sh:keywords>@shell32.dll,-25342</sh:keywords>
<sh:keywords>@shell32.dll,-25506</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe shell32.dll,Control_RunDLL ntvdmcpl.dll</sh:command>
<sh:conditions><sh:condition name="shcond://v1#RegValExists"><sh:parameter name="Regkey" value="HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\WOW"/><sh:parameter name="Regval" value="KnownDLLs"/></sh:condition>
</sh:conditions>
</sh:task>
<sh:task id="{29B87534-19A8-4A39-AA81-2148E7DE5894}"><sh:name>@shell32.dll,-24121</sh:name>
<sh:keywords>@shell32.dll,-25210</sh:keywords>
<sh:keywords>@shell32.dll,-25342</sh:keywords>
<sh:keywords>@shell32.dll,-25385</sh:keywords>
<sh:keywords>@shell32.dll,-25340</sh:keywords>
<sh:keywords>@shell32.dll,-25079</sh:keywords>
<sh:keywords>@shell32.dll,-25077</sh:keywords>
<sh:command>%windir%\system32\msdt.exe -id PCWDiagnostic -ep ControlPanelSearch</sh:command>
<sh:conditions><sh:condition name="shcond://v1#RegValEquals" invert="true"><sh:parameter name="Regkey" value="HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AppID\{513D916F-2A8E-4F51-AEAB-0CBC76FB1AF8}"/><sh:parameter name="Regval" value="BuildArch"/><sh:parameter name="RegvalExpected" value="ARM"/></sh:condition>
</sh:conditions>
</sh:task>
<category id="8"><sh:task idref="{040873CB-404A-49FE-A254-A9BB9CEFAEA5}"/><sh:task idref="{91BA8E01-F854-4418-A108-E63323DDAE60}"/><sh:task idref="{7F8B6C83-2A89-47A0-B334-AA58D042CDEC}"/><sh:task idref="{A7160DE5-E591-4D98-9BB0-0CAC99D5F2D5}"/><sh:task idref="{29B87534-19A8-4A39-AA81-2148E7DE5894}"/><sh:task idref="{0747A7B5-1806-45A4-9C3B-9CA4B0349754}"/></category>
</application>
<application id="{17CD9488-1228-4B2F-88CE-4298E93E0966}"><sh:task id="{78746308-57E7-4628-BD0F-860CE07C691E}"><sh:name>@shell32.dll,-24118</sh:name>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25331</sh:keywords>
<sh:keywords>@shell32.dll,-25077</sh:keywords>
<sh2:controlpanel name="Microsoft.DefaultPrograms" page="pageFileAssoc"/></sh:task>
<sh:task id="{A8E9221B-E02C-4816-8735-B872126611DB}"><sh:name>@shell32.dll,-24120</sh:name>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25116</sh:keywords>
<sh:keywords>@shell32.dll,-25331</sh:keywords>
<sh:keywords>@shell32.dll,-25077</sh:keywords>
<sh:keywords>@shell32.dll,-25369</sh:keywords>
<sh2:controlpanel name="Microsoft.DefaultPrograms" page="pageDefaultProgram"/></sh:task>
<category id="8"><sh:task idref="{3A8452A5-BD28-4A7D-AC38-A2E0BA64852D}"/><sh:task idref="{4F9B0706-0A8F-45B0-BFA6-C66CD45246D7}"/><sh:task idref="{78746308-57E7-4628-BD0F-860CE07C691E}"/><sh:task idref="{A8E9221B-E02C-4816-8735-B872126611DB}"/></category>
</application>
<application id="{A8A91A66-3A7D-4424-8D24-04E180695C7A}"><sh:task id="{DAF32862-EF3D-4D61-AB92-47AEB51DDC80}"><sh:name>@shell32.dll,-24124</sh:name>
<sh:keywords>@shell32.dll,-25078</sh:keywords>
<sh:keywords>@shell32.dll,-25138</sh:keywords>
<sh:keywords>@shell32.dll,-25139</sh:keywords>
<sh:keywords>@shell32.dll,-25145</sh:keywords>
<sh:keywords>@shell32.dll,-25162</sh:keywords>
<sh:keywords>@shell32.dll,-25173</sh:keywords>
<sh:keywords>@shell32.dll,-25176</sh:keywords>
<sh:keywords>@shell32.dll,-25205</sh:keywords>
<sh:keywords>@shell32.dll,-25251</sh:keywords>
<sh:keywords>@shell32.dll,-25252</sh:keywords>
<sh:keywords>@shell32.dll,-25308</sh:keywords>
<sh:keywords>@shell32.dll,-25319</sh:keywords>
<sh:keywords>@shell32.dll,-25338</sh:keywords>
<sh:keywords>@shell32.dll,-25375</sh:keywords>
<sh:keywords>@shell32.dll,-25383</sh:keywords>
<sh:keywords>@shell32.dll,-25400</sh:keywords>
<sh:keywords>@shell32.dll,-25401</sh:keywords>
<sh2:controlpanel name="Microsoft.DevicesAndPrinters"/></sh:task>
<sh:task id="{D3D71B01-F746-499E-A426-FF63FAC98C19}"><sh:name>@shell32.dll,-24125</sh:name>
<sh:keywords>@shell32.dll,-25173</sh:keywords>
<sh:keywords>@shell32.dll,-25106</sh:keywords>
<sh:keywords>@shell32.dll,-25112</sh:keywords>
<sh:keywords>@shell32.dll,-25145</sh:keywords>
<sh:keywords>@shell32.dll,-25205</sh:keywords>
<sh:keywords>@shell32.dll,-25207</sh:keywords>
<sh:keywords>@shell32.dll,-25998</sh:keywords>
<sh:keywords>@shell32.dll,-25999</sh:keywords>
<sh:keywords>@shell32.dll,-26000</sh:keywords>
<sh:keywords>@shell32.dll,-26001</sh:keywords>
<sh:keywords>@shell32.dll,-26002</sh:keywords>
<sh:command>%windir%\system32\DevicePairingWizard.exe</sh:command>
</sh:task>
<sh:task id="{11E71674-7556-4E27-8D59-03B2FA846204}"><sh:name>@shell32.dll,-24126</sh:name>
<sh:keywords>@shell32.dll,-25145</sh:keywords>
<sh:keywords>@shell32.dll,-25205</sh:keywords>
<sh:keywords>@shell32.dll,-25207</sh:keywords>
<sh:keywords>@shell32.dll,-25264</sh:keywords>
<sh:keywords>@shell32.dll,-25386</sh:keywords>
<sh:keywords>@shell32.dll,-26001</sh:keywords>
<sh:keywords>@shell32.dll,-26002</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe printui.dll,PrintUIEntry /il</sh:command>
</sh:task>
<sh:task id="{0D2EC3D1-4305-4153-92D1-7E56311B2C00}"><sh:name>@shell32.dll,-24123</sh:name>
<sh:keywords>@shell32.dll,-25375</sh:keywords>
<sh:keywords>@shell32.dll,-25173</sh:keywords>
<sh:keywords>@shell32.dll,-25139</sh:keywords>
<sh:keywords>@shell32.dll,-26002</sh:keywords>
<sh:keywords>@shell32.dll,-25207</sh:keywords>
<sh:command>%windir%\system32\DevicePairingWizard.exe /bluetooth</sh:command>
<sh:conditions><sh:condition name="shcond://v1#RegValEquals"><sh:parameter name="Regkey" value="HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\bthserv\Parameters\BluetoothControlPanelTasks"/><sh:parameter name="Regval" value="State"/><sh:parameter name="RegvalExpected" value="1"/></sh:condition>
</sh:conditions>
</sh:task>
<sh:task id="{C5361E07-6AA3-4453-81BC-93E8F85EABED}" needsElevation="true"><sh:name>@shell32.dll,-24225</sh:name>
<sh:keywords>@shell32.dll,-25308</sh:keywords>
<sh:keywords>@shell32.dll,-25173</sh:keywords>
<sh:keywords>@shell32.dll,-25319</sh:keywords>
<sh:keywords>@shell32.dll,-25078</sh:keywords>
<sh:keywords>@shell32.dll,-25176</sh:keywords>
<sh:keywords>@shell32.dll,-25391</sh:keywords>
<sh2:controlpanel name="Microsoft.DeviceManager"/></sh:task>
<sh:task id="{8562B9B8-812D-420C-9189-DC216D788A49}" needsElevation="true"><sh:name>@shell32.dll,-24208</sh:name>
<sh:keywords>@shell32.dll,-25308</sh:keywords>
<sh:keywords>@shell32.dll,-25173</sh:keywords>
<sh:keywords>@shell32.dll,-25319</sh:keywords>
<sh:keywords>@shell32.dll,-25176</sh:keywords>
<sh2:controlpanel name="Microsoft.DeviceManager"/></sh:task>
<sh:task id="{EF8F379B-747B-4C8E-B3D1-4A29E6CF45AE}"><sh:name>@shell32.dll,-24429</sh:name>
<sh:command>%windir%\system32\rundll32.exe pwlauncher.dll,ShowPortableWorkspaceLauncherConfigurationUX</sh:command>
<sh:conditions><sh:condition name="shcond://v1#IsServer" invert="true"/></sh:conditions>
</sh:task>
<sh:task id="{CF081448-68EC-4969-9F8B-BB23B329B712}"><sh:name>@shell32.dll,-24222</sh:name>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25116</sh:keywords>
<sh:keywords>@shell32.dll,-25264</sh:keywords>
<sh:keywords>@shell32.dll,-25386</sh:keywords>
<sh:keywords>@shell32.dll,-25145</sh:keywords>
<sh2:controlpanel name="Microsoft.DevicesAndPrinters"/></sh:task>
<sh:task id="{5DE5B491-2CEA-4AD9-824A-982A22C0B64E}"><sh:name>@shell32.dll,-24239</sh:name>
<sh:keywords>@shell32.dll,-25252</sh:keywords>
<sh:keywords>@shell32.dll,-25099</sh:keywords>
<sh:keywords>@shell32.dll,-25171</sh:keywords>
<sh:command>%ProgramFiles%\Windows Photo Viewer\ImagingDevices.exe</sh:command>
</sh:task>
<sh:task id="{1515BA81-68EB-4143-A29F-51A40A65DAE6}"><sh:name>@shell32.dll,-24122</sh:name>
<sh:keywords>@shell32.dll,-25375</sh:keywords>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25173</sh:keywords>
<sh:keywords>@shell32.dll,-25139</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe shell32.dll,Control_RunDLL bthprops.cpl,,1</sh:command>
<sh:conditions><sh:condition name="shcond://v1#RegValEquals"><sh:parameter name="Regkey" value="HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\bthserv\Parameters\BluetoothControlPanelTasks"/><sh:parameter name="Regval" value="State"/><sh:parameter name="RegvalExpected" value="1"/></sh:condition>
</sh:conditions>
</sh:task>
<sh:task id="{55E51B6E-7D17-4C80-859E-3007A1F2B6AA}"><sh:name>@shell32.dll,-24237</sh:name>
<sh:keywords>@shell32.dll,-25251</sh:keywords>
<sh:keywords>@shell32.dll,-25253</sh:keywords>
<sh:command>%windir%\system32\wfs.exe</sh:command>
<sh:conditions><sh:condition name="shcond://v1#SkuEquals"><sh:parameter name="Sku" value="anyprofessional"/></sh:condition>
</sh:conditions>
</sh:task>
<sh:task id="{17468BC4-3ACB-4D2A-98C2-B0B7B4EF29E6}"><sh:name>@shell32.dll,-24237</sh:name>
<sh:keywords>@shell32.dll,-25251</sh:keywords>
<sh:keywords>@shell32.dll,-25253</sh:keywords>
<sh:command>%windir%\system32\wfs.exe</sh:command>
<sh:conditions><sh:condition name="shcond://v1#SkuEquals"><sh:parameter name="Sku" value="ultimate"/></sh:condition>
</sh:conditions>
</sh:task>
<sh:task id="{CD2A5953-36A2-427D-B762-3610F37A5D89}"><sh:name>@shell32.dll,-24162</sh:name>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25259</sh:keywords>
<sh:keywords>@shell32.dll,-25173</sh:keywords>
<sh:keywords>@shell32.dll,-25261</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe shell32.dll,Control_RunDLL %windir%\system32\joy.cpl</sh:command>
</sh:task>
<sh:task id="{083D5202-600A-4f38-981B-2D138FBDC4D1}"><sh:name>@shell32.dll,-24226</sh:name>
<sh:keywords>@shell32.dll,-25487</sh:keywords>
<sh:keywords>@shell32.dll,-25485</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe newdev.dll,DeviceInternetSettingUi 5</sh:command>
<sh:conditions><sh:condition name="shcond://v1#RegValEquals" invert="true"><sh:parameter name="Regkey" value="HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment"/><sh:parameter name="Regval" value="PROCESSOR_ARCHITECTURE"/><sh:parameter name="RegvalExpected" value="ARM"/></sh:condition>
</sh:conditions>
</sh:task>
<sh:task id="{AAF384A9-978C-41B6-B394-0C40C2EAAA4B}"><sh:name>@shell32.dll,-24352</sh:name>
<sh:keywords>@shell32.dll,-25503</sh:keywords>
<sh2:controlpanel name="Microsoft.AutoPlay"/><sh:conditions><sh:condition name="shcond://v1#IsProximityProviderAvailable"/></sh:conditions>
</sh:task>
<category id="2"><sh:task idref="{D3D71B01-F746-499E-A426-FF63FAC98C19}"/><sh:task idref="{11E71674-7556-4E27-8D59-03B2FA846204}"/><sh:task idref="{4DE175B5-44AB-4397-9E01-38E9DE4F0FB1}"><sh:name>@shell32.dll,-25686</sh:name>
</sh:task>
<sh:task idref="{C5361E07-6AA3-4453-81BC-93E8F85EABED}"/><sh:task idref="{EF8F379B-747B-4C8E-B3D1-4A29E6CF45AE}"/></category>
</application>
<application id="{B2C761C6-29BC-4F19-9251-E6195265BAF1}"><sh:task id="{54D8069E-E75A-4437-B45B-8EB3B8C97434}"><sh:name>@shell32.dll,-24130</sh:name>
<sh:keywords>@shell32.dll,-25343</sh:keywords>
<sh:keywords>@shell32.dll,-25084</sh:keywords>
<sh:keywords>@shell32.dll,-25357</sh:keywords>
<sh:keywords>@shell32.dll,-25392</sh:keywords>
<sh:keywords>@shell32.dll,-25145</sh:keywords>
<sh:keywords>@shell32.dll,-25251</sh:keywords>
<sh:keywords>@shell32.dll,-25069</sh:keywords>
<sh:command>%windir%\system32\colorcpl.exe</sh:command>
</sh:task>
</application>
<application id="{E2E7934B-DCE5-43C4-9576-7FE4F75E7480}"><sh:task id="{141D98AD-3E07-4C44-A578-4DCA078286A4}"><sh:name>@shell32.dll,-24132</sh:name>
<sh:keywords>@shell32.dll,-25339</sh:keywords>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25066</sh:keywords>
<sh:keywords>@shell32.dll,-25064</sh:keywords>
<sh:keywords>@shell32.dll,-25070</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe shell32.dll,Control_RunDLL timedate.cpl,,1</sh:command>
</sh:task>
<sh:task id="{1F7C24AC-B26E-4824-84EA-9026B9C0AF0D}"><sh:name>@shell32.dll,-24133</sh:name>
<sh:keywords>@shell32.dll,-25254</sh:keywords>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25066</sh:keywords>
<sh:keywords>@shell32.dll,-25065</sh:keywords>
<sh:keywords>@shell32.dll,-25129</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe shell32.dll,Control_RunDLL timedate.cpl</sh:command>
</sh:task>
<sh:task id="{03ED382E-33A2-4E20-A7C3-26AFE018D886}"><sh:name>@shell32.dll,-24134</sh:name>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25064</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe shell32.dll,Control_RunDLL timedate.cpl</sh:command>
</sh:task>
<sh:task id="{D58D0F32-9128-40D3-89AF-8C63C5167C99}"><sh:name>@shell32.dll,-24135</sh:name>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25066</sh:keywords>
<sh:keywords>@shell32.dll,-25129</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe shell32.dll,Control_RunDLL timedate.cpl</sh:command>
<sh:conditions><sh:condition name="shcond://v1#IsServer" invert="true"/></sh:conditions>
</sh:task>
<sh:task id="{4C8DBC7F-EE77-44CC-8602-88AD441B1A77}"><sh:name>@shell32.dll,-24135</sh:name>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25066</sh:keywords>
<sh:keywords>@shell32.dll,-25129</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe shell32.dll,Control_RunDLL timedate.cpl</sh:command>
<sh:conditions><sh:condition name="shcond://v1#IsServer"/></sh:conditions>
</sh:task>
<category id="6"><sh:task idref="{D58D0F32-9128-40D3-89AF-8C63C5167C99}"/><sh:task idref="{4C8DBC7F-EE77-44CC-8602-88AD441B1A77}"/><sh:task idref="{03ED382E-33A2-4E20-A7C3-26AFE018D886}"/><sh:task idref="{141D98AD-3E07-4C44-A578-4DCA078286A4}"/></category>
</application>
<application id="{9C60DE1E-E5FC-40F4-A487-460851A8D915}"><sh:task id="{4F9B0706-0A8F-45B0-BFA6-C66CD45246D7}"><sh:name>@shell32.dll,-24150</sh:name>
<sh:keywords>@shell32.dll,-25358</sh:keywords>
<sh:keywords>@shell32.dll,-25338</sh:keywords>
<sh:keywords>@shell32.dll,-25512</sh:keywords>
<sh2:controlpanel name="Microsoft.AutoPlay"/></sh:task>
<sh:task id="{E6243488-3449-4D4D-98AA-FFC14E3FF0F8}"><sh:name>@shell32.dll,-24151</sh:name>
<sh:keywords>@shell32.dll,-25254</sh:keywords>
<sh:keywords>@shell32.dll,-25358</sh:keywords>
<sh:keywords>@shell32.dll,-25201</sh:keywords>
<sh:keywords>@shell32.dll,-25338</sh:keywords>
<sh2:controlpanel name="Microsoft.AutoPlay"/></sh:task>
<sh:task id="{6565D6E8-06A0-481C-A209-D43263C5A3B3}"><sh:name>@shell32.dll,-24152</sh:name>
<sh:keywords>@shell32.dll,-25358</sh:keywords>
<sh:keywords>@shell32.dll,-25078</sh:keywords>
<sh:keywords>@shell32.dll,-25081</sh:keywords>
<sh2:controlpanel name="Microsoft.AutoPlay"/></sh:task>
<category id="2"><sh:task idref="{4F9B0706-0A8F-45B0-BFA6-C66CD45246D7}"/><sh:task idref="{E6243488-3449-4D4D-98AA-FFC14E3FF0F8}"/></category>
</application>
<application id="{6DFD7C5C-2451-11D3-A299-00C04F8EF6AF}"><sh:task id="{5BB16858-F647-465E-BCFD-010EE9DD41B7}"><sh:name>@shell32.dll,-24153</sh:name>
<sh:keywords>@shell32.dll,-25258</sh:keywords>
<sh:keywords>@shell32.dll,-25404</sh:keywords>
<sh:keywords>@shell32.dll,-25405</sh:keywords>
<sh:keywords>@shell32.dll,-25146</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe shell32.dll,Options_RunDLL 2</sh:command>
</sh:task>
<sh:task id="{ABB4509D-9043-4EF2-8796-E4646ECF951D}"><sh:name>@shell32.dll,-24154</sh:name>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25331</sh:keywords>
<sh:keywords>@shell32.dll,-25077</sh:keywords>
<sh2:controlpanel name="Microsoft.DefaultPrograms" page="pageFileAssoc"/></sh:task>
<sh:task id="{9891D47B-7E37-4265-BAD2-1FA991543B90}"><sh:name>@shell32.dll,-24155</sh:name>
<sh:keywords>@shell32.dll,-25258</sh:keywords>
<sh:keywords>@shell32.dll,-25099</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe shell32.dll,Options_RunDLL 7</sh:command>
</sh:task>
<sh:task id="{4A2F952E-0618-467F-ADC5-FEBB66AEB82F}"><sh:name>@shell32.dll,-24156</sh:name>
<sh:keywords>@shell32.dll,-25331</sh:keywords>
<sh:keywords>@shell32.dll,-25098</sh:keywords>
<sh:keywords>@shell32.dll,-25099</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe shell32.dll,Options_RunDLL 7</sh:command>
</sh:task>
<sh:task id="{B1207959-FFBF-4417-A6B1-4BF0EDA51F5A}"><sh:name>@shell32.dll,-24157</sh:name>
<sh:keywords>@shell32.dll,-25195</sh:keywords>
<sh:keywords>@shell32.dll,-25108</sh:keywords>
<sh2:controlpanel name="Microsoft.FolderOptions"/></sh:task>
<category id="1"><sh:task idref="{B1207959-FFBF-4417-A6B1-4BF0EDA51F5A}"/><sh:task idref="{79DC3639-0B91-46BE-BED2-702FC5167337}"/><sh:task idref="{9891D47B-7E37-4265-BAD2-1FA991543B90}"/></category>
</application>
<application id="{BD84B380-8CA2-1069-AB1D-08000948F534}"><sh:task id="{D1AF7F5F-18C1-4143-81E5-EDAF02255883}"><sh:name>@shell32.dll,-24159</sh:name>
<sh:keywords>@shell32.dll,-25110</sh:keywords>
<sh:keywords>@shell32.dll,-25205</sh:keywords>
<sh:keywords>@shell32.dll,-25207</sh:keywords>
<sh:keywords>@shell32.dll,-25081</sh:keywords>
<sh:keywords>@shell32.dll,-25381</sh:keywords>
<sh2:controlpanel name="Microsoft.Fonts"/></sh:task>
<sh:task id="{7429F4F9-AE58-401a-82AD-723F3C6BDDD6}"><sh:name>@shell32.dll,-24161</sh:name>
<sh:keywords>@shell32.dll,-25110</sh:keywords>
<sh:keywords>@shell32.dll,-25070</sh:keywords>
<sh:keywords>@shell32.dll,-25098</sh:keywords>
<sh:keywords>@shell32.dll,-25099</sh:keywords>
<sh2:controlpanel name="Microsoft.Fonts" page="::{93412589-74D4-4E4E-AD0E-E0CB621440FD}"/></sh:task>
<sh:task id="{96BC4455-FDA3-4DE2-8B71-9D1953F0B32D}"><sh:name>@shell32.dll,-24160</sh:name>
<sh:keywords>@shell32.dll,-25110</sh:keywords>
<sh:keywords>@shell32.dll,-25207</sh:keywords>
<sh:keywords>@shell32.dll,-25171</sh:keywords>
<sh2:controlpanel name="Microsoft.Fonts"/></sh:task>
<sh:task id="{FFA33B6C-DC4D-438C-893F-EBF44A09BFC0}"><sh:name>@shell32.dll,-24443</sh:name>
<sh:keywords>@shell32.dll,-25525</sh:keywords>
<sh:command>%windir%\system32\eudcedit.exe</sh:command>
</sh:task>
<category id="1"><sh:task idref="{D1AF7F5F-18C1-4143-81E5-EDAF02255883}"/><sh:task idref="{7429F4F9-AE58-401a-82AD-723F3C6BDDD6}"/><sh:task idref="{3F0AD6DB-3246-48E4-ACD7-696FF62AE68D}"/></category>
</application>
<application id="{5EA4F148-308C-46D7-98A9-49041B1DD468}"><sh:task id="{46E84184-51CC-4A7B-A40A-6D3E86D402DE}"><sh:name>@shell32.dll,-24163</sh:name>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25162</sh:keywords>
<sh:keywords>@shell32.dll,-25070</sh:keywords>
<sh:command>%windir%\system32\mblctr.exe /open</sh:command>
</sh:task>
<sh:task id="{F3FD1F8E-B34A-49AE-95B9-5DBEAB5BFB49}"><sh:name>@shell32.dll,-24165</sh:name>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25083</sh:keywords>
<sh:keywords>@shell32.dll,-25069</sh:keywords>
<sh:keywords>@shell32.dll,-25070</sh:keywords>
<sh:command>%windir%\system32\presentationsettings.exe</sh:command>
<sh:conditions><sh:condition name="shcond://v1#IsPresentationSettingsEnabled"/></sh:conditions>
</sh:task>
<category id="2"><sh:task idref="{46E84184-51CC-4A7B-A40A-6D3E86D402DE}"/><sh:task idref="{F3FD1F8E-B34A-49AE-95B9-5DBEAB5BFB49}"/></category>
</application>
<application id="{A3DD4F92-658A-410F-84FD-6FBBBEF2FFFE}"><sh:task id="{201CEF4B-7444-4B2F-B885-5E8F0AA1D614}"><sh:name>@shell32.dll,-24167</sh:name>
<sh:keywords>@shell32.dll,-25102</sh:keywords>
<sh:keywords>@shell32.dll,-25127</sh:keywords>
<sh:keywords>@shell32.dll,-25104</sh:keywords>
<sh:keywords>@shell32.dll,-25105</sh:keywords>
<sh:keywords>@shell32.dll,-25124</sh:keywords>
<sh:keywords>@shell32.dll,-25070</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,2</sh:command>
<sh:conditions><sh:condition name="shcond://v1#RegValExists"><sh:parameter name="Regkey" value="HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\IEXPLORE.EXE\InstallInfo"/><sh:parameter name="Regval" value="ShowIconsCommand"/></sh:condition>
</sh:conditions>
</sh:task>
<sh:task id="{9BA8A9A5-F1C1-4F09-AE9A-EFEAA5961BE3}"><sh:name>@shell32.dll,-24168</sh:name>
<sh:keywords>@shell32.dll,-25094</sh:keywords>
<sh:keywords>@shell32.dll,-25102</sh:keywords>
<sh:keywords>@shell32.dll,-25103</sh:keywords>
<sh:keywords>@shell32.dll,-25127</sh:keywords>
<sh:keywords>@shell32.dll,-25124</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,2</sh:command>
</sh:task>
<sh:task id="{21A5437E-D266-4F56-A146-06744A8BC071}"><sh:name>@shell32.dll,-24169</sh:name>
<sh:keywords>@shell32.dll,-25216</sh:keywords>
<sh:keywords>@shell32.dll,-25215</sh:keywords>
<sh:keywords>@shell32.dll,-25127</sh:keywords>
<sh:keywords>@shell32.dll,-25337</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,0</sh:command>
<sh:conditions><sh:condition name="shcond://v1#RegValExists"><sh:parameter name="Regkey" value="HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\IEXPLORE.EXE\InstallInfo"/><sh:parameter name="Regval" value="ShowIconsCommand"/></sh:condition>
</sh:conditions>
</sh:task>
<sh:task id="{4228F99D-227F-4058-9EA3-BB2B616D7444}"><sh:name>@shell32.dll,-24170</sh:name>
<sh:keywords>@shell32.dll,-25094</sh:keywords>
<sh:keywords>@shell32.dll,-25102</sh:keywords>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25127</sh:keywords>
<sh:keywords>@shell32.dll,-25124</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,1</sh:command>
</sh:task>
<sh:task id="{84C9670E-825D-4128-B173-2963886C5A3E}"><sh:name>@shell32.dll,-24171</sh:name>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25103</sh:keywords>
<sh:keywords>@shell32.dll,-25127</sh:keywords>
<sh:keywords>@shell32.dll,-25081</sh:keywords>
<sh:keywords>@shell32.dll,-25070</sh:keywords>
<sh:keywords>@shell32.dll,-25126</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,0</sh:command>
</sh:task>
<sh:task id="{A73DCDB5-E233-4FC2-8083-6E431939002A}"><sh:name>@shell32.dll,-24173</sh:name>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25116</sh:keywords>
<sh:keywords>@shell32.dll,-25336</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,0</sh:command>
<sh:conditions><sh:condition name="shcond://v1#RegValExists"><sh:parameter name="Regkey" value="HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\IEXPLORE.EXE\InstallInfo"/><sh:parameter name="Regval" value="ShowIconsCommand"/></sh:condition>
</sh:conditions>
</sh:task>
<sh:task id="{BABB24A6-0242-4AE5-BD83-C5816526F63D}"><sh:name>@shell32.dll,-24174</sh:name>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25133</sh:keywords>
<sh:keywords>@shell32.dll,-25127</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,0</sh:command>
<sh:conditions><sh:condition name="shcond://v1#RegValExists"><sh:parameter name="Regkey" value="HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\IEXPLORE.EXE\InstallInfo"/><sh:parameter name="Regval" value="ShowIconsCommand"/></sh:condition>
</sh:conditions>
</sh:task>
<sh:task id="{B7622F10-9A47-4BF2-B6EF-2C20B4510254}"><sh:name>@shell32.dll,-24175</sh:name>
<sh:keywords>@shell32.dll,-25137</sh:keywords>
<sh:keywords>@shell32.dll,-25070</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,4</sh:command>
</sh:task>
<sh:task id="{60AC7FA0-A928-4D45-B4DD-AC70A6175E67}"><sh:name>@shell32.dll,-24176</sh:name>
<sh:keywords>@shell32.dll,-25078</sh:keywords>
<sh:keywords>@shell32.dll,-25127</sh:keywords>
<sh:keywords>@shell32.dll,-25138</sh:keywords>
<sh:keywords>@shell32.dll,-25140</sh:keywords>
<sh:command>%windir%\system32\xwizard.exe RunWizard {7071ECA0-663B-4bc1-A1FA-B97F3B917C55}</sh:command>
<sh:conditions><sh:condition name="shcond://v1#IsConnectedToInternet" invert="true"/></sh:conditions>
</sh:task>
<sh:task id="{6CBA2898-2EFE-4604-9933-F1F64DAE2A32}"><sh:name>@shell32.dll,-24177</sh:name>
<sh:keywords>@shell32.dll,-25216</sh:keywords>
<sh:keywords>@shell
<?xml version="1.0" encoding="UTF-8"?>
<applications xmlns="http://schemas.microsoft.com/windows/cpltasks/v1" xmlns:sh="http://schemas.microsoft.com/windows/tasks/v1" xmlns:sh2="http://schemas.microsoft.com/windows/tasks/v2"><application id="{D555645E-D4F8-4C29-A827-D93C859C4F2A}"><sh:task id="{EE439E7E-CE1E-4ABE-9EA8-50F12ED01FE0}"><sh:name>@shell32.dll,-24067</sh:name>
<sh:keywords>@shell32.dll,-25214</sh:keywords>
<sh:keywords>@shell32.dll,-25073</sh:keywords>
<sh:keywords>@shell32.dll,-25075</sh:keywords>
<sh:keywords>@shell32.dll,-25144</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter" page="pageQuestionsCognitive"/></sh:task>
<sh:task id="{C3915CF9-A3D9-4EFD-B209-62C05793EE0F}"><sh:name>@shell32.dll,-24068</sh:name>
<sh:keywords>@shell32.dll,-25214</sh:keywords>
<sh:keywords>@shell32.dll,-25068</sh:keywords>
<sh:keywords>@shell32.dll,-25075</sh:keywords>
<sh:keywords>@shell32.dll,-25087</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter" page="pageEasierToSee"/></sh:task>
<sh:task id="{7B086E4E-366C-454A-85CC-B8B533482B10}"><sh:name>@shell32.dll,-24069</sh:name>
<sh:keywords>@shell32.dll,-25076</sh:keywords>
<sh:keywords>@shell32.dll,-25276</sh:keywords>
<sh:keywords>@shell32.dll,-25087</sh:keywords>
<sh:keywords>@shell32.dll,-25112</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter" page="pageKeyboardEasierToUse"/></sh:task>
<sh:task id="{EE3E6FA5-C412-4A11-9370-1ED4D42E62B2}"><sh:name>@shell32.dll,-24070</sh:name>
<sh:keywords>@shell32.dll,-25276</sh:keywords>
<sh:keywords>@shell32.dll,-25107</sh:keywords>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25108</sh:keywords>
<sh:keywords>@shell32.dll,-25087</sh:keywords>
<sh:keywords>@shell32.dll,-25118</sh:keywords>
<sh:keywords>@shell32.dll,-25106</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter" page="pageEasierToClick"/></sh:task>
<sh:task id="{B57D7134-6BAB-47B2-A506-E885E104EC99}"><sh:name>@shell32.dll,-24071</sh:name>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25267</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter" page="pageNoVisual"/></sh:task>
<sh:task id="{DB5EC38C-915C-4897-AE67-D9858FE7D2FD}"><sh:name>@shell32.dll,-24072</sh:name>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25268</sh:keywords>
<sh:keywords>@shell32.dll,-25267</sh:keywords>
<sh:command>%windir%\system32\narrator.exe</sh:command>
</sh:task>
<sh:task id="{EF462183-352B-4DCF-811C-07FA7CFCD5AC}"><sh:name>@shell32.dll,-24073</sh:name>
<sh:keywords>@shell32.dll,-25097</sh:keywords>
<sh:keywords>@shell32.dll,-25112</sh:keywords>
<sh:keywords>@shell32.dll,-25106</sh:keywords>
<sh:keywords>@shell32.dll,-25165</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter" page="pageNoMouseOrKeyboard"/></sh:task>
<sh:task id="{B3C577FA-7C51-4259-A1C4-088BD0B0932E}"><sh:name>@shell32.dll,-24074</sh:name>
<sh:keywords>@shell32.dll,-25072</sh:keywords>
<sh:keywords>@shell32.dll,-25074</sh:keywords>
<sh:keywords>@shell32.dll,-25272</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter" page="pageFilterKeysSettings"/></sh:task>
<sh:task id="{D048311B-5C71-40E0-9EC4-FA5DCBB49EE0}"><sh:name>@shell32.dll,-24075</sh:name>
<sh:keywords>@shell32.dll,-25086</sh:keywords>
<sh:keywords>@shell32.dll,-25267</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter"/></sh:task>
<sh:task id="{1A0593CC-3C1C-4CB7-BBB0-00E54E706D3C}"><sh:name>@shell32.dll,-24076</sh:name>
<sh:keywords>@shell32.dll,-25269</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter" page="pageFilterKeysSettings"/></sh:task>
<sh:task id="{F120B10E-C882-4613-955F-B4DF13C6E803}"><sh:name>@shell32.dll,-24077</sh:name>
<sh:keywords>@shell32.dll,-25276</sh:keywords>
<sh:keywords>@shell32.dll,-25097</sh:keywords>
<sh:keywords>@shell32.dll,-25087</sh:keywords>
<sh:keywords>@shell32.dll,-25301</sh:keywords>
<sh:keywords>@shell32.dll,-25140</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter" page="pageQuestionsEyesight"/></sh:task>
<sh:task id="{3D8638E3-EC96-4CE8-8279-36B0065B5F2C}"><sh:name>@shell32.dll,-24078</sh:name>
<sh:keywords>@shell32.dll,-25068</sh:keywords>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25092</sh:keywords>
<sh:keywords>@shell32.dll,-25069</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter" page="pageEasierToSee"/></sh:task>
<sh:task id="{7238DF62-4FD5-410A-9ED2-55B1DBB3442D}"><sh:name>@shell32.dll,-24079</sh:name>
<sh:keywords>@shell32.dll,-25113</sh:keywords>
<sh:keywords>@shell32.dll,-25106</sh:keywords>
<sh:keywords>@shell32.dll,-25270</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter" page="pageKeyboardEasierToUse"/></sh:task>
<sh:task id="{AD312C84-CB4F-4C49-9D5D-E84123D33DE4}"><sh:name>@shell32.dll,-24080</sh:name>
<sh:keywords>@shell32.dll,-25068</sh:keywords>
<sh:keywords>@shell32.dll,-25073</sh:keywords>
<sh:keywords>@shell32.dll,-25194</sh:keywords>
<sh:keywords>@shell32.dll,-25071</sh:keywords>
<sh:keywords>@shell32.dll,-25075</sh:keywords>
<sh:keywords>@shell32.dll,-25087</sh:keywords>
<sh:keywords>@shell32.dll,-25070</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter" page="pageNoVisual"/></sh:task>
<sh:task id="{54692DB7-FC98-4D5E-AC15-CC5095FA5669}"><sh:name>@shell32.dll,-24081</sh:name>
<sh:keywords>@shell32.dll,-25076</sh:keywords>
<sh:keywords>@shell32.dll,-25117</sh:keywords>
<sh:keywords>@shell32.dll,-25068</sh:keywords>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25194</sh:keywords>
<sh:keywords>@shell32.dll,-25087</sh:keywords>
<sh:keywords>@shell32.dll,-25070</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter" page="pageEasierToSee"/></sh:task>
<sh:task id="{E5A79670-70E6-43F8-9143-E0D334599E6C}"><sh:name>@shell32.dll,-24082</sh:name>
<sh:keywords>@shell32.dll,-25112</sh:keywords>
<sh:keywords>@shell32.dll,-25271</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter" page="pageKeyboardEasierToUse"/></sh:task>
<sh:task id="{C3F521C1-249F-48FD-9D9D-731EA4568776}"><sh:name>@shell32.dll,-24083</sh:name>
<sh:keywords>@shell32.dll,-25073</sh:keywords>
<sh:keywords>@shell32.dll,-25072</sh:keywords>
<sh:keywords>@shell32.dll,-25075</sh:keywords>
<sh:keywords>@shell32.dll,-25156</sh:keywords>
<sh:keywords>@shell32.dll,-25074</sh:keywords>
<sh:keywords>@shell32.dll,-25272</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter" page="pageEasierWithSounds"/></sh:task>
<sh:task id="{3A0EF024-0434-4E4D-8548-6940D00EF72A}"><sh:name>@shell32.dll,-24084</sh:name>
<sh:keywords>@shell32.dll,-25274</sh:keywords>
<sh:keywords>@shell32.dll,-25078</sh:keywords>
<sh:keywords>@shell32.dll,-25198</sh:keywords>
<sh:keywords>@shell32.dll,-25081</sh:keywords>
<sh:keywords>@shell32.dll,-25069</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,2</sh:command>
</sh:task>
<sh:task id="{9C945AFD-77F9-4BDA-94B8-58D2A9DCDB2E}"><sh:name>@shell32.dll,-24085</sh:name>
<sh:keywords>@shell32.dll,-25078</sh:keywords>
<sh:keywords>@shell32.dll,-25092</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter"/></sh:task>
<sh:task id="{E2990AA8-20F1-435D-9D78-679171138FD5}"><sh:name>@shell32.dll,-24086</sh:name>
<sh:keywords>@shell32.dll,-25115</sh:keywords>
<sh:keywords>@shell32.dll,-25181</sh:keywords>
<sh:keywords>@shell32.dll,-25081</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter" page="pageEasierToSee"/></sh:task>
<sh:task id="{0374B07C-9111-4B30-BE13-BFC947F27ADA}"><sh:name>@shell32.dll,-24087</sh:name>
<sh:keywords>@shell32.dll,-25273</sh:keywords>
<sh:keywords>@shell32.dll,-25081</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter" page="pageEasierToSee"/></sh:task>
<sh:task id="{08E0BCF8-0E51-4C9F-9425-F7A2B8AF88D5}"><sh:name>@shell32.dll,-24088</sh:name>
<sh:keywords>@shell32.dll,-25078</sh:keywords>
<sh:keywords>@shell32.dll,-25112</sh:keywords>
<sh:keywords>@shell32.dll,-25275</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter"/></sh:task>
<sh:task id="{73C9C58C-2E01-4F68-B1B9-7A4DD2EF71F7}"><sh:name>@shell32.dll,-24089</sh:name>
<sh:keywords>@shell32.dll,-25112</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter" page="pageKeyboardEasierToUse"/></sh:task>
<sh:task id="{B0B4886C-4B31-4824-ADCD-0DAF5C8BAFF6}"><sh:name>@shell32.dll,-24090</sh:name>
<sh:keywords>@shell32.dll,-25294</sh:keywords>
<sh:keywords>@shell32.dll,-25179</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter" page="pageEasierToSee"/></sh:task>
<sh:task id="{7ABBE8E6-757F-419A-B2E0-07D5694F8E0F}"><sh:name>@shell32.dll,-24091</sh:name>
<sh:keywords>@shell32.dll,-25276</sh:keywords>
<sh:keywords>@shell32.dll,-25070</sh:keywords>
<sh:keywords>@shell32.dll,-25171</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter"/></sh:task>
<sh:task id="{CE4F7091-EEC0-400E-A019-38503D525293}"><sh:name>@shell32.dll,-25685</sh:name>
<sh:keywords>@shell32.dll,-25106</sh:keywords>
<sh:keywords>@shell32.dll,-25392</sh:keywords>
<sh:keywords>@shell32.dll,-25437</sh:keywords>
<sh:keywords>@shell32.dll,-25484</sh:keywords>
<sh2:controlpanel name="Microsoft.EaseOfAccessCenter" page="pageEasierToClick"/></sh:task>
<category id="1"><sh:task idref="{C3915CF9-A3D9-4EFD-B209-62C05793EE0F}"/><sh:task idref="{B57D7134-6BAB-47B2-A506-E885E104EC99}"/><sh:task idref="{73C9C58C-2E01-4F68-B1B9-7A4DD2EF71F7}"/><sh:task idref="{3A0EF024-0434-4E4D-8548-6940D00EF72A}"/></category>
<category id="7"><sh:task idref="{F120B10E-C882-4613-955F-B4DF13C6E803}"><sh:name>@shell32.dll,-24092</sh:name>
</sh:task>
<sh:task idref="{54692DB7-FC98-4D5E-AC15-CC5095FA5669}"/><sh:task idref="{C3F521C1-249F-48FD-9D9D-731EA4568776}"/><sh:task idref="{EE3E6FA5-C412-4A11-9370-1ED4D42E62B2}"/><sh:task idref="{7B086E4E-366C-454A-85CC-B8B533482B10}"/><sh:task idref="{AD312C84-CB4F-4C49-9D5D-E84123D33DE4}"/><sh:task idref="{7ABBE8E6-757F-419A-B2E0-07D5694F8E0F}"/></category>
</application>
<application id="{D20EA4E1-3957-11D2-A40B-0C5020524153}"><sh:task id="{EE423D17-7ED8-4B33-9555-C23DEEAFB4B6}" needsElevation="true"><sh:name>@shell32.dll,-24093</sh:name>
<sh:keywords>@shell32.dll,-25202</sh:keywords>
<sh:keywords>@shell32.dll,-25253</sh:keywords>
<sh:keywords>@shell32.dll,-25201</sh:keywords>
<sh:keywords>@shell32.dll,-25078</sh:keywords>
<sh:keywords>@shell32.dll,-25390</sh:keywords>
<sh:keywords>@shell32.dll,-25170</sh:keywords>
<sh:keywords>@shell32.dll,-25188</sh:keywords>
<sh:keywords>@shell32.dll,-25142</sh:keywords>
<sh:keywords>@shell32.dll,-25171</sh:keywords>
<sh:keywords>@shell32.dll,-25392</sh:keywords>
<sh:command>%windir%\system32\mmc.exe %windir%\system32\diskmgmt.msc</sh:command>
<sh:conditions><sh:condition name="shcond://v1#IsUserAdmin"/></sh:conditions>
</sh:task>
<sh:task id="{7D13A5DB-6081-48BD-8EA3-A9D7FE67A335}"><sh:name>@shell32.dll,-24094</sh:name>
<sh:keywords>@shell32.dll,-25202</sh:keywords>
<sh:keywords>@shell32.dll,-25204</sh:keywords>
<sh:keywords>@shell32.dll,-25201</sh:keywords>
<sh:keywords>@shell32.dll,-25188</sh:keywords>
<sh:keywords>@shell32.dll,-25203</sh:keywords>
<sh:keywords>@shell32.dll,-25171</sh:keywords>
<sh:command>%windir%\system32\dfrgui.exe</sh:command>
</sh:task>
<sh:task id="{9430DB91-B966-4971-A955-E3DBA1F889E7}" needsElevation="true"><sh:name>@shell32.dll,-24095</sh:name>
<sh:keywords>@shell32.dll,-25329</sh:keywords>
<sh:keywords>@shell32.dll,-25159</sh:keywords>
<sh:command>%windir%\system32\mdsched.exe</sh:command>
<sh:conditions><sh:condition name="shcond://v1#RegKeyExists"><sh:parameter name="Regkey" value="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Reliability\MemoryDiagnostic"/></sh:condition>
</sh:conditions>
</sh:task>
<sh:task id="{C5AE651D-D027-4D11-8125-595B9933C78B}" needsElevation="true"><sh:name>@shell32.dll,-24096</sh:name>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25284</sh:keywords>
<sh:keywords>@shell32.dll,-25398</sh:keywords>
<sh:command>%windir%\system32\mmc.exe %windir%\system32\gpedit.msc</sh:command>
<sh:conditions><sh:condition name="shcond://v1#SkuEquals" invert="true"><sh:parameter name="Sku" value="anyhome"/></sh:condition>
</sh:conditions>
</sh:task>
<sh:task id="{AACA901F-E74F-4894-B074-F55059532853}"><sh:name>@shell32.dll,-24323</sh:name>
<sh:keywords>@shell32.dll,-25202</sh:keywords>
<sh:keywords>@shell32.dll,-25143</sh:keywords>
<sh:keywords>@shell32.dll,-25188</sh:keywords>
<sh:keywords>@shell32.dll,-25081</sh:keywords>
<sh:keywords>@shell32.dll,-25126</sh:keywords>
<sh:command>%windir%\system32\cleanmgr.exe</sh:command>
<sh:conditions><sh:condition name="shcond://v1#IsServer" invert="true"/></sh:conditions>
</sh:task>
<sh:task id="{08D48377-1C06-416D-B382-61E8D5F6CD18}" needsElevation="true"><sh:name>@shell32.dll,-24097</sh:name>
<sh:keywords>@shell32.dll,-25097</sh:keywords>
<sh:keywords>@shell32.dll,-25197</sh:keywords>
<sh:keywords>@shell32.dll,-25316</sh:keywords>
<sh:keywords>@shell32.dll,-25329</sh:keywords>
<sh:command>%windir%\system32\perfmon.exe /report</sh:command>
<sh:conditions><sh:condition name="shcond://v1#IsServer"/></sh:conditions>
</sh:task>
<sh:task id="{C16A18A2-DC4F-4B7D-92F1-14C430AD17DC}" needsElevation="true"><sh:name>@shell32.dll,-24099</sh:name>
<sh:keywords>@shell32.dll,-25254</sh:keywords>
<sh:keywords>@shell32.dll,-25255</sh:keywords>
<sh:command>%windir%\system32\mmc.exe %windir%\system32\taskschd.msc</sh:command>
</sh:task>
<sh:task id="{68F4F33C-658C-4278-94C1-22B8E653F3E8}" needsElevation="true"><sh:name>@shell32.dll,-24100</sh:name>
<sh:keywords>@shell32.dll,-25190</sh:keywords>
<sh:keywords>@shell32.dll,-25078</sh:keywords>
<sh:command>%windir%\system32\odbcad32.exe</sh:command>
<sh:conditions><sh:condition name="shcond://v1#RegValEquals"><sh:parameter name="Regkey" value="HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment"/><sh:parameter name="Regval" value="PROCESSOR_ARCHITECTURE"/><sh:parameter name="RegvalExpected" value="x86"/></sh:condition>
</sh:conditions>
</sh:task>
<sh:task id="{420C524A-2A76-43F7-B1B2-C3CF736557C7}" needsElevation="true"><sh:name>@shell32.dll,-24747</sh:name>
<sh:keywords>@shell32.dll,-25190</sh:keywords>
<sh:keywords>@shell32.dll,-25078</sh:keywords>
<sh:command>%windir%\syswow64\odbcad32.exe</sh:command>
<sh:conditions><sh:condition name="shcond://v1#RegValEquals"><sh:parameter name="Regkey" value="HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment"/><sh:parameter name="Regval" value="PROCESSOR_ARCHITECTURE"/><sh:parameter name="RegvalExpected" value="AMD64"/></sh:condition>
</sh:conditions>
</sh:task>
<sh:task id="{4BCD16D0-BA72-4F0D-88F9-50D912BFA2B2}" needsElevation="true"><sh:name>@shell32.dll,-24748</sh:name>
<sh:keywords>@shell32.dll,-25190</sh:keywords>
<sh:keywords>@shell32.dll,-25078</sh:keywords>
<sh:command>%windir%\system32\odbcad32.exe</sh:command>
<sh:conditions><sh:condition name="shcond://v1#RegValEquals"><sh:parameter name="Regkey" value="HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment"/><sh:parameter name="Regval" value="PROCESSOR_ARCHITECTURE"/><sh:parameter name="RegvalExpected" value="AMD64"/></sh:condition>
</sh:conditions>
</sh:task>
<sh:task id="{D5BAC999-E706-4311-9DB0-86E117B1FD25}" needsElevation="true"><sh:name>@shell32.dll,-24100</sh:name>
<sh:keywords>@shell32.dll,-25190</sh:keywords>
<sh:keywords>@shell32.dll,-25078</sh:keywords>
<sh:command>%windir%\system32\odbcad32.exe</sh:command>
<sh:conditions><sh:condition name="shcond://v1#RegValEquals"><sh:parameter name="Regkey" value="HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment"/><sh:parameter name="Regval" value="PROCESSOR_ARCHITECTURE"/><sh:parameter name="RegvalExpected" value="ARM"/></sh:condition>
</sh:conditions>
</sh:task>
<sh:task id="{944A41B9-C0FD-41AE-A6DF-5AC4FE5A59B4}" needsElevation="true"><sh:name>@shell32.dll,-24101</sh:name>
<sh:keywords>@shell32.dll,-25078</sh:keywords>
<sh:keywords>@shell32.dll,-25173</sh:keywords>
<sh:keywords>@shell32.dll,-25399</sh:keywords>
<sh:keywords>@shell32.dll,-25400</sh:keywords>
<sh:command>%windir%\system32\iscsicpl.exe</sh:command>
</sh:task>
<sh:task id="{45FDB5DF-1457-4A41-A824-7AD9C75767BC}" needsElevation="true"><sh:name>@shell32.dll,-24102</sh:name>
<sh:keywords>@shell32.dll,-25257</sh:keywords>
<sh:keywords>@shell32.dll,-25171</sh:keywords>
<sh:command>%windir%\system32\mmc.exe %windir%\system32\eventvwr.msc</sh:command>
<sh:conditions><sh:condition name="shcond://v1#IsServer" invert="true"/></sh:conditions>
</sh:task>
<sh:task id="{6CA1F1CE-1FED-4D96-A82E-08CEDB139AA3}" needsElevation="true"><sh:name>@shell32.dll,-24102</sh:name>
<sh:keywords>@shell32.dll,-25257</sh:keywords>
<sh:keywords>@shell32.dll,-25171</sh:keywords>
<sh:command>%windir%\system32\mmc.exe %windir%\system32\eventvwr.msc</sh:command>
<sh:conditions><sh:condition name="shcond://v1#IsServer"/></sh:conditions>
</sh:task>
<sh:task id="{6775CCA4-CC42-44F7-800C-4E94FF1EA8C0}" needsElevation="true"><sh:name>@shell32.dll,-24104</sh:name>
<sh:keywords>@shell32.dll,-25309</sh:keywords>
<sh:keywords>@shell32.dll,-25286</sh:keywords>
<sh:keywords>@shell32.dll,-25078</sh:keywords>
<sh:command>%windir%\system32\mmc.exe %windir%\system32\services.msc</sh:command>
</sh:task>
<sh:task id="{693E4EF5-9060-469B-AB2E-948B6B68A883}" needsElevation="true"><sh:name>@shell32.dll,-24433</sh:name>
<sh:keywords>@shell32.dll,-25517</sh:keywords>
<sh:command>%windir%\system32\mmc.exe %windir%\system32\certlm.msc</sh:command>
</sh:task>
<category id="5"><sh:task idref="{AACA901F-E74F-4894-B074-F55059532853}"><sh:name>@shell32.dll,-24105</sh:name>
</sh:task>
<sh:task idref="{7D13A5DB-6081-48BD-8EA3-A9D7FE67A335}"/><sh:task idref="{EE423D17-7ED8-4B33-9555-C23DEEAFB4B6}"/><sh:task idref="{45FDB5DF-1457-4A41-A824-7AD9C75767BC}"/><sh:task idref="{6CA1F1CE-1FED-4D96-A82E-08CEDB139AA3}"/><sh:task idref="{C16A18A2-DC4F-4B7D-92F1-14C430AD17DC}"/><sh:task idref="{08D48377-1C06-416D-B382-61E8D5F6CD18}"/></category>
</application>
<application id="{7B81BE6A-CE2B-4676-A29E-EB907A5126C5}"><sh:task id="{040873CB-404A-49FE-A254-A9BB9CEFAEA5}"><sh:name>@shell32.dll,-24722</sh:name>
<sh:keywords>@shell32.dll,-25077</sh:keywords>
<sh:keywords>@shell32.dll,-25079</sh:keywords>
<sh:keywords>@shell32.dll,-25081</sh:keywords>
<sh:keywords>@shell32.dll,-25381</sh:keywords>
<sh2:controlpanel name="Microsoft.ProgramsAndFeatures"/></sh:task>
<sh:task id="{A3C2D653-DD00-40F1-8E53-796F9BA1EE01}"><sh:name>@shell32.dll,-24106</sh:name>
<sh:keywords>@shell32.dll,-25334</sh:keywords>
<sh2:controlpanel name="Microsoft.ProgramsAndFeatures"/></sh:task>
<sh:task id="{A7160DE5-E591-4D98-9BB0-0CAC99D5F2D5}"><sh:name>@shell32.dll,-24114</sh:name>
<sh:keywords>@shell32.dll,-25340</sh:keywords>
<sh:keywords>@shell32.dll,-25134</sh:keywords>
<sh:keywords>@shell32.dll,-25485</sh:keywords>
<sh2:controlpanel name="Microsoft.ProgramsAndFeatures" page="::{D450A8A1-9568-45C7-9C0E-B4F9FB4537BD}"/></sh:task>
<sh:task id="{91BA8E01-F854-4418-A108-E63323DDAE60}" needsElevation="true"><sh:name>@shell32.dll,-24111</sh:name>
<sh:keywords>@shell32.dll,-25078</sh:keywords>
<sh:keywords>@shell32.dll,-25093</sh:keywords>
<sh:command>%windir%\system32\OptionalFeatures.exe</sh:command>
<sh:conditions><sh:condition name="shcond://v1#IsServer" invert="true"/></sh:conditions>
</sh:task>
<sh:task id="{7F8B6C83-2A89-47A0-B334-AA58D042CDEC}" needsElevation="true"><sh:name>@shell32.dll,-24111</sh:name>
<sh:keywords>@shell32.dll,-25078</sh:keywords>
<sh:keywords>@shell32.dll,-25093</sh:keywords>
<sh:command>%windir%\system32\ServerManager.exe -arw</sh:command>
<sh:conditions><sh:condition name="shcond://v1#IsServer"/></sh:conditions>
</sh:task>
<sh:task id="{8766D9F4-521B-4B59-9F56-5ADF4F206C0E}"><sh:name>@shell32.dll,-24110</sh:name>
<sh:keywords>@shell32.dll,-25097</sh:keywords>
<sh:keywords>@shell32.dll,-25077</sh:keywords>
<sh:keywords>@shell32.dll,-25099</sh:keywords>
<sh2:controlpanel name="Microsoft.ProgramsAndFeatures"/></sh:task>
<sh:task id="{0747A7B5-1806-45A4-9C3B-9CA4B0349754}"><sh:name>@shell32.dll,-24108</sh:name>
<sh:keywords>@shell32.dll,-25205</sh:keywords>
<sh:keywords>@shell32.dll,-25078</sh:keywords>
<sh:keywords>@shell32.dll,-25077</sh:keywords>
<sh:keywords>@shell32.dll,-25079</sh:keywords>
<sh:command>mshelp://windows/?id=fe7ea80e-52a2-48d6-947a-05e02e78bc37</sh:command>
</sh:task>
<sh:task id="{E07F215A-6022-40E0-A109-17078992E5F9}"><sh:name>@shell32.dll,-24109</sh:name>
<sh:keywords>@shell32.dll,-25334</sh:keywords>
<sh:keywords>@shell32.dll,-25207</sh:keywords>
<sh:keywords>@shell32.dll,-25077</sh:keywords>
<sh:command>shell:::{26EE0668-A00A-44D7-9371-BEB064C98683}\8\::{15EAE92E-F17A-4431-9F28-805E482dAFD4}</sh:command>
<sh:conditions><sh:condition name="shcond://v1#IsMachineOnDomain"/></sh:conditions>
</sh:task>
<sh:task id="{98CCA0B9-CF6C-4FFD-98E1-87BFEDDD4D21}"><sh:name>@shell32.dll,-24107</sh:name>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25077</sh:keywords>
<sh:keywords>@shell32.dll,-25079</sh:keywords>
<sh:keywords>@shell32.dll,-25081</sh:keywords>
<sh:keywords>@shell32.dll,-25381</sh:keywords>
<sh2:controlpanel name="Microsoft.ProgramsAndFeatures"/></sh:task>
<sh:task id="{06628900-13DD-4fc3-A18B-0E9CE7B663ED}"><sh:name>@shell32.dll,-24742</sh:name>
<sh:keywords>@shell32.dll,-25077</sh:keywords>
<sh:keywords>@shell32.dll,-25210</sh:keywords>
<sh:keywords>@shell32.dll,-25342</sh:keywords>
<sh:keywords>@shell32.dll,-25506</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe shell32.dll,Control_RunDLL ntvdmcpl.dll</sh:command>
<sh:conditions><sh:condition name="shcond://v1#RegValExists"><sh:parameter name="Regkey" value="HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\WOW"/><sh:parameter name="Regval" value="KnownDLLs"/></sh:condition>
</sh:conditions>
</sh:task>
<sh:task id="{29B87534-19A8-4A39-AA81-2148E7DE5894}"><sh:name>@shell32.dll,-24121</sh:name>
<sh:keywords>@shell32.dll,-25210</sh:keywords>
<sh:keywords>@shell32.dll,-25342</sh:keywords>
<sh:keywords>@shell32.dll,-25385</sh:keywords>
<sh:keywords>@shell32.dll,-25340</sh:keywords>
<sh:keywords>@shell32.dll,-25079</sh:keywords>
<sh:keywords>@shell32.dll,-25077</sh:keywords>
<sh:command>%windir%\system32\msdt.exe -id PCWDiagnostic -ep ControlPanelSearch</sh:command>
<sh:conditions><sh:condition name="shcond://v1#RegValEquals" invert="true"><sh:parameter name="Regkey" value="HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AppID\{513D916F-2A8E-4F51-AEAB-0CBC76FB1AF8}"/><sh:parameter name="Regval" value="BuildArch"/><sh:parameter name="RegvalExpected" value="ARM"/></sh:condition>
</sh:conditions>
</sh:task>
<category id="8"><sh:task idref="{040873CB-404A-49FE-A254-A9BB9CEFAEA5}"/><sh:task idref="{91BA8E01-F854-4418-A108-E63323DDAE60}"/><sh:task idref="{7F8B6C83-2A89-47A0-B334-AA58D042CDEC}"/><sh:task idref="{A7160DE5-E591-4D98-9BB0-0CAC99D5F2D5}"/><sh:task idref="{29B87534-19A8-4A39-AA81-2148E7DE5894}"/><sh:task idref="{0747A7B5-1806-45A4-9C3B-9CA4B0349754}"/></category>
</application>
<application id="{17CD9488-1228-4B2F-88CE-4298E93E0966}"><sh:task id="{78746308-57E7-4628-BD0F-860CE07C691E}"><sh:name>@shell32.dll,-24118</sh:name>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25331</sh:keywords>
<sh:keywords>@shell32.dll,-25077</sh:keywords>
<sh2:controlpanel name="Microsoft.DefaultPrograms" page="pageFileAssoc"/></sh:task>
<sh:task id="{A8E9221B-E02C-4816-8735-B872126611DB}"><sh:name>@shell32.dll,-24120</sh:name>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25116</sh:keywords>
<sh:keywords>@shell32.dll,-25331</sh:keywords>
<sh:keywords>@shell32.dll,-25077</sh:keywords>
<sh:keywords>@shell32.dll,-25369</sh:keywords>
<sh2:controlpanel name="Microsoft.DefaultPrograms" page="pageDefaultProgram"/></sh:task>
<category id="8"><sh:task idref="{3A8452A5-BD28-4A7D-AC38-A2E0BA64852D}"/><sh:task idref="{4F9B0706-0A8F-45B0-BFA6-C66CD45246D7}"/><sh:task idref="{78746308-57E7-4628-BD0F-860CE07C691E}"/><sh:task idref="{A8E9221B-E02C-4816-8735-B872126611DB}"/></category>
</application>
<application id="{A8A91A66-3A7D-4424-8D24-04E180695C7A}"><sh:task id="{DAF32862-EF3D-4D61-AB92-47AEB51DDC80}"><sh:name>@shell32.dll,-24124</sh:name>
<sh:keywords>@shell32.dll,-25078</sh:keywords>
<sh:keywords>@shell32.dll,-25138</sh:keywords>
<sh:keywords>@shell32.dll,-25139</sh:keywords>
<sh:keywords>@shell32.dll,-25145</sh:keywords>
<sh:keywords>@shell32.dll,-25162</sh:keywords>
<sh:keywords>@shell32.dll,-25173</sh:keywords>
<sh:keywords>@shell32.dll,-25176</sh:keywords>
<sh:keywords>@shell32.dll,-25205</sh:keywords>
<sh:keywords>@shell32.dll,-25251</sh:keywords>
<sh:keywords>@shell32.dll,-25252</sh:keywords>
<sh:keywords>@shell32.dll,-25308</sh:keywords>
<sh:keywords>@shell32.dll,-25319</sh:keywords>
<sh:keywords>@shell32.dll,-25338</sh:keywords>
<sh:keywords>@shell32.dll,-25375</sh:keywords>
<sh:keywords>@shell32.dll,-25383</sh:keywords>
<sh:keywords>@shell32.dll,-25400</sh:keywords>
<sh:keywords>@shell32.dll,-25401</sh:keywords>
<sh2:controlpanel name="Microsoft.DevicesAndPrinters"/></sh:task>
<sh:task id="{D3D71B01-F746-499E-A426-FF63FAC98C19}"><sh:name>@shell32.dll,-24125</sh:name>
<sh:keywords>@shell32.dll,-25173</sh:keywords>
<sh:keywords>@shell32.dll,-25106</sh:keywords>
<sh:keywords>@shell32.dll,-25112</sh:keywords>
<sh:keywords>@shell32.dll,-25145</sh:keywords>
<sh:keywords>@shell32.dll,-25205</sh:keywords>
<sh:keywords>@shell32.dll,-25207</sh:keywords>
<sh:keywords>@shell32.dll,-25998</sh:keywords>
<sh:keywords>@shell32.dll,-25999</sh:keywords>
<sh:keywords>@shell32.dll,-26000</sh:keywords>
<sh:keywords>@shell32.dll,-26001</sh:keywords>
<sh:keywords>@shell32.dll,-26002</sh:keywords>
<sh:command>%windir%\system32\DevicePairingWizard.exe</sh:command>
</sh:task>
<sh:task id="{11E71674-7556-4E27-8D59-03B2FA846204}"><sh:name>@shell32.dll,-24126</sh:name>
<sh:keywords>@shell32.dll,-25145</sh:keywords>
<sh:keywords>@shell32.dll,-25205</sh:keywords>
<sh:keywords>@shell32.dll,-25207</sh:keywords>
<sh:keywords>@shell32.dll,-25264</sh:keywords>
<sh:keywords>@shell32.dll,-25386</sh:keywords>
<sh:keywords>@shell32.dll,-26001</sh:keywords>
<sh:keywords>@shell32.dll,-26002</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe printui.dll,PrintUIEntry /il</sh:command>
</sh:task>
<sh:task id="{0D2EC3D1-4305-4153-92D1-7E56311B2C00}"><sh:name>@shell32.dll,-24123</sh:name>
<sh:keywords>@shell32.dll,-25375</sh:keywords>
<sh:keywords>@shell32.dll,-25173</sh:keywords>
<sh:keywords>@shell32.dll,-25139</sh:keywords>
<sh:keywords>@shell32.dll,-26002</sh:keywords>
<sh:keywords>@shell32.dll,-25207</sh:keywords>
<sh:command>%windir%\system32\DevicePairingWizard.exe /bluetooth</sh:command>
<sh:conditions><sh:condition name="shcond://v1#RegValEquals"><sh:parameter name="Regkey" value="HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\bthserv\Parameters\BluetoothControlPanelTasks"/><sh:parameter name="Regval" value="State"/><sh:parameter name="RegvalExpected" value="1"/></sh:condition>
</sh:conditions>
</sh:task>
<sh:task id="{C5361E07-6AA3-4453-81BC-93E8F85EABED}" needsElevation="true"><sh:name>@shell32.dll,-24225</sh:name>
<sh:keywords>@shell32.dll,-25308</sh:keywords>
<sh:keywords>@shell32.dll,-25173</sh:keywords>
<sh:keywords>@shell32.dll,-25319</sh:keywords>
<sh:keywords>@shell32.dll,-25078</sh:keywords>
<sh:keywords>@shell32.dll,-25176</sh:keywords>
<sh:keywords>@shell32.dll,-25391</sh:keywords>
<sh2:controlpanel name="Microsoft.DeviceManager"/></sh:task>
<sh:task id="{8562B9B8-812D-420C-9189-DC216D788A49}" needsElevation="true"><sh:name>@shell32.dll,-24208</sh:name>
<sh:keywords>@shell32.dll,-25308</sh:keywords>
<sh:keywords>@shell32.dll,-25173</sh:keywords>
<sh:keywords>@shell32.dll,-25319</sh:keywords>
<sh:keywords>@shell32.dll,-25176</sh:keywords>
<sh2:controlpanel name="Microsoft.DeviceManager"/></sh:task>
<sh:task id="{EF8F379B-747B-4C8E-B3D1-4A29E6CF45AE}"><sh:name>@shell32.dll,-24429</sh:name>
<sh:command>%windir%\system32\rundll32.exe pwlauncher.dll,ShowPortableWorkspaceLauncherConfigurationUX</sh:command>
<sh:conditions><sh:condition name="shcond://v1#IsServer" invert="true"/></sh:conditions>
</sh:task>
<sh:task id="{CF081448-68EC-4969-9F8B-BB23B329B712}"><sh:name>@shell32.dll,-24222</sh:name>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25116</sh:keywords>
<sh:keywords>@shell32.dll,-25264</sh:keywords>
<sh:keywords>@shell32.dll,-25386</sh:keywords>
<sh:keywords>@shell32.dll,-25145</sh:keywords>
<sh2:controlpanel name="Microsoft.DevicesAndPrinters"/></sh:task>
<sh:task id="{5DE5B491-2CEA-4AD9-824A-982A22C0B64E}"><sh:name>@shell32.dll,-24239</sh:name>
<sh:keywords>@shell32.dll,-25252</sh:keywords>
<sh:keywords>@shell32.dll,-25099</sh:keywords>
<sh:keywords>@shell32.dll,-25171</sh:keywords>
<sh:command>%ProgramFiles%\Windows Photo Viewer\ImagingDevices.exe</sh:command>
</sh:task>
<sh:task id="{1515BA81-68EB-4143-A29F-51A40A65DAE6}"><sh:name>@shell32.dll,-24122</sh:name>
<sh:keywords>@shell32.dll,-25375</sh:keywords>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25173</sh:keywords>
<sh:keywords>@shell32.dll,-25139</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe shell32.dll,Control_RunDLL bthprops.cpl,,1</sh:command>
<sh:conditions><sh:condition name="shcond://v1#RegValEquals"><sh:parameter name="Regkey" value="HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\bthserv\Parameters\BluetoothControlPanelTasks"/><sh:parameter name="Regval" value="State"/><sh:parameter name="RegvalExpected" value="1"/></sh:condition>
</sh:conditions>
</sh:task>
<sh:task id="{55E51B6E-7D17-4C80-859E-3007A1F2B6AA}"><sh:name>@shell32.dll,-24237</sh:name>
<sh:keywords>@shell32.dll,-25251</sh:keywords>
<sh:keywords>@shell32.dll,-25253</sh:keywords>
<sh:command>%windir%\system32\wfs.exe</sh:command>
<sh:conditions><sh:condition name="shcond://v1#SkuEquals"><sh:parameter name="Sku" value="anyprofessional"/></sh:condition>
</sh:conditions>
</sh:task>
<sh:task id="{17468BC4-3ACB-4D2A-98C2-B0B7B4EF29E6}"><sh:name>@shell32.dll,-24237</sh:name>
<sh:keywords>@shell32.dll,-25251</sh:keywords>
<sh:keywords>@shell32.dll,-25253</sh:keywords>
<sh:command>%windir%\system32\wfs.exe</sh:command>
<sh:conditions><sh:condition name="shcond://v1#SkuEquals"><sh:parameter name="Sku" value="ultimate"/></sh:condition>
</sh:conditions>
</sh:task>
<sh:task id="{CD2A5953-36A2-427D-B762-3610F37A5D89}"><sh:name>@shell32.dll,-24162</sh:name>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25259</sh:keywords>
<sh:keywords>@shell32.dll,-25173</sh:keywords>
<sh:keywords>@shell32.dll,-25261</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe shell32.dll,Control_RunDLL %windir%\system32\joy.cpl</sh:command>
</sh:task>
<sh:task id="{083D5202-600A-4f38-981B-2D138FBDC4D1}"><sh:name>@shell32.dll,-24226</sh:name>
<sh:keywords>@shell32.dll,-25487</sh:keywords>
<sh:keywords>@shell32.dll,-25485</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe newdev.dll,DeviceInternetSettingUi 5</sh:command>
<sh:conditions><sh:condition name="shcond://v1#RegValEquals" invert="true"><sh:parameter name="Regkey" value="HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment"/><sh:parameter name="Regval" value="PROCESSOR_ARCHITECTURE"/><sh:parameter name="RegvalExpected" value="ARM"/></sh:condition>
</sh:conditions>
</sh:task>
<sh:task id="{AAF384A9-978C-41B6-B394-0C40C2EAAA4B}"><sh:name>@shell32.dll,-24352</sh:name>
<sh:keywords>@shell32.dll,-25503</sh:keywords>
<sh2:controlpanel name="Microsoft.AutoPlay"/><sh:conditions><sh:condition name="shcond://v1#IsProximityProviderAvailable"/></sh:conditions>
</sh:task>
<category id="2"><sh:task idref="{D3D71B01-F746-499E-A426-FF63FAC98C19}"/><sh:task idref="{11E71674-7556-4E27-8D59-03B2FA846204}"/><sh:task idref="{4DE175B5-44AB-4397-9E01-38E9DE4F0FB1}"><sh:name>@shell32.dll,-25686</sh:name>
</sh:task>
<sh:task idref="{C5361E07-6AA3-4453-81BC-93E8F85EABED}"/><sh:task idref="{EF8F379B-747B-4C8E-B3D1-4A29E6CF45AE}"/></category>
</application>
<application id="{B2C761C6-29BC-4F19-9251-E6195265BAF1}"><sh:task id="{54D8069E-E75A-4437-B45B-8EB3B8C97434}"><sh:name>@shell32.dll,-24130</sh:name>
<sh:keywords>@shell32.dll,-25343</sh:keywords>
<sh:keywords>@shell32.dll,-25084</sh:keywords>
<sh:keywords>@shell32.dll,-25357</sh:keywords>
<sh:keywords>@shell32.dll,-25392</sh:keywords>
<sh:keywords>@shell32.dll,-25145</sh:keywords>
<sh:keywords>@shell32.dll,-25251</sh:keywords>
<sh:keywords>@shell32.dll,-25069</sh:keywords>
<sh:command>%windir%\system32\colorcpl.exe</sh:command>
</sh:task>
</application>
<application id="{E2E7934B-DCE5-43C4-9576-7FE4F75E7480}"><sh:task id="{141D98AD-3E07-4C44-A578-4DCA078286A4}"><sh:name>@shell32.dll,-24132</sh:name>
<sh:keywords>@shell32.dll,-25339</sh:keywords>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25066</sh:keywords>
<sh:keywords>@shell32.dll,-25064</sh:keywords>
<sh:keywords>@shell32.dll,-25070</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe shell32.dll,Control_RunDLL timedate.cpl,,1</sh:command>
</sh:task>
<sh:task id="{1F7C24AC-B26E-4824-84EA-9026B9C0AF0D}"><sh:name>@shell32.dll,-24133</sh:name>
<sh:keywords>@shell32.dll,-25254</sh:keywords>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25066</sh:keywords>
<sh:keywords>@shell32.dll,-25065</sh:keywords>
<sh:keywords>@shell32.dll,-25129</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe shell32.dll,Control_RunDLL timedate.cpl</sh:command>
</sh:task>
<sh:task id="{03ED382E-33A2-4E20-A7C3-26AFE018D886}"><sh:name>@shell32.dll,-24134</sh:name>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25064</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe shell32.dll,Control_RunDLL timedate.cpl</sh:command>
</sh:task>
<sh:task id="{D58D0F32-9128-40D3-89AF-8C63C5167C99}"><sh:name>@shell32.dll,-24135</sh:name>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25066</sh:keywords>
<sh:keywords>@shell32.dll,-25129</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe shell32.dll,Control_RunDLL timedate.cpl</sh:command>
<sh:conditions><sh:condition name="shcond://v1#IsServer" invert="true"/></sh:conditions>
</sh:task>
<sh:task id="{4C8DBC7F-EE77-44CC-8602-88AD441B1A77}"><sh:name>@shell32.dll,-24135</sh:name>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25066</sh:keywords>
<sh:keywords>@shell32.dll,-25129</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe shell32.dll,Control_RunDLL timedate.cpl</sh:command>
<sh:conditions><sh:condition name="shcond://v1#IsServer"/></sh:conditions>
</sh:task>
<category id="6"><sh:task idref="{D58D0F32-9128-40D3-89AF-8C63C5167C99}"/><sh:task idref="{4C8DBC7F-EE77-44CC-8602-88AD441B1A77}"/><sh:task idref="{03ED382E-33A2-4E20-A7C3-26AFE018D886}"/><sh:task idref="{141D98AD-3E07-4C44-A578-4DCA078286A4}"/></category>
</application>
<application id="{9C60DE1E-E5FC-40F4-A487-460851A8D915}"><sh:task id="{4F9B0706-0A8F-45B0-BFA6-C66CD45246D7}"><sh:name>@shell32.dll,-24150</sh:name>
<sh:keywords>@shell32.dll,-25358</sh:keywords>
<sh:keywords>@shell32.dll,-25338</sh:keywords>
<sh:keywords>@shell32.dll,-25512</sh:keywords>
<sh2:controlpanel name="Microsoft.AutoPlay"/></sh:task>
<sh:task id="{E6243488-3449-4D4D-98AA-FFC14E3FF0F8}"><sh:name>@shell32.dll,-24151</sh:name>
<sh:keywords>@shell32.dll,-25254</sh:keywords>
<sh:keywords>@shell32.dll,-25358</sh:keywords>
<sh:keywords>@shell32.dll,-25201</sh:keywords>
<sh:keywords>@shell32.dll,-25338</sh:keywords>
<sh2:controlpanel name="Microsoft.AutoPlay"/></sh:task>
<sh:task id="{6565D6E8-06A0-481C-A209-D43263C5A3B3}"><sh:name>@shell32.dll,-24152</sh:name>
<sh:keywords>@shell32.dll,-25358</sh:keywords>
<sh:keywords>@shell32.dll,-25078</sh:keywords>
<sh:keywords>@shell32.dll,-25081</sh:keywords>
<sh2:controlpanel name="Microsoft.AutoPlay"/></sh:task>
<category id="2"><sh:task idref="{4F9B0706-0A8F-45B0-BFA6-C66CD45246D7}"/><sh:task idref="{E6243488-3449-4D4D-98AA-FFC14E3FF0F8}"/></category>
</application>
<application id="{6DFD7C5C-2451-11D3-A299-00C04F8EF6AF}"><sh:task id="{5BB16858-F647-465E-BCFD-010EE9DD41B7}"><sh:name>@shell32.dll,-24153</sh:name>
<sh:keywords>@shell32.dll,-25258</sh:keywords>
<sh:keywords>@shell32.dll,-25404</sh:keywords>
<sh:keywords>@shell32.dll,-25405</sh:keywords>
<sh:keywords>@shell32.dll,-25146</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe shell32.dll,Options_RunDLL 2</sh:command>
</sh:task>
<sh:task id="{ABB4509D-9043-4EF2-8796-E4646ECF951D}"><sh:name>@shell32.dll,-24154</sh:name>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25331</sh:keywords>
<sh:keywords>@shell32.dll,-25077</sh:keywords>
<sh2:controlpanel name="Microsoft.DefaultPrograms" page="pageFileAssoc"/></sh:task>
<sh:task id="{9891D47B-7E37-4265-BAD2-1FA991543B90}"><sh:name>@shell32.dll,-24155</sh:name>
<sh:keywords>@shell32.dll,-25258</sh:keywords>
<sh:keywords>@shell32.dll,-25099</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe shell32.dll,Options_RunDLL 7</sh:command>
</sh:task>
<sh:task id="{4A2F952E-0618-467F-ADC5-FEBB66AEB82F}"><sh:name>@shell32.dll,-24156</sh:name>
<sh:keywords>@shell32.dll,-25331</sh:keywords>
<sh:keywords>@shell32.dll,-25098</sh:keywords>
<sh:keywords>@shell32.dll,-25099</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe shell32.dll,Options_RunDLL 7</sh:command>
</sh:task>
<sh:task id="{B1207959-FFBF-4417-A6B1-4BF0EDA51F5A}"><sh:name>@shell32.dll,-24157</sh:name>
<sh:keywords>@shell32.dll,-25195</sh:keywords>
<sh:keywords>@shell32.dll,-25108</sh:keywords>
<sh2:controlpanel name="Microsoft.FolderOptions"/></sh:task>
<category id="1"><sh:task idref="{B1207959-FFBF-4417-A6B1-4BF0EDA51F5A}"/><sh:task idref="{79DC3639-0B91-46BE-BED2-702FC5167337}"/><sh:task idref="{9891D47B-7E37-4265-BAD2-1FA991543B90}"/></category>
</application>
<application id="{BD84B380-8CA2-1069-AB1D-08000948F534}"><sh:task id="{D1AF7F5F-18C1-4143-81E5-EDAF02255883}"><sh:name>@shell32.dll,-24159</sh:name>
<sh:keywords>@shell32.dll,-25110</sh:keywords>
<sh:keywords>@shell32.dll,-25205</sh:keywords>
<sh:keywords>@shell32.dll,-25207</sh:keywords>
<sh:keywords>@shell32.dll,-25081</sh:keywords>
<sh:keywords>@shell32.dll,-25381</sh:keywords>
<sh2:controlpanel name="Microsoft.Fonts"/></sh:task>
<sh:task id="{7429F4F9-AE58-401a-82AD-723F3C6BDDD6}"><sh:name>@shell32.dll,-24161</sh:name>
<sh:keywords>@shell32.dll,-25110</sh:keywords>
<sh:keywords>@shell32.dll,-25070</sh:keywords>
<sh:keywords>@shell32.dll,-25098</sh:keywords>
<sh:keywords>@shell32.dll,-25099</sh:keywords>
<sh2:controlpanel name="Microsoft.Fonts" page="::{93412589-74D4-4E4E-AD0E-E0CB621440FD}"/></sh:task>
<sh:task id="{96BC4455-FDA3-4DE2-8B71-9D1953F0B32D}"><sh:name>@shell32.dll,-24160</sh:name>
<sh:keywords>@shell32.dll,-25110</sh:keywords>
<sh:keywords>@shell32.dll,-25207</sh:keywords>
<sh:keywords>@shell32.dll,-25171</sh:keywords>
<sh2:controlpanel name="Microsoft.Fonts"/></sh:task>
<sh:task id="{FFA33B6C-DC4D-438C-893F-EBF44A09BFC0}"><sh:name>@shell32.dll,-24443</sh:name>
<sh:keywords>@shell32.dll,-25525</sh:keywords>
<sh:command>%windir%\system32\eudcedit.exe</sh:command>
</sh:task>
<category id="1"><sh:task idref="{D1AF7F5F-18C1-4143-81E5-EDAF02255883}"/><sh:task idref="{7429F4F9-AE58-401a-82AD-723F3C6BDDD6}"/><sh:task idref="{3F0AD6DB-3246-48E4-ACD7-696FF62AE68D}"/></category>
</application>
<application id="{5EA4F148-308C-46D7-98A9-49041B1DD468}"><sh:task id="{46E84184-51CC-4A7B-A40A-6D3E86D402DE}"><sh:name>@shell32.dll,-24163</sh:name>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25162</sh:keywords>
<sh:keywords>@shell32.dll,-25070</sh:keywords>
<sh:command>%windir%\system32\mblctr.exe /open</sh:command>
</sh:task>
<sh:task id="{F3FD1F8E-B34A-49AE-95B9-5DBEAB5BFB49}"><sh:name>@shell32.dll,-24165</sh:name>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25083</sh:keywords>
<sh:keywords>@shell32.dll,-25069</sh:keywords>
<sh:keywords>@shell32.dll,-25070</sh:keywords>
<sh:command>%windir%\system32\presentationsettings.exe</sh:command>
<sh:conditions><sh:condition name="shcond://v1#IsPresentationSettingsEnabled"/></sh:conditions>
</sh:task>
<category id="2"><sh:task idref="{46E84184-51CC-4A7B-A40A-6D3E86D402DE}"/><sh:task idref="{F3FD1F8E-B34A-49AE-95B9-5DBEAB5BFB49}"/></category>
</application>
<application id="{A3DD4F92-658A-410F-84FD-6FBBBEF2FFFE}"><sh:task id="{201CEF4B-7444-4B2F-B885-5E8F0AA1D614}"><sh:name>@shell32.dll,-24167</sh:name>
<sh:keywords>@shell32.dll,-25102</sh:keywords>
<sh:keywords>@shell32.dll,-25127</sh:keywords>
<sh:keywords>@shell32.dll,-25104</sh:keywords>
<sh:keywords>@shell32.dll,-25105</sh:keywords>
<sh:keywords>@shell32.dll,-25124</sh:keywords>
<sh:keywords>@shell32.dll,-25070</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,2</sh:command>
<sh:conditions><sh:condition name="shcond://v1#RegValExists"><sh:parameter name="Regkey" value="HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\IEXPLORE.EXE\InstallInfo"/><sh:parameter name="Regval" value="ShowIconsCommand"/></sh:condition>
</sh:conditions>
</sh:task>
<sh:task id="{9BA8A9A5-F1C1-4F09-AE9A-EFEAA5961BE3}"><sh:name>@shell32.dll,-24168</sh:name>
<sh:keywords>@shell32.dll,-25094</sh:keywords>
<sh:keywords>@shell32.dll,-25102</sh:keywords>
<sh:keywords>@shell32.dll,-25103</sh:keywords>
<sh:keywords>@shell32.dll,-25127</sh:keywords>
<sh:keywords>@shell32.dll,-25124</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,2</sh:command>
</sh:task>
<sh:task id="{21A5437E-D266-4F56-A146-06744A8BC071}"><sh:name>@shell32.dll,-24169</sh:name>
<sh:keywords>@shell32.dll,-25216</sh:keywords>
<sh:keywords>@shell32.dll,-25215</sh:keywords>
<sh:keywords>@shell32.dll,-25127</sh:keywords>
<sh:keywords>@shell32.dll,-25337</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,0</sh:command>
<sh:conditions><sh:condition name="shcond://v1#RegValExists"><sh:parameter name="Regkey" value="HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\IEXPLORE.EXE\InstallInfo"/><sh:parameter name="Regval" value="ShowIconsCommand"/></sh:condition>
</sh:conditions>
</sh:task>
<sh:task id="{4228F99D-227F-4058-9EA3-BB2B616D7444}"><sh:name>@shell32.dll,-24170</sh:name>
<sh:keywords>@shell32.dll,-25094</sh:keywords>
<sh:keywords>@shell32.dll,-25102</sh:keywords>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25127</sh:keywords>
<sh:keywords>@shell32.dll,-25124</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,1</sh:command>
</sh:task>
<sh:task id="{84C9670E-825D-4128-B173-2963886C5A3E}"><sh:name>@shell32.dll,-24171</sh:name>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25103</sh:keywords>
<sh:keywords>@shell32.dll,-25127</sh:keywords>
<sh:keywords>@shell32.dll,-25081</sh:keywords>
<sh:keywords>@shell32.dll,-25070</sh:keywords>
<sh:keywords>@shell32.dll,-25126</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,0</sh:command>
</sh:task>
<sh:task id="{A73DCDB5-E233-4FC2-8083-6E431939002A}"><sh:name>@shell32.dll,-24173</sh:name>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25116</sh:keywords>
<sh:keywords>@shell32.dll,-25336</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,0</sh:command>
<sh:conditions><sh:condition name="shcond://v1#RegValExists"><sh:parameter name="Regkey" value="HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\IEXPLORE.EXE\InstallInfo"/><sh:parameter name="Regval" value="ShowIconsCommand"/></sh:condition>
</sh:conditions>
</sh:task>
<sh:task id="{BABB24A6-0242-4AE5-BD83-C5816526F63D}"><sh:name>@shell32.dll,-24174</sh:name>
<sh:keywords>@shell32.dll,-25067</sh:keywords>
<sh:keywords>@shell32.dll,-25133</sh:keywords>
<sh:keywords>@shell32.dll,-25127</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,0</sh:command>
<sh:conditions><sh:condition name="shcond://v1#RegValExists"><sh:parameter name="Regkey" value="HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\IEXPLORE.EXE\InstallInfo"/><sh:parameter name="Regval" value="ShowIconsCommand"/></sh:condition>
</sh:conditions>
</sh:task>
<sh:task id="{B7622F10-9A47-4BF2-B6EF-2C20B4510254}"><sh:name>@shell32.dll,-24175</sh:name>
<sh:keywords>@shell32.dll,-25137</sh:keywords>
<sh:keywords>@shell32.dll,-25070</sh:keywords>
<sh:command>%windir%\system32\rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,4</sh:command>
</sh:task>
<sh:task id="{60AC7FA0-A928-4D45-B4DD-AC70A6175E67}"><sh:name>@shell32.dll,-24176</sh:name>
<sh:keywords>@shell32.dll,-25078</sh:keywords>
<sh:keywords>@shell32.dll,-25127</sh:keywords>
<sh:keywords>@shell32.dll,-25138</sh:keywords>
<sh:keywords>@shell32.dll,-25140</sh:keywords>
<sh:command>%windir%\system32\xwizard.exe RunWizard {7071ECA0-663B-4bc1-A1FA-B97F3B917C55}</sh:command>
<sh:conditions><sh:condition name="shcond://v1#IsConnectedToInternet" invert="true"/></sh:conditions>
</sh:task>
<sh:task id="{6CBA2898-2EFE-4604-9933-F1F64DAE2A32}"><sh:name>@shell32.dll,-24177</sh:name>
<sh:keywords>@shell32.dll,-25216</sh:keywords>
<sh:keywords>@shell
Si vous suivez les conseils de lacharpente , vous allez galérer , lisez les messages un peu plus haut.
Il l'a fait, le résultat est ici:
https://forums.commentcamarche.net/forum/affich-29952305-tous-les-icones-du-bureau-en-surbrillance-et-ne-marchent-pas#17
Ce ne sont pas mes conseils, mais ceux de Microsoft:
https://support.microsoft.com/fr-fr/help/929833/use-the-system-file-checker-tool-to-repair-missing-or-corrupted-system#CBS%20log
Entre autre, ce n'est pas la peine de faire ouvrir un fichier.log si tu n'es pas capable de le déchiffrer et de donner les démarches à suivre pour le dépanner.
https://forums.commentcamarche.net/forum/affich-29952305-tous-les-icones-du-bureau-en-surbrillance-et-ne-marchent-pas#17
Ce ne sont pas mes conseils, mais ceux de Microsoft:
https://support.microsoft.com/fr-fr/help/929833/use-the-system-file-checker-tool-to-repair-missing-or-corrupted-system#CBS%20log
Entre autre, ce n'est pas la peine de faire ouvrir un fichier.log si tu n'es pas capable de le déchiffrer et de donner les démarches à suivre pour le dépanner.
Et ça c'est quoi ?
Ce n'est pas normal que l'analyse s'arrête à 54 % et en plus des fichiers endommagés
non récupérables , pour lire le fichier cbs.log, il existe une méthode :
C'est un fichier un peu spécial, le décortiquer avec l'invite de commandes en mode administrateur.
Copier le texte ci-dessous sans les crochets.
[ findstr /c:"[SR] Cannot repair" %windir%\logs\cbs\cbs.log > c:\cbs_log.txt ]
Ensuite touches Windows et X -> Invite de commandes (admin).
Coller le texte dans la fenêtre d'invite de commandes, puis appuyer sur Entrée , un
fichier nommé cbs_log.txt sera crée dans C:\
Et que l'on peut consulter avec Bloc-notes par exemple.
Le résultat de ton conseil est la, si tu ne sais pas lire:
novirus36 - 27 mars 2014 à 17:24
ps: d'abord dans le cbs_log dans c:\ il y a écrit "o octet"...pourquoi? merci desolée vraiment c trop technique tout ça!
En gros, c'est soit il n'y a rien eu de copier dans ce fichier, soit il a toujours un accès refusé.
novirus36 - 27 mars 2014 à 17:24
ps: d'abord dans le cbs_log dans c:\ il y a écrit "o octet"...pourquoi? merci desolée vraiment c trop technique tout ça!
En gros, c'est soit il n'y a rien eu de copier dans ce fichier, soit il a toujours un accès refusé.
Mais votre Windows est vérolé, puisque des fichiers système n'ont pas pu être
réparés, donc cela servira quoi de créer un point de restauration. Il faut plutôt
regarder si il existe des points de restauration.
Appuyer su les touches Wiindows et R , puis taper rstrui.exe
réparés, donc cela servira quoi de créer un point de restauration. Il faut plutôt
regarder si il existe des points de restauration.
Appuyer su les touches Wiindows et R , puis taper rstrui.exe
bonjour. verolé comment ça? c' est un pc neuf acheté chez flotec le 3 mars! je ne trifouille rien dedans car n'y connais rien comment ça peut etre verolé deja sachant que j'ai avast et c cleaner? je suis pas une geek a part mails reseau social et mes comptes et des jeux applis win8 je fais pas grand chose. comment faire un point de restauration et pourquoi ça ne sert à rien et est ce que ça va m'effacer des fichiers? photos videos musiques jeux et programmes? merci. si ça sert a rien que puis je faire et pourquoi l'analyse scannow s'est stoppée a 54%?
Et pourquoi sfc /scannow a trouvé des des fichiers système endommagés mais
n'a pas pu les réparer. je ne l'ai pas inventé tout de même, si vous croyez que tout
se règle par une baguette magique.
n'a pas pu les réparer. je ne l'ai pas inventé tout de même, si vous croyez que tout
se règle par une baguette magique.
je n'y connais rien alors pas la peine d'en rajouter et me parler ainsi... et cela est du a quoi les fichiers endommagés etant donné qu'il est neuf et que j'ai pas fait grand chose avec? comment puis je faire pour voir qu'est ce qui est abimé et reparer comment? pour le point de restauration ou les points de restauration comment ça se passe? merci car j'ai pas les moyens au rsa de le faire reparer j'ai deja un pc de5 ans qui a laché a cause de la carte mere et celui ci j'ai eu enormement de mal a l'avoir...
Ses propos sont incohérents , on ne sait pas de quel hôpital il s'est échappé , il a du
fumer la moquette. Son système Windows est vérolé , certainement du à un virus .
La meilleur solution , c'est de réinstaller Windows .
fumer la moquette. Son système Windows est vérolé , certainement du à un virus .
La meilleur solution , c'est de réinstaller Windows .
@ novirus36
a tu lu ce que je t ai conseiller ?
https://forums.commentcamarche.net/forum/affich-29952305-tous-les-icones-du-bureau-en-surbrillance-et-ne-marchent-pas#53
a tu lu ce que je t ai conseiller ?
https://forums.commentcamarche.net/forum/affich-29952305-tous-les-icones-du-bureau-en-surbrillance-et-ne-marchent-pas#53