cd “C:\Users\engl\Desktop\tftp\englpe\x64” or cd “C:\Users\engl\Desktop\tftp\englpe\x86” depending on whether you need to update the winpe.wim for x86 or x64
mkdir c:\temp\englpe
dism /mount-wim /wimfile:”winpe.wim” /index:1 /mountdir:”c:\temp\englpe\”

edit ..\windows\system32\winpeshl.ini and remove ‘, /EnableF8’ in line number 3:

commit the image using:

dism /unmount-wim /mountdir:”c:\temp\englpe”  /commit