Différences
Ci-dessous, les différences entre deux révisions de la page.
 
| Prochaine révision | Révision précédente | 
| windows:jeux [2022/11/28 23:26]  – créée minimi | windows:jeux [2023/02/11 23:26] (Version actuelle)  – [Réinstaller Solitaire collection sous windows]  minimi | 
|---|
| spider solitaire :   | ====== Quelques Jeux ====== | 
| Freecell : http://ftpmirror.your.org/pub/misc/ftp.microsoft.com/Softlib/MSLFILES/PW1118.EXE  |  | 
| Pinball :   https://www.dropbox.com/s/2qgtjp7lyegps1w/3d_pinball_for_windows_-_space_cadet.exe |  | 
 |  | 
|   |   * Pinball :   https://www.dropbox.com/s/2qgtjp7lyegps1w/3d_pinball_for_windows_-_space_cadet.exe | 
|   |   | 
|   |   * PokerTH : https://www.pokerth.net/app.php/download  | 
 |  | 
| PokerTH : https://www.pokerth.net/app.php/download |   * PySolFC : https://sourceforge.net/projects/pysolfc/files/latest/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/ | 
 |  | 
| https://gottcode.org/  | ====== Réinstaller Solitaire collection sous windows ======  | 
|    type "tetris" : https://gottcode.org/gottet/  |   | 
|    type "sudoku" : https://gottcode.org/simsu/  | Dans powershell en admin (chemin à vérifier et adapter si ça ne marche pas !)     | 
|    type "boggle" : https://gottcode.org/tanglet/ |    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 |