MSFN is made available via donations, subscriptions and advertising revenue. The use of ad-blocking software hurts the site. Please disable ad-blocking software or set an exception for MSFN.
×

kyor
Member-
Content Count
113 -
Joined
-
Last visited
-
Donations
$0.00
Community Reputation
0 NeutralAbout kyor

- Birthday 01/01/1978
Contact Methods
-
Website URL
http://
Profile Information
-
OS
Windows 10 x64
-
WIM XML description editing
kyor replied to FarCry3r's topic in Unattended Windows Vista/Server 2008
Thanks for update gimagex for support the Display Name and description tag. It works also for Windows 8.1. This topic is old but also usefull these days even with Windows 10 Now i can make a customized ISO File that support also autounattend.xml -
for those who have a similar question: i have found the clue. You can use the portable version of Python (WinPython portable) you have to copy the appropriate Visual C++ dll from microsoft to the c:\windows\system32 folder. now you can run your python code.
-
Is it possible to get python to work with the 64bit version of pe? I downloaded portable python and it worked for 32bit PE. Does anybody have experience with that?
-
kyor started following Add "Repair your Computer" in Advanced boot options, Winpe 5 64-bit and Python support, slow pxeboot.0 with 3rd party tftp and 2 others
-
@mchipser if you like you can test my bootmgr.exe that i use for years with Linux without delay For testing purpose i have uploaded it to http://exfile.ru/372587 Greetings kyor
-
I had a delay when i tried to load Winpe from PXE. I don't get a a error message
-
I had the same issue several years ago with Windows 7. So i still use the Vista files to boot my Winpe4 Image without any delay.
-
i don't know. Have you searched in the DVD ISO
-
try to use autocomlete on the command line so type in D:\Proj and use the TAB key to complete you can try the path also without "" when you have no spaces in the path Do you have different double quotes in your scripts? See your quotation and my "D:\Projects\WinPE\x86\Winpe_FPs\WinPE-HTA.cab"
-
For additional Packages (optional components) that are not included as defaults you have to install two Packages these are optional components WinPE-HTA HTML Application support. Enables the creation of GUI applications using the Internet Explorer script engine and HTML services. Winpe-LegacySetup The Media Setup feature package. All Setup files from the \Sources folder on the Windows media. Add this package when servicing Setup or the \Sources folder on the Windows media. Must be added with the Setup feature package. To add a new Boot.wim to the media, add either child package in additio
-
when you add the the language pack and set the keyboard layout to your language (Dism /image:C:\test\offline /Set-AllIntl:sv-se) then you have all what you need. inclusive special county character on your keyboard.
-
@bookie32 The only language installed as default is english You can get additional Winpe language files within the WAIK ISO. i guess to remember that on WinPE 3 it's located directly on the CD. On Winpe 4 it's installed unter C:\Program Files..\..\Assessment and Deployment Kit\Windows Preinstallation Environment\x86\WinPE_OCs replace x86 to amd64 on above Path to get Language Pack for 64 bit systems use DISM.exe /Image:C:\test\offline /Add-Package /PackagePath:sv-se\lp.cab to add language use the following command to set WinPE to Swedish Dism /image:C:\test\offline /Set-AllIntl:sv-se c:\test
-
Unfortunately it does only work on fat/fat32. I have tested exFat but this doesn't work, too. So my install.wim file can't be greater than 4 GB due to FAT32 limitation
-
thanks Tripredacus It works now. I had a faulty entry in my BCD file. When i tried to set the winre image i got always a error message. The following method works for me Reagentc.exe /disable delete contents of c:\recovery copy winre.wim from boot media to c:\recovery Reagentc.exe /setosimage /path c:\recovery /target C:\Windows Reagentc.exe /enable
-
Hi, I want to add "Repair your Computer" to the Advanced boot optitions for Windows 7 when i press f8 during windows boot. In my Windows installation i miss this option, at work it works. I know how to add it to the Windows 7 Bootmanager, but i want it to the advanced boot option. Could anybody help me out? thanks
-
You can find a good documentation here on MSFN I've used these here