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"
|
||||
$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