Affichage des résultats 1 à 10 sur 618

Mode arborescent

Message précédent Message précédent   Message suivant Message suivant
  1. #6
    Date d'inscription
    mars 2014
    Localisation
    chamonix
    Messages
    3 701
    Thanks
    25
    Total, Thanks 8 651 fois
    Pouvoir de réputation
    149

    Re : Windows 10 (Aides & Astuces et Trucs)

    Windows 10 Fall Creators Update, retrouver ou réparer une application manquante






    Après la mise à jour Windows 1709 Redstone 3 alias Windows 10 Fall Creators Update, certains utilisateurs ont constaté que des applications manquaient.
    Celles-çi étaient absentes dans le menu démarrer, a l’écran d’accueil ou sur le bureau.
    Elles n’ont toutefois pas été désinstallées mais ont simplement disparues à la vue.
    Une recherche par Cortana ne permet de retrouver ces applications il faudra passer par le Microsoft Store anciennement Windows Store.
    Sur le forum de Microsoft quelques solutions sont postées ou un employé de l’éditeur a posté plusieurs solutions à appliquer.
    Microsoft propose de passer par le PowerShell à lancer en mode administrateur et en saisissant des lignes de code.
    Des applications manquent à l’appel après le passage sous Windows 10 1709 rapporte le site Neowin.



    Microsoft blog >>
    **Contenu caché: Cliquez sur Thanks pour afficher. **


    Microsoft details temporary fix By Hamza Jawad >>
    **Contenu caché: Cliquez sur Thanks pour afficher. **




    Microsoft is investigating reports of missing apps after installing the Fall Creators Update. You can try the following troubleshooting steps to restore any missing apps:

    Repair or Reset the missing apps
    Open Settings, and select Apps.
    On the Apps & features tab, find the name of the missing app. Click the app and select Advanced options (if available).
    If a Repair option is available, click Repair. If this option is not available, or if Repair does not resolve the issue, you may also try the Reset option, though you might lose any app data that was saved.
    Once the repair or reset is completed, the app should again appear in the app list and can be pinned to the Start Menu.

    Uninstall and reinstall the missing apps
    Open Settings, and select Apps.
    On the Apps & features tab, find the name of the missing app.
    Click the app and select Uninstall.
    Open Store and then reinstall the missing app.
    Once installed, the app should appear in the app list, and can be pinned to the Start Menu.




    reg delete “HKCU\Software\Microsoft\Windows NT\CurrentVersion\TileDataModel\Migration\TileStor e” /va /f




    get-appxpackage -packageType bundle |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + "\appxmetadata\appxbundlemanifest.xml")}




    $bundlefamilies = (get-appxpackage -packagetype Bundle).packagefamilyname




    get-appxpackage -packagetype main |? {-not ($bundlefamilies -contains $_.packagefamilyname)} |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + "\appxmanifest.xml")}




    Re-register the missing apps using PowerShell – If you have a lot missing apps, advanced users can instead attempt to restore all of them at once using the following PowerShell commands.
    Note, however, that if Steps 1 and 2 were already attempted and did not restore your missing apps, this PowerShell solution will also likely not succeed.
    In Cortana, type PowerShell. In the search results, right-click Windows PowerShell and select Run as administrator.
    In the Powershell window type the following commands.
    These steps may take a few minutes to complete.



    Solution: réparer ou réinitialiser

    Rendez-vous dans les paramètres de Windows 10
    Appuyez simultanément sur les touches Windows + I du clavier pour ouvrir le menu Paramètres.





    Cliquez sur "Applications" :
    a la ligne de l'application concernée





    sélectionnez-la, s'il est présent,
    cliquez sur le lien "Options avancées"

    Dans la fenêtre qui s'ouvre
    cliquez sur "Réparer" ou "Réinitialiser" en fonction de ce qui est proposé.





    Autre solution est de désinstaller l'application, que vous pouvez faire au même endroit
    Redémarrer votre PC
    recherchez l'application dans le Microsoft Store pour voir si présente
    Dans ce cas réinstaller l'application

    Une fois désinstallés recherchez l'application dans le Microsoft Store et tentez de la réinstaller.
    Dernière modification par Islander ; 26/10/2017 à 17h55. Motif: Masquez les liens vers l'exterieur !!






Règles de messages

  • Vous ne pouvez pas créer de nouvelles discussions
  • Vous ne pouvez pas envoyer des réponses
  • Vous ne pouvez pas envoyer des pièces jointes
  • Vous ne pouvez pas modifier vos messages
  •