tech:notes_windows
Ceci est une ancienne révision du document !
Table des matières
Notes windows
Charset lang
Source https://superuser.com/questions/482018/how-to-set-default-charset-in-windows-cmd
Get default charset in Windows cmd
chcp
How to set default charset in Windows cmd ?
[HKEY_CURRENT_USER\Software\Microsoft\Command Processor] "AutoRun"="chcp 1251"
Cmd - Get the System-locale setting for the current computer
systeminfo | findstr /B /C:"System Locale"
PowerShell - Get the System-locale setting for the current computer
Get-WinSystemLocale
Recourci clavier changement layout keyboard
[shift] + [ctrl]
ou selon la version :
[ctrl] + [alt]
Pb réseau entreprise
ipconfig /flushdns timeout 30 ipconfig /release timeout 30 ipconfig /renew timeout 30 gpupdate /force
Notes batch .bat cmd.exe
Le code de retour est renvoyé par la variable ERRORLEVEL (équivalent à RC)
tech/notes_windows.1742825205.txt.gz · Dernière modification : de 127.0.0.1
