Skip to content

Commit 0361fee

Browse files
committed
[Unattended answer file/DTSS] Added another starter script for winutil users
1 parent 8861f17 commit 0361fee

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

DISMTools.vbproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1201,6 +1201,7 @@
12011201
<None Include="docs\css\fonts\Roboto-Slab-Regular.woff2" />
12021202
<None Include="docs\search\search_index.json" />
12031203
<None Include="docs\sitemap.xml.gz" />
1204+
<None Include="Elements\AutoUnattend\StarterScripts\WhenFirstUserLogsOn\Invoke WinUtil configuration.dtss" />
12041205
<None Include="Elements\AutoUnattend\StarterScripts\WhenFirstUserLogsOn\Set up a custom wallpaper.dtss" />
12051206
<None Include="Helpers\dthelper.bat">
12061207
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Language: PowerShell
2+
3+
# Export your WinUtil configuration file to "winutil-config.json" on the root of the target
4+
# Windows installation.
5+
if ((Test-Connection "christitus.com") -and (Test-Path -Path "$env:SYSTEMDRIVE\winutil-config.json" -PathType Leaf)) {
6+
iex "& { $(irm christitus.com/win) } -Config `"$env:SYSTEMDRIVE\winutil-config.json`" -Run"
7+
}

0 commit comments

Comments
 (0)