The copype command is not recognized
Solved
flexi2202
Posted messages
3640
Registration date
Status
Member
Last intervention
-
flexi2202 Posted messages 3640 Registration date Status Member Last intervention -
flexi2202 Posted messages 3640 Registration date Status Member Last intervention -
Hello everyone
I am trying to create a mini Windows PE using the Windows Assessment and Deployment Kit (Windows ADK)
after installing everything
I start the Deployment and Imaging Tools Environment as an administrator.
I enter this command on one line
copype amd64 C:\WinPE_amd64
but I get this error message
thank you for your help
I am trying to create a mini Windows PE using the Windows Assessment and Deployment Kit (Windows ADK)
after installing everything
I start the Deployment and Imaging Tools Environment as an administrator.
I enter this command on one line
copype amd64 C:\WinPE_amd64
but I get this error message
thank you for your help
3 answers
-
maybe it's because my PC is running Windows 8.1 while I want to install the Windows 10 kit
-
you have a kit for Windows 8
https://docs.microsoft.com/en-us/windows-hardware/get-started/adk-install
https://www.microsoft.com/en-us/download/details.aspx?id=30652 -
-
after installing everything
It's vague
Which files exactly did you install?
In my opinion, you didn't install the WinPe add-on
https://download.microsoft.com/download/E/F/A/EFA17CF0-7140-4E92-AC0A-D89366EBD79E/adkwinpeaddons/adkwinpesetup.exe
Once that's done, copype will be available
-
Thank you for the response
So after installing the WinPE add-on, it works
The PC booted properly from the bootable USB stick
But I don't have the graphical environment
I have a blue background screen with a DOS window
And the following lines
x:\windows\system32>wpeinit
x:\windows\system32>
And the cursor is blinking
How can I get a graphical environment? -
It seems normal to me
What exactly do you want to do?
If you want a CD like a Windows LiveCD see this link
-
-
Hello,
It's copy and not copype.
The copype command does not exist.
--
Please press any key to continue the disinfection... -
Good evening
thank you for the response
it doesn't work either
here is a screenshot
and the copype command is taken over by Microsoft
https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/winpe-create-usb-bootable-drive-
-
-
Thank you for the answers. I tried with Xcopy and that doesn't work either.
Why are you using the command line instead of the graphical interface?
How can I do it in graphical mode?
Just with a copy-paste?
But what exactly should I copy to create this USB stick?
Just the amd64 directory?
Because the command taken from Microsoft is this:
copype amd64 C:\WinPE_amd64
So that means it copies amd64 to C:\WinPE_amd64
Yet I don't have a directory for C:\WinPE_amd64 on C:
However, the copype command apparently exists.
https://www.google.com/search?ei=aDK7XKntFIXfwAKisq_YDA&q=copype+command+line&oq=copype+command+line&gs_l=psy-ab.1.0.0i30.12420.15224..16988...0.0..0.76.212.3......0....1..gws-wiz.......0i71j0i7i30j0i7i10i30j0i13j0i13i30.AqR8mdwDPV8 -
xcopy amd64 C:\WinPE_amd64 /e/i/v
Type xcopy /? for the meaning of each parameter
This will create the WinPE_amd64 folder, but it won't be enough for what you want to do; you need to use copype
See my last reply
https://forums.commentcamarche.net/forum/affich-35982758-la-commande-copype-n-est-pas-reconnue#10 -
-