mirror of
https://github.com/bin456789/reinstall.git
synced 2025-10-05 22:44:53 +00:00
windows: 使用 437 代码页
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user