12 résultats taggé windows

Autologin Windows 10

netplwiz

Puis, il suffit de sélectionner l'utilisateur, décocher la case Les utilisateurs doivent entrer un mot de passe, et Appliquer. Entrer le mot de passe deux fois sur la fenêtre qui s'ouvre.

Si la case à cocher n'est pas présente, c'est que Windows emmerde le monde. Il faut regedit puis :

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device

Il faut que DevicePasswordLessBuildVersion soit à 0.

Un clavier pour écrire en français sous Windows : É Ç Œ et trucs dans le genre... - Mon coin du web...

Force kill of processes in Windows

taskkill /IM filename.exe /F

A neat way integrate Cmder and Sublime text seamlessly

Step 1: Create a new folder called Sublime Text 3 in the /cmder/vendor/ location. You should also see the folders /clink, /conemu-maximus5, and /mysgit.

Step 2: Download a portable version of Sublime Text 3 from their website and unzip the content into the newly created Sublime Text 3 folder.

Step 3: Then, in the aliases file under /cmder/config/aliases, add:

subl="%CMDER_ROOT%\vendor\Sublime Text 3\sublime_text.exe" $1 -new_console:s75V

How to Change Your User Account in Windows 10’s Ubuntu Bash Shell

ubuntu config --default-user username

Define the default user:

ubuntu config --default-user root

How to remove Pagefile.sys from Windows

  1. Go to Control Panel and run System.

  2. Click on Advanced tab and click the Settings button on Performance.

  3. Click on Advanced tab again and click on the Change button.

  4. Select No paging file and click the Set button if you want to remove pagefile.sys.

WinSxS Folder in Windows 10 explained

The WinSxS folder, stores multiple copies of dll, exe, and other system files to let multiple applications run in Windows without any compatibility problem.

In Windows 8/8.1/10, open Disk Cleanup Tool and use the Windows Update Cleanup option to clean the WinSxS.

Clean Up the WinSxS Folder

From an elevated command prompt, type the following:

Dism.exe /online /Cleanup-Image /StartComponentCleanup

Tuer un processus en ligne de commande sous Windows

taskkill /f /im Spotify.exe (remplacez Spotify.exe par le nom de votre processus)

Trouver le nom du processus :

tasklist | findstr /i "spotify"

How to enable or disable hibernate in Windows 10

powercfg.exe /hibernate off

How to REALLY make Windows 10 Super Light for Gaming

Lister tous les répertoires dans un fichier, sous Windows

chcp 65001
cd c:\
dir /s /-c | find /v "/" > %USERPROFILE%\Desktop\out.txt