Découvrez comment résoudre des problèmes d'écran noir dans Windows 10 à l'aide des options de récupération Windows.
Comment émuler la nintendo 64 sur un PC récent ?
c'est ici que ça se passe !
Un jeu dans le même style que vega strike
a tester
la page github: https://github.com/pioneerspacesim/pioneer
Vega Strike un jeu libre d'économie et exploration spatiale qui a l'air vraiment sympa d'après wikipédia :
http://fr.wikipedia.org/wiki/Vega_Strike
Vega Strike is an Open Source 3D Action-Space-Sim that lets you trade, fight, and explore in a vast universe.
Vega Strike is built on top of OpenGL and runs on Win/Lin/Mac platforms. Vega Strike (the game) is currently in a playable state, but both game engine and dataset are under continued development
via : http://linuxfr.org/users/chimrod/journaux/oolite-un-pare-feu-dans-l-espace#comment-1606213
Comment changer son périphérique par défaut sous windows ?
et comment se faire un raccourci pour aller plus vite ?
Très utile quand on branche son portable en hdmi sur la télé pour jouer :x
Merci Technet.
Réinstaller grub efi aprés une install débian foireuse...
0) récupérer refind et booter dessus (utiliser drivedroid si vous avez un android rooté :x )
http://www.rodsbooks.com/refind/getting.html
1)
[ -d /sys/firmware/efi ] && echo "EFI boot on HDD" || echo "Legacy boot on HDD"
should return "EFI boot on HDD".
2) en ligne de commande et en root (donc sudo -i)
(si sda1 est votre partition EFI)
mount /dev/sda1 /boot/efi
apt-get install --reinstall grub-efi
grub-install /dev/sda
update-grub
You should check afterwards that:
/boot/efi/EFI/debian/grubx64.efi: PE32+ executable (EFI application) x86-64 (stripped to external PDB), for MS Windows
A TESTER D'URGENCE
Ce week end j'ai du corriger un souci sur le pc du fils d'un ami.
Windows 8.1 demandait de se connecter normalement puis écran noir... oO
J'ai réussi à lancer le gestionnaire des taches mais pas le bureau ...
j'ai trouvé ce sujet, qui parle de l'installation d'un programme non compatible windows 8.1 et qui installe un fichier "à lancer une fois" dans le répertoire:
c:/windows/System32
ce fichier commence par runonce...exe
il suffit de le supprimer pour que tout refonctionne normalement (j'en ai profiter pour faire un adwcleaner et un ccleaner...)
pour supprimer le fichier il faut s'en attribuer la paternité:
http://www.chantal11.com/2013/02/attribuer-les-droits-sur-un-fichier-dossier-systeme-sous-windows-8/
adwcleaner: https://toolslib.net/downloads/viewdownload/1-adwcleaner/
ccleaner:https://www.piriform.com/CCLEANER
Si ça peut aider quelqu'un...
Un meilleur shell sous windows pour gérer GIT ? oui parce que bon la console par défaut... :/
Merci pour la configuration :
Pour partager un repository Git entre Windows et Linux, j'utilise ces configurations dans mon ~/.gitconfig.
Pour Windows (on ne touche pas aux permissions des fichiers, on transforme les éventuels \r\n en \n à chaque commit mais sans les modifier dans notre workspace)
git config --global core.filemode false
git config --global core.autocrlf true
Pour Linux (on commit aussi les permissions des fichiers, et on transforme les éventuels \r\n en \n dans notre workspace)
git config --global core.filemode true
git config --global core.autocrlf input
Et je vérifie que ces paramètres ne sont pas présents dans les .git/config de chacun de mes projets.
Un article qui m'a bien aidé pour réparer le dual boot EFI Manjaro-Windows 8.1 ...
Merci pour ça ;)
Bon j'ai testé de mon coté...
c'est en Java (je bosse sur des sites/applications en Java mais j'ai toujours du mal avec les logiciels en Java...)
j'ai pas mal de souci avec les proxy d'entreprises...
j'aime pas la police par défaut (mais on s'en fout un peu)
intègre "tout"
semble gérer les proxy (mais le mien est avec mot de passe... dommage)
pas lourd (si on enlève la vm java)
freeware
multi plateforme
Oui effectivement Windows est TRES long lorsqu'il n'est pas connecté au réseau ET qu'il a des ressources sur le réseau, icone, bureau, mes documents... du coup lorsqu'il n'a pas de réseau il essaye à CHAQUE affichage de se connecter au réseau avant d'échouer...
et c'est aussi le cas SANS ressources sur le réseau pour peu que vous soyez sous windows XP SP2 ou moins ET que vous aillez au moins une fois récupérer un lecteur réseau...
un "crackeur" de mot de passe windows... utile lorsqu'un plaisantin arrive a changer les mots de passe d'ordinateur public...
mais bon le "mieux" est d'avoir une image ghost à redéployer car qui sait ce qui a été caché...
Testing websites in IE7 / IE8 / IE9 on a Mac
Went looking for information on this today to link to someone and couldn't find anything recent, so I figured I'd write one up myself. Here's a simple process for getting a 100% legal copy of IE9 running on your mac using disk images provided by Microsoft themselves.
Download and install a copy of virtualbox, it's a free virtualization program like VMWare or Parallels. Make sure you have the command line utilities checked in the installer.
Download the official Microsoft Application Compatibility Virtual PC Image for IE9. As of this writing the latest versions are as of August 16th, 2011. The IE9 image is a seven part self extracting RAR file. Images are also available for IE7 and IE8. This image contains a fully legal copy of Microsoft Windows 7, licensed for developer debugging use in a virtual machine only.
Use unrar (installed via macports or homebrew) or The Unarchiver to extra the multipart archive. This will result in two files: Windows 7.vhd and Windows 7.vmc. You can discard the vmc file.
Open the terminal and cd to the directory you extracted the vhd file into. Run the following command:
VBoxManage clonehd "Windows 7.vhd" Windows_7_IE9.vdi
Move the resulting .vdi file into a safe location. By default VirtualBox puts its disk images in a unique folder inside ~/VirtualBox VMs, but I prefer them to be on a separate disk partition.
Launch VirtualBox and click the New button on the toolbar (or select New... from the Machine menu). This will launch the new virtual machine wizard. Name the machine however you want and select Windows 7 from the Operating System Version menu.
VirtualBox will allocate 512MB by default, which in my experience is enough for basic web testing, you may wish to give it more.
When prompted for the hard disk, choose "Use existing hard disk" and click on the browse icon to the right of the menu. Find the Windows_7_IE9.vdi file that we created in step 4. Click through the remaining dialog panes and finish the wizard.
Due to an incompatibility with VirtualBox and VirtualPC, this disk image will Bluescreen when you attempt to launch it, so there is one more thing that has to be changed to get it working. Select the new virtual machine and click on the Settings button. Switch to the Storage tab. By default VirtualBox places the boot media on the SATA controller; you need to move it to the IDE controller.
Do this by selecting the IDE controller and choosing Add Hard Disk from the plus button menu. Select the .vdi file from the list and click OK. Now remove that same drive from the SATA Controller by selecting it and clicking the minus button. Click OK.
Select your newly made Windows 7 virtual machine and click Start.
When you get to the windows login screen, choose Administrator. The login password is "Password1"
Windows will tell you that the copy you are using is non-genuine. Microsoft does not issue valid keys with these images, as they are intended to be temporary, and their official stance is to just reset the disk image when the trial expires (seriously, it's in that link above).
Click cancel on the activation dialog box so it takes you to the desktop. Double click on the Command Prompt icon and type in the following:
slmgr –rearm
This command resets the genuine advantage countdown timer to 30 days so that it will stop bugging you every time you launch it. Unfortunately, Windows Security Essentials will continue to bug you about it, so feel free to disable that. A dialog will popup telling you to restart, but we don't want to do that yet.
Press the command key to get Windows to release your mouse, and choose "Install Guest Additions" from the Devices menu in Virtualbox. Windows will popup an AutoPlay confirmation, click "Run VBoxWindowsAdditions.exe". An installer will launch, click through all the dialogs. When Windows Security prompts for permission, click Install.
Finally, when it asks to restart, let it.
The final step is optional, and that's to enable to auto-login feature so you don't have to enter the password every time you launch the machine. This article on MSDN will show you how to do that.
Congratulations, you now have a 100% legal copy of IE9 on your Mac. These disk images are valid for 3 months from the date they were made (The August 2011 images expire November 17, 2011). You will need to repeat this process for the new images when they come out.
If you need to configure Windows for any local virtualhosts, the file you need is C:\Windows\System32\drivers\etc\hosts (note, you need to be an Administrator to save the file), and the IP to forward to is 10.0.2.2 (which is also localhost).
The August 2011 IE9 disk image also comes preinstalled with Google Chrome, Firefox 4, Adobe Flash 10.2, and a hand-full of other useful development tools.
http://www.microsoft.com/en-us/download/details.aspx?id=11575
créer un disque virtuel en ram afin d'améliorer les performances ?
Qemu compilé pour windows
Les ISO de Windows 8 preview en différentes langue dont le francais
et aussi http://www.vincentabry.com/telecharger-windows-8-gratuitement-et-en-francais-15738
et http://www.papygeek.com/windows-8/telecharger-windows-8-beta-gratuitement-et-en-francais/
je ne savais pas qu'il fallait activer l'utilisation de plus de 2GB de ram sous windows 7 oO
MEME 64 bits oO :/
et ce lien d'un forum :
http://forums.cgarchitect.com/40834-3gb-switch-windows-7-a.html
windows 8, virer métro ?
voila comment faire par korben,
et pour garder une trace du logiciel voici le lien direct :
http://www.thewindowsclub.com/metro-ui-tweaker-windows-8-released
Un jeu de strategie gratuit, open source, beau et en plus compatible Linux ET Windows / Mac ;)
cool !