File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Elements/AutoUnattend/StarterScripts/WhenFirstUserLogsOn Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments