解决 Windows 在安全模式或未安装显卡驱动时分辨率过低的问题:
bcdedit.exe /set "{globalsettings}" highestmode on
bcdedit.exe /set "{bootloadersettings}" highestmode on
对于其它系统(例如 PE 或 wim 部署系统),则使用以下命令:
bcdedit.exe /store "BCD文件路径" /set "{globalsettings}" highestmode on
bcdedit.exe /store "BCD文件路径" /set "{bootloadersettings}" highestmode on
以上命令可强制 Windows Boot Manager 使用最高屏幕分辨率。
已同步更新至博客文章 https://bytehorizon.net/archives/tsuzing/300/
bcdedit.exe /set "{globalsettings}" highestmode on
bcdedit.exe /set "{bootloadersettings}" highestmode on
对于其它系统(例如 PE 或 wim 部署系统),则使用以下命令:
bcdedit.exe /store "BCD文件路径" /set "{globalsettings}" highestmode on
bcdedit.exe /store "BCD文件路径" /set "{bootloadersettings}" highestmode on
以上命令可强制 Windows Boot Manager 使用最高屏幕分辨率。
已同步更新至博客文章 https://bytehorizon.net/archives/tsuzing/300/