File tree Expand file tree Collapse file tree
Elements/AutoUnattend/StarterScripts/WhenFirstUserLogsOn Expand file tree Collapse file tree 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\Update Microsoft Store Apps.dtss" />
12041205 <None Include =" Elements\AutoUnattend\StarterScripts\WhenFirstUserLogsOn\Invoke WinUtil configuration.dtss" />
12051206 <None Include =" Elements\AutoUnattend\StarterScripts\WhenFirstUserLogsOn\Set up a custom wallpaper.dtss" />
12061207 <None Include =" Helpers\dthelper.bat" >
Original file line number Diff line number Diff line change 1+ Language: Batch
2+
3+ @echo off
4+ echo Updating all Microsoft Store applications. This could take a while...
5+ powershell -command Get-CimInstance -Namespace "Root\cimv2\mdm\dmmap" -ClassName "MDM_EnterpriseModernAppManagement_AppManagement01" ^| Invoke-CimMethod -MethodName UpdateScanMethod >nul 2>&1
6+ echo Showing updates page...
7+ start ms-windows-store://downloadsandupdates
You can’t perform that action at this time.
0 commit comments