Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente |
windows:jeux [2022/11/29 21:40] – minimi | windows:jeux [2023/02/11 23:26] (Version actuelle) – [Réinstaller Solitaire collection sous windows] minimi |
---|
| ====== Quelques Jeux ====== |
| |
* 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/ | * Divers https://gottcode.org/ |
* "tetris" : https://gottcode.org/gottet/ | * "tetris" : https://gottcode.org/gottet/ |
* "sudoku" : https://gottcode.org/simsu/ | * "sudoku" : https://gottcode.org/simsu/ |
* "boggle" : https://gottcode.org/tanglet/ | * "boggle" : https://gottcode.org/tanglet/ |
| |
* Réinstaller Solitaire collection sous windows : | ====== Réinstaller Solitaire collection sous windows ====== |
| |
Dans powershell en admin (remplacer le Installation…manifest.xml !) | Dans powershell en admin (chemin à vérifier et adapter si ça ne marche pas !) |
Add-AppxPackage -register "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode | 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) | 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 | * Source : https://answers.microsoft.com/fr-fr/windows/forum/all/comment-r%C3%A9-installer-le-microsoft-solitaire/2ce6a691-45cc-432c-a8ee-972e6c97af10 |