Skip to content

Commit

Permalink
fix(newUsers): use set-thememru
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Aug 27, 2024
1 parent 63e92fb commit 89d3102
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/playbook/Executables/AtlasModules/Scripts/newUsers.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
$windir = [Environment]::GetFolderPath('Windows')
& "$windir\AtlasModules\initPowerShell.ps1"
$atlasDesktop = "$windir\AtlasDesktop"
$atlasModules = "$windir\AtlasModules"

Expand All @@ -21,7 +22,7 @@ if ([System.Environment]::OSVersion.Version.Build -ge 22000) {
reg import "$atlasDesktop\4. Interface Tweaks\File Explorer Customization\Gallery\Disable Gallery (default).reg" *>$null

# Set ThemeMRU (recent themes)
ThemeMRU | Out-Null
Set-ThemeMRU | Out-Null
}

# Set lockscreen wallpaper
Expand Down

0 comments on commit 89d3102

Please sign in to comment.