No announcements
Found 518 threads
-
2 Votes
Imagex.exe not recognizable as internal or external command in WinPE
My imagex was on i think e: and i ran command to do the following: E:\imagex.exe /capture C: C:\myimage.wim "my Win7 ...Answered | 6 Replies | 36366 Views | Created by ondiray - Thursday, February 25, 2010 8:26 PM | Last reply by rusk1y - Monday, January 30, 2012 1:18 AM -
1 Votes
imagex.exe
You can find this imagex.exe in c:\program files\windows aik\tools\x86\imagex.exeAnswered | 6 Replies | 145963 Views | Created by Docotto - Wednesday, July 21, 2010 1:07 PM | Last reply by Baycomputers - Friday, January 24, 2014 3:05 PM -
0 Votes
Imagex.exe in AIK
I recheacked. x86 my architectures and 481.680 imagex.exe Help me pleaseAnswered | 7 Replies | 13374 Views | Created by Arash_89 - Wednesday, July 11, 2012 10:54 AM | Last reply by Jeremy_Wu - Thursday, July 12, 2012 9:00 AM -
0 Votes
e:\imagex.exe
"e:\imagex.exe /capture d: z:\\win7.wim "MyWin7" /verify" This was fine for the exeption that my system was reading from ...Answered | 4 Replies | 8704 Views | Created by tojoe101 - Thursday, February 2, 2012 9:10 AM | Last reply by tojoe101 - Sunday, February 5, 2012 5:27 PM -
0 Votes
imagex.exe not found
The imagex.exe is located in %SYSTEMDRIVE%\Program Files\Windows AIK\Tools\amd64 or x86.Answered | 2 Replies | 26238 Views | Created by totalnet32 - Saturday, January 30, 2010 3:11 AM | Last reply by totalnet32 - Sunday, January 31, 2010 8:35 PM -
0 Votes
Where can I find imagex.exe?
Hi, ImageX.exe is included in the Windows Automated Installation Kit (Windows AIK).Proposed | 3 Replies | 5614 Views | Created by TheMysticTheurge - Monday, December 9, 2019 12:59 AM | Last reply by Farena - Wednesday, December 18, 2019 8:38 AM -
0 Votes
Imagex.exe not recognized as internal or external command in WinPE
imagex.exe is not put into your source image when using copype.cmd.Answered | 1 Replies | 3113 Views | Created by Muhamad Nabeel - Sunday, January 5, 2014 8:20 AM | Last reply by Tripredacus - Monday, January 6, 2014 6:45 PM -
0 Votes
Lite Touch Deployment failed
Never mind. the issue was somehow the imagex.exe file from 2012 was replaced with an older version.Answered | 1 Replies | 1338 Views | Created by whuffty - Thursday, July 18, 2013 2:15 PM | Last reply by whuffty - Thursday, July 18, 2013 3:53 PM -
0 Votes
Unable to import Windows 10 Enterprise (CBB) v1607 images into WDS
In fact, since build 1067 and the latest Windows ADK just released, IMAGEX.exe may not be completely compatible with them, the later update should fix the condition.Answered | 3 Replies | 763 Views | Created by Transporteraccident - Wednesday, August 3, 2016 4:59 PM | Last reply by Teemo Tang - Friday, August 5, 2016 6:08 AM -
0 Votes
Windows AIK in Windows 7
Yes, making 64bit WinPE will allow you to run 64bit imagex.exe.Answered | 3 Replies | 1314 Views | Created by Richardjf - Thursday, October 22, 2015 4:30 PM | Last reply by Tripredacus - Friday, October 23, 2015 6:29 PM -
2 Votes
can't load windows pe media
The complete procedure is: copype.cmd x86 c:\winpe_x86 copy "c:\program files\Windows AIK\Tools\x86\imagex.exe" c:\winpe_x86\iso\ ...Answered | 6 Replies | 6435 Views | Created by Man Ng - Thursday, August 13, 2009 9:32 AM | Last reply by Maniac Cop - Monday, April 5, 2010 8:09 PM -
0 Votes
WDS: Unable to import a Windows 10 v1607 WIM Image
Here's the version information of IMAGEX.EXE that I most recently used (from ADK 1607): I WAS able to get my images imported ...Answered | 6 Replies | 1815 Views | Created by Transporteraccident - Tuesday, August 2, 2016 9:14 PM | Last reply by Cartman Shen - Wednesday, August 24, 2016 1:10 AM -
2 Votes
Question about the newest released MDT 2013 UPDATE1 version
- by Keith Garner Recent changes to remove imagex.exe to dism.exe have broken progress in the task sequencer during LTIApply.wsf apply.Answered | 6 Replies | 2337 Views | Created by longgegeno1 - Wednesday, August 19, 2015 2:50 AM | Last reply by Ty Glander - Thursday, August 20, 2015 10:58 PM -
0 Votes
WinPe and ImageX
find the drive letter that contains imagex.exe and then you'll be able to continue.Answered | 5 Replies | 16189 Views | Created by nooyoo - Saturday, July 30, 2011 5:11 PM | Last reply by DonPick - Monday, August 1, 2011 8:33 AM -
0 Votes
Adding NIC to modifed boot.wim from 2008 CD - Will not work
u are using imagex.exe /mountrw/ c:\newboot.wim 1 c:\Mount ..... use imagex.exe /mountrw/ c:\newboot.wim 2 ...Answered | 4 Replies | 9163 Views | Created by Paul Swainson - Wednesday, July 30, 2008 1:15 PM | Last reply by Rajnish1981 - Monday, January 17, 2011 8:57 AM -
0 Votes
Imagex not recognized as internal .... have it on a bootable dvd, in the iso file
Hi, From our experience, in your scenario, imagex.exe seemed not put into your source image when using copype.cmd.Answered | 1 Replies | 1715 Views | Created by macushla - Tuesday, March 8, 2016 8:28 AM | Last reply by Teemo Tang - Wednesday, March 9, 2016 6:29 AM -
1 Votes
Creating Windows PE wim with ImageX
Make following Directory winpe_x86 at C:\ so Your Path is c:\winpe_x86 3.Now Mount WinPE.wim to c:\winpe_x86 by using Following command imagex /mountrw c:\winpe.wim 1 ...Answered | 5 Replies | 19147 Views | Created by swoon_ - Wednesday, June 20, 2012 11:11 PM | Last reply by KalpeshPatel.ce - Friday, June 22, 2012 4:31 AM -
0 Votes
Create OSD Media With Two OS WIM's
Here is a script which can do it for you: Param ( [Parameter(mandatory = $true)][string]$Path, [Parameter(mandatory = ...Answered | 7 Replies | 3305 Views | Created by Replace Letters Only Letters In String - Monday, August 27, 2012 6:30 PM | Last reply by C-M - Tuesday, April 2, 2013 12:20 AM -
2 Votes
Capturing a WIM image - Windows PE
Try running with F:\ instead because I had the same problem and by trying F:\ imagex.exe worked I too had the disk in E: good luck tojoe101Answered | 9 Replies | 12906 Views | Created by kallelurifaks - Thursday, March 17, 2011 12:16 PM | Last reply by tojoe101 - Sunday, February 5, 2012 3:30 AM -
0 Votes
How to use this package.wim
Hi, You could use the below steps to work with your imagex.exe 1) Ensure that imagex.exe and install.wim is placed in the ...Answered | 3 Replies | 1763 Views | Created by dotspotty - Thursday, September 12, 2013 9:48 AM | Last reply by Kate Li - Monday, September 16, 2013 6:07 AM - Items 1 to 20 of 518 Next ›
No announcements