mirror of
https://github.com/bin456789/reinstall.git
synced 2025-12-10 07:28:56 +08:00
windows: 使用 437 代码页
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
@echo off
|
||||
mode con cp select=65001 >nul
|
||||
mode con cp select=437 >nul
|
||||
|
||||
set C=%SystemDrive:~0,1%
|
||||
for /f "tokens=2" %%a in ('echo list vol ^| diskpart ^| findstr "\<installer\>"') do (echo select vol %%a & echo delete partition) | diskpart
|
||||
|
||||
Reference in New Issue
Block a user