UEFI Shell 自动执行 f.nsh - 从 U 盘引导的正确指令
@echo off for %i in fs0 fs1 fs2 fs3 fs4 fs5 fs6 fs7 fs8 fs9 fs10 fs11 fsa fsb fsc do if exist %i:f.nsh then %i:f.nsh
原文地址: https://www.cveoy.top/t/topic/pTIj 著作权归作者所有。请勿转载和采集!
安全问答是一个知识全球问答,包含丰富的问答知识
@echo off for %i in fs0 fs1 fs2 fs3 fs4 fs5 fs6 fs7 fs8 fs9 fs10 fs11 fsa fsb fsc do if exist %i:f.nsh then %i:f.nsh
原文地址: https://www.cveoy.top/t/topic/pTIj 著作权归作者所有。请勿转载和采集!