Tips of Windows Configuration Command

Windows configuration command

Infomation

1
2
> systeminfo
> ver
1
2
3
> diskpart
> format
> chkdsk /f

Changes the active console code page

1
2
> chcp
> chcp 936
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
Code page 	Country/region or language
437 	United States
850 	Multilingual (Latin I)
852 	Slavic (Latin II)
855 	Cyrillic (Russian)
857 	Turkish
860 	Portuguese
861 	Icelandic
863 	Canadian-French
865 	Nordic
866 	Russian
869 	Modern Greek
936 	Chinese
Licensed under CC BY-NC-SA 4.0
comments powered by Disqus