windows: 使用 437 代码页

This commit is contained in:
bin456789
2024-03-22 20:05:53 +08:00
parent e3fe839329
commit 55cc1a47ac
6 changed files with 10 additions and 10 deletions

View File

@@ -1,11 +1,9 @@
@echo off
mode con cp select=437 >nul
rem 正常来说应该用 46001 代码页
rem 但 win7 find 命令在 46001 代码页下有问题,仅限 win 7
rem echo a | find "a"
rem win7 find 命令在 65001 代码页下有问题,仅限 win 7
rem findstr 就正常,但安装程序又没有 findstr
rem 只好用 437 代码页,好像也没副作用
rem echo a | find "a"
rem 使用高性能模式
rem https://learn.microsoft.com/windows-hardware/manufacture/desktop/capture-and-apply-windows-using-a-single-wim