-
Content Count
148 -
Joined
-
Last visited
-
Donations
$0.00
Community Reputation
1 NeutralAbout behdadsoft

Contact Methods
-
Website URL
http://www.Behdadsoft.com
Profile Information
-
OS
Windows 8.1 x64
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
behdadsoft started following Remove SXS under sources folder in ISO file
-
Skip Cortana in unattended file
behdadsoft replied to behdadsoft's topic in Unattended Windows 10 Installation
No, I used WinToolkit fo do this. Thanks it work very well. -
Hi. I used this unattended file for install windows 10 build 1607. but in new version (build 1703) microsoft added cortana during installation and this unattended file can't skip select language and add layout. anyone know how can skip this part in unattended file?? <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE"> <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns
-
Change Windows CREATIONTIME
behdadsoft replied to behdadsoft's topic in Unattended Windows 7/Server 2008R2
yes, Of course. you can open install.wim with hex editor and access to [1].xml file and easily change CREATIONTIME. -
Change Windows CREATIONTIME
behdadsoft replied to behdadsoft's topic in Unattended Windows 7/Server 2008R2
I find it. -
Hi. I added custom update to image file (install.wim) and now I want change windows CREATIONTIME to new time. I searched in google for find a way for do this work but i only understood i should modify [1].xml file inside install.wim but I don't know how can find this file. anyone know how can find this file? Thanks.
-
Thanks for Reply. Is your mean that All 32Bit Windows(7,8.1,10) can't boot in EFI mode? mean EFI mode is only for 64Bit Operating system? After merged two Image 32Bit and 64Bit in to one Install.wim, I put it to 32Bit Iso. in DVD Image there is a efi folder that there is two folder in it: http://uupload.ir/files/rzdl_1.png Boot :in this folder there is bootia32.efi. microsoft ==> Boot : there is 8 file. http://uupload.ir/files/ufwd_2.png I think for support EFI, I should add bootx64.efi inside efi ==> Boot folder in beside bootia32.efi. but I
-
Hi. I Merged two Image 32Bit and 64Bit in to one Install.wim. now I want know for support both 32bit and 64bit UEFI, what should I do? can I merge bootia32.efi and boox64 together for support dual UEFI(32 & 64Bit)? Thanks.