비트
-
배치파일 비트/부팅/GUID컴퓨터/배치파일 2016. 4. 10. 15:01
1. csm/efi 구분bcdedit /enum {current} | find "winload.efi" && (bcdedit /set %guid% path \windows\system32\winload.efi)bcdedit /enum {current} | find "winload.efi" || (bcdedit /set %guid% path \windows\system32\winload.exe)orset bios=exebcdedit /enum bootmgr | findstr bootmgfw.efiif not errorlevel 1 set bios=efibcdedit /set !guid! path \windows\system32\winload.!bios! 2. guid for /f "tokens=1-5 us..