-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dj Art
authored
Oct 29, 2019
1 parent
d738256
commit fcf3d01
Showing
1 changed file
with
3 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,5 @@ | ||
# Manual is OUTDATED | ||
# WinB - version 0.0.0.3 | ||
# WinB - version 0.0.0.10 | ||
Scripts for easy building Windows Images | ||
# Requirements | ||
At now, this tool contains only one script - BuildWindows10ARM.ps1. | ||
So, for using this you need: | ||
1. source\arm64\Images\W_10.0.16299.15.wim - Windows 10 for ARM64 | ||
2. source\arm\Images\W_8.1_ARM.wim - Windows 8.1 for ARM | ||
3. source\arm\Images\W_10.0.16299.15_IoT.vhd - Windows 10 IoT for ARM | ||
4. source\arm\Images\W_10.0.16299.15_PE.wim - Windows 10 PE for ARM | ||
5. source\arm\Packages\10.0.16299.15 - Packages for Windows 10 PE for ARM | ||
6. source\arm\Drivers - Drivers for your device, packed as 7z archive | ||
|
||
# How to use | ||
You need to start PowerShell as System account with TrustedInstaller privileges. RunAsTI(x86/x64) or ExecTI(msil) can help you with this. | ||
Change working directory to bin folder, than start main.ps1 script. | ||
Select script by entering needed number. | ||
Wait for end. | ||
Get your image at source\arm\Images\W_10.0.16299.15.wim | ||
https://github.com/DjArt/WinB/wiki/How-to-build-Windows-10-ARM32-image%3F |