NutBuster Posted November 28, 2017 Share Posted November 28, 2017 I have seen similar posts on type of issue but nothing specific. GImagex will not run under PE adk10 (1709) x64 I get the following message: This version of X:\WINDOWS\systems32\gimagex.exe is not compatible with this version of Windows you are running. Check your computer's system information ant then contact the software publisher. Trying to execute imagex.exe also produces the exact same output as above. The hardware is new Kaby Lake only supports win10 x64.. Is anyone else seeing this? Is GImagex no longer compatible? The new computers we have, with mSata, will not support booting under PE x86.. Link to comment Share on other sites More sharing options...
NutBuster Posted November 29, 2017 Author Share Posted November 29, 2017 MODERATOR THIS TOPIC CAN BE DELETED, THIS ISSUES WAS MY MISTAKE. Earthshine 1 Link to comment Share on other sites More sharing options...
LDG Posted March 18, 2019 Share Posted March 18, 2019 NutBuster, Since I'm seeing the same thing....please, what was your solution? Thank you! Link to comment Share on other sites More sharing options...
water Posted March 18, 2019 Share Posted March 18, 2019 I fear you won't get a reply as the OP has been absent since his last post (2017/11/29). My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki Link to comment Share on other sites More sharing options...
water Posted March 18, 2019 Share Posted March 18, 2019 (edited) As "GImageX is provided as a 32-bit and 64-bit native application that can be run even in WinPE." I assume he was using the wrong version.https://www.autoitconsulting.com/site/software/gimagex/ Edited March 18, 2019 by water My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki Link to comment Share on other sites More sharing options...
Administrators Jon Posted March 18, 2019 Administrators Share Posted March 18, 2019 Yeah. WinPE x64 lacks the x86 subsystem. So you can only run native x64 apps on WinPE x64 and must use the correct version. Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Link to comment Share on other sites More sharing options...
LDG Posted March 18, 2019 Share Posted March 18, 2019 Posting this was rather a Hail Mary play, but I thought I would give it a try. I downloaded the latest GimageX I could find from https://www.autoitconsulting.com/site/image-engineering/gimagex-v2-2-0-released-for-windows-10/ And was trying to use gimagex.exe that can be found in C:\gimagex\x64. Got the error so which one should I be using? Link to comment Share on other sites More sharing options...
Administrators Jon Posted March 18, 2019 Administrators Share Posted March 18, 2019 Sounds like the right file. Should be 322KB (x86 one is smaller). I tested it on 1803 originally. Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Link to comment Share on other sites More sharing options...
LDG Posted March 18, 2019 Share Posted March 18, 2019 Jon, Thank you for your reply. I appreciate all help you can give me. The version I downloaded from https://www.autoitconsulting.com/site/image-engineering/gimagex-v2-2-0-released-for-windows-10/ is 315 KB. I checked and the version that is here https://www.autoitconsulting.com/site/software/gimagex/ is also 315 KB. I am attempting to use this on Win 10 Enterprise 2019LTSC which is equivalent to 1809. Link to comment Share on other sites More sharing options...
Administrators Jon Posted March 18, 2019 Administrators Share Posted March 18, 2019 Just tried it on 1809 Pro and it worked fine. You don't have UAC disabled do you? When run normally it should pop up a UAC prompt to allow it to run as Administrator. But if you are running as a standard user or have UAC elevation blocked you'll need to run it as admin manually. Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Link to comment Share on other sites More sharing options...
LDG Posted March 18, 2019 Share Posted March 18, 2019 50 minutes ago, Jon said: Just tried it on 1809 Pro and it worked fine. You don't have UAC disabled do you? When run normally it should pop up a UAC prompt to allow it to run as Administrator. But if you are running as a standard user or have UAC elevation blocked you'll need to run it as admin manually. Let me attempt again to be sure. I am running it in a admin command window in WinPE. Link to comment Share on other sites More sharing options...
Administrators Jon Posted March 18, 2019 Administrators Share Posted March 18, 2019 1809 ADK? I'll have to download it and build WinPE to test. Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Link to comment Share on other sites More sharing options...
Administrators Jon Posted March 19, 2019 Administrators Share Posted March 19, 2019 I downloaded and created a new WinPE x64 boot image from the 1809 ADK and everything worked as expected. So I'm at a loss as to what is your issue. Maybe it's the way you are creating the WinPE environment? I tend to use MDT or SCCM to do it automatically. I've also done it this way: https://docs.microsoft.com/en-us/sccm/osd/get-started/customize-boot-images but I only do that in unusual scenarios. Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Link to comment Share on other sites More sharing options...
LDG Posted March 19, 2019 Share Posted March 19, 2019 I have gotten GImagex to run now...batch file was not using gimagex_x64. Now I am attempting to find out why capturing the image corrupts my master image. Thank goodness the master image is a virtual machine and doesn't have to be rebuilt. I am intrigued by your statement "I tend to use MDT or SCCM to do it automatically". Can you point me to documentation that details creating WinPE with SCCM on USB? Thank you for all your time! Link to comment Share on other sites More sharing options...
Administrators Jon Posted March 19, 2019 Administrators Share Posted March 19, 2019 I just mean that SCCM creates its own WinPE boot disks for use in SCCM only. Same for MDT. If you are just doing your own rescue type disk then easier to do your own like in the link above. Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Link to comment Share on other sites More sharing options...
LDG Posted March 19, 2019 Share Posted March 19, 2019 Thanks for all your assistance. Fingers crossed that no further problems will occur. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now