diff --git a/.pe_items/System32/Winpeshl.ini b/.pe_items/System32/Winpeshl.ini index a91b5b58..9147e972 100644 --- a/.pe_items/System32/Winpeshl.ini +++ b/.pe_items/System32/Winpeshl.ini @@ -3,4 +3,4 @@ wpeinit wpeutil updatebootinfo cd /d "%SystemDrive%\.bin" -"%SystemDrive%\.bin\ConEmu\ConEmu.exe", /cmd cmd /k cd "%SystemDrive%\.bin" & python "%SystemDrive%\.bin\Scripts\menu.py" +"%SystemDrive%\.bin\ConEmu\ConEmu.exe", /cmd cmd /k cd "%SystemDrive%\.bin" & python "%SystemDrive%\.bin\Scripts\winpe_root_menu.py" diff --git a/.pe_items/System32/menu.cmd b/.pe_items/System32/menu.cmd index cec35be5..76edf44a 100644 --- a/.pe_items/System32/menu.cmd +++ b/.pe_items/System32/menu.cmd @@ -1,2 +1,2 @@ @echo off -python "%SystemDrive%\.bin\Scripts\menu.py" +python "%SystemDrive%\.bin\Scripts\winpe_root_menu.py"