在WinPE 64位元 出現 Error: The subsystem needed to support the image type is not present”
在實作一個TOOL時,發現在WinPE 64 bit OS 會有問題
error message如下
"The subsystem needed to support the image type is not present”
這是因為WinPE 64位元並不支援32bit AP(一般Win7 的64bit 可以)
所以必須要利用Visual studio 2010 重新build X64版本即可
error message如下
"The subsystem needed to support the image type is not present”
這是因為WinPE 64位元並不支援32bit AP(一般Win7 的64bit 可以)
所以必須要利用Visual studio 2010 重新build X64版本即可
留言