mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2026-08-12 19:11:18 +10:00
Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9769cafa7d | ||
|
|
42dfc8c82b |
@@ -136,6 +136,7 @@ function Invoke-WinUtilISOWriteUSB {
|
|||||||
@(
|
@(
|
||||||
"select disk $diskNum"
|
"select disk $diskNum"
|
||||||
$createPartitionCommand
|
$createPartitionCommand
|
||||||
|
"select partition 1"
|
||||||
"format quick fs=fat32 label=`"$volLabel`""
|
"format quick fs=fat32 label=`"$volLabel`""
|
||||||
"exit"
|
"exit"
|
||||||
) | Set-Content -Path $dpFile2 -Encoding ASCII
|
) | Set-Content -Path $dpFile2 -Encoding ASCII
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
<UserData>
|
<UserData>
|
||||||
<ProductKey>
|
<ProductKey>
|
||||||
<Key>00000-00000-00000-00000-00000</Key>
|
<Key>00000-00000-00000-00000-00000</Key>
|
||||||
<WillShowUI>Always</WillShowUI>
|
<WillShowUI>Never</WillShowUI>
|
||||||
</ProductKey>
|
</ProductKey>
|
||||||
<AcceptEula>true</AcceptEula>
|
<AcceptEula>true</AcceptEula>
|
||||||
</UserData>
|
</UserData>
|
||||||
|
|||||||
Reference in New Issue
Block a user