Ctime

From PlcWiki

(Difference between revisions)
Jump to: navigation, search
Jon (Talk | contribs)
(Created page with 'Comment: Name = "Local Area Connection" is obtained in Network Connections by simple copying (F2, CTRL + C), in Czech Windows it is usually called 'Local Area Connection'. The p…')
Newer edit →

Revision as of 14:17, 19 January 2022

Comment:

Name = "Local Area Connection" is obtained in Network Connections by simple copying (F2, CTRL + C), in Czech Windows it is usually called 'Local Area Connection'. The problem is in diacritics because it has to be written not in the win1250 code page, but in ancient Latin2. Code page needs to be switched:

chcp 1250

netsh interface ip set address name = "Local Area Connection" source = static addr = 142.25.14.112 mask = 255.255.255.0

If you want to keep the old Latin2, download the PSPad. There is no better program.

Screenshot_2022-01-19_15-15-18.png

Personal tools