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