Marquel World Information Technology

We allready update to new theme & 2 GDesign custom theme coming up. Stay tuned for more updates coming soon By: Admin Kosmyn and the rest of the staff of this support forum
ChatBox

You are not connected. Please login or register

Genju1Make windows all in one in usb Empty Make windows all in one in usb Tue Aug 21, 2018 8:47 am

  • Moderator
Genju
Moderator
[size=34]Gagawa po tayo ng sarili nating All-in-One installer ng Windows..[/size]

Windows 7 64bit and 32bit in one ISO
Windows 8.1 64bit and 32bit in one ISO
Kailangan natin ito:
[size=34]1. ISO images of [/size]Windows 7[size=34] and [/size]Windows 8.1
[size=34]2. [/size]Win Toolkit

AIO #1: Windows 7 AIO creation

A[size=34]. Gawa muna tayo ng mga folders:[/size]
Code:
win7x86
win7x64
Make windows all in one in usb Cache.php?img=http%3A%2F%2Fs6.postimg.org%2Fehgjjywnl%2Faio1

b[size=34]. Extract natin ung mga sumusunod:[/size]
Code:
[ltr][size=16]Extract Windows 7 x86 (32bit) sa win7x86 folder

Extract Windows 7 x64 sa win7x64 folder
[/ltr]
[/size]
c[size=34]. Open Win Toolkit..[/size]
[size=34]Go to "Intermediate tab >> Click "All-in-One Disk Creator"[/size]

Make windows all in one in usb Cache.php?img=http%3A%2F%2Fs6.postimg.org%2Fn96g442xd%2Faio2

d[size=34]. Lalabas ung window na yan, click "Browse"[/size]

Make windows all in one in usb Cache.php?img=http%3A%2F%2Fs6.postimg.org%2F423md0axd%2Fimage

e[size=34]. Hanapin mo ung "install.wim" ng win7x86, then select mo un[/size]

Make windows all in one in usb Cache.php?img=http%3A%2F%2Fs6.postimg.org%2Ftdo9j1mtt%2Faio4

f[size=34]. Pareho lang sa previous step. Locate the "install.wim" sa win7x64 folder[/size]

Make windows all in one in usb Cache.php?img=http%3A%2F%2Fs6.postimg.org%2F5y6cdp32p%2Faio5

g.[size=34] Pagkatapos makikita mo ung nasa pic. Gayahin ung screenshot, check "Unlock All Editions", then click "Create"[/size]

Make windows all in one in usb Cache.php?img=http%3A%2F%2Fs6.postimg.org%2Fo9seh3mc1%2Faio6


h.[size=34] Ayan tapos na.. Gawa na tayo ng ISO. Sundan lang ung nasa pic:[/size]

Make windows all in one in usb Cache.php?img=http%3A%2F%2Fs6.postimg.org%2Fsgdpft2vl%2Faio8

Make windows all in one in usb Cache.php?img=http%3A%2F%2Fs6.postimg.org%2Fg6bfqz3rl%2Fbootable

Make windows all in one in usb Cache.php?img=http%3A%2F%2Fs6.postimg.org%2Fgbr8heki9%2Fimage

Folder ==> Ung location ng Windows Setup files
[size=16][size=16]ISO Output 
==> kung saan mo ise-save ung ISO

[/size][/size]
Label ==> Label na gusto mong maging name ng DVD
Advanced:
Select 
BIOS to boot in Legacy BIOS
Select 
UEFI to boot in Mdern BIOS (supported in Windows 8.x)


Make windows all in one in usb Cache.php?img=http%3A%2F%2Fs6.postimg.org%2Fob2caio5t%2Faio10

Make windows all in one in usb Cache.php?img=http%3A%2F%2Fs6.postimg.org%2Fqgwn50rm9%2Faio11

[size=34]i. Ganito na ang resulta pagsuccessful ang paggawa:[/size]

Make windows all in one in usb Cache.php?img=http%3A%2F%2Fs6.postimg.org%2Feyaxxvz69%2Faio12

Kasya na yan sa single-layer DVD (4.7GB)

AIO #2: Windows 8.1 AIO creation
Medyo iba lang sa paggawa ng Windows 8.1 AIO, di pa kasi fully supported ng Toolkit.

a.[size=34] Gawa muna tayo ng folder sa root ng C: drive, name it [/size]win81aio[size=34].[/size]
[size=34]Sa loob ng folder na "win81aio", gawa ng subfolders:[/size]
32bit[size=34], [/size]64bit[size=34], [/size]ent32bit[size=34], [/size]ent64bit[size=34], [/size]wmc32bit[size=34], [/size]wmc64bit[size=34], [/size]mount


Make windows all in one in usb Cache.php?img=http%3A%2F%2Fs6.postimg.org%2F5q2rrnosx%2Fimage

b.[size=34] Extract natin ang mga sumusunod:[/size]
Code:
1. Extract Windows 8.1 32bit sa 32bit folder

2. Extract Windows 8.1 64bit "install.wim" *only* sa 64bit folder

3. Extract Windows 8.1 Enterprise 32bit "install.wim" *only* sa ent32bit folder

4. Extract Windows 8.1 Enterprise 64bit "install.wim" *only* sa ent64bit folder
c.[size=34] For WMC creation:[/size]
[size=34]1. Export Pro edition using this command, open CMD admin:[/size]
Code:
[ltr]32bit:
dism /export-image /SourceImageFile:C:\win81aio\32bit\sources\install.wim /sourceIndex:1 /DestinationImageFile:C:\win81aio\wmc32bit\install.wim /DestinationName:"Windows 8.1 ProWMC x86" /compress:maximum

64bit:
[size=16]dism /export-image /SourceImageFile:C:\win81aio\64bit\install.wim /sourceIndex:1 /DestinationImageFile:C:\win81aio\wmc64bit\install.wim /DestinationName:"Windows 8.1 ProWMC x64" /compress:maximum
[/ltr]
[/size]
[size=34]2. Convert them now into WMC using this commands:[/size]

Code:
[ltr]32bit:
dism /mount-wim /wimfile:C:\win81aio\wmc32bit\install.wim /index:1 /mountdir:C:\win81aio\mount

Dism /Image:C:\win81aio\mount /Set-Edition:ProfessionalWMC

dism /unmount-wim /mountdir:C:\win81aio\mount /commit

imagex /flags "ProfessionalWMC" /info C:\win81aio\wmc32bit\install.wim 1 "Windows 8.1 Pro with Media Center" "Windows 8.1 Pro with Media Center"

64bit:
[size=16]dism /mount-wim /wimfile:C:\win81aio\wmc64bit\install.wim /index:1 /mountdir:C:\win81aio\mount

Dism /Image:C:\win81aio\mount /Set-Edition:ProfessionalWMC

dism /unmount-wim /mountdir:C:\win81aio\mount /commit


imagex /flags "ProfessionalWMC" /info C:\win81aio\wmc64bit\install.wim 1 "Windows 8.1 Pro with Media Center" "Windows 8.1 Pro with Media Center"[/ltr]
[/size]
d.[size=34] Follow [/size]step C. through G.[size=34] ng win7 aio creation for merging the WIM files..[/size]

e.[size=34] After matapos ung letter d, open notepad, then copy and paste this code:[/size]
Code:
[Channel]
Retail

[VL]
0
[size=34]Then save as [/size]ei.cfg[size=34] sa [/size]win81aio\32bit\sources
[size=34]Kailangan yan para hindi maghingi ng Product key during Setup..[/size]

f.[size=34] Pagna-encounter mo ung error na 'to, OK lang yan, punta ka lang sa "sources" then run Setup.exe para matest mo..[/size]

Make windows all in one in usb Cache.php?img=http%3A%2F%2Fs6.postimg.org%2Fd3ti2ems1%2Fwin84

g.[size=34] Ganito ang resulta pagsuccessful ung paggawa ng AIO:[/size]

Make windows all in one in usb Cache.php?img=http%3A%2F%2Fs6.postimg.org%2Fbdf2enump%2Fwin83

h.[size=34] Gayahin lang ung letter h sa AIO #1 kung paano gumawa ng ISO..[/size]


[size=34]Guys, ung "[/size]IMAGE SIZE[size=34]" na nakikita nyo ung size po yan after mo i-install. [/size]Hindi yan ung actual size ng ISO[size=34]..[/size]

[size=34]Don't hesitate to post your comments, questions, suggestions, clarifications about this thread [/size]Make windows all in one in usb Thumbsup

View previous topic View next topic Back to top Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum