====== Quelques Jeux ====== * Pinball : https://www.dropbox.com/s/2qgtjp7lyegps1w/3d_pinball_for_windows_-_space_cadet.exe * PokerTH : https://www.pokerth.net/app.php/download * PySolFC : https://sourceforge.net/projects/pysolfc/files/latest/download * Divers https://gottcode.org/ * "tetris" : https://gottcode.org/gottet/ * "sudoku" : https://gottcode.org/simsu/ * "boggle" : https://gottcode.org/tanglet/ ====== Réinstaller Solitaire collection sous windows ====== Dans powershell en admin (chemin à vérifier et adapter si ça ne marche pas !) Add-AppxPackage -register "C:\Program Files\WindowsApps\Microsoft.MicrosoftSolitaireCollection_4.14.9130.0_x64__8wekyb3d8bbwe\appxmanifest.xml" -DisableDevelopmentMode foreach {Add-AppxPackage -register "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode} > log (et chercher) * Source : https://answers.microsoft.com/fr-fr/windows/forum/all/comment-r%C3%A9-installer-le-microsoft-solitaire/2ce6a691-45cc-432c-a8ee-972e6c97af10