We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e79de commit 34f0502Copy full SHA for 34f0502
stable/ChangeWindowsSystemTheme.ps1
@@ -7,3 +7,7 @@ if (Test-Path $registryPath)
7
{
8
New-ItemProperty -Path $registryPath -Name "SystemUsesLightTheme" -Value $dwordValue -PropertyType DWORD -Force | Out-Null
9
}
10
+
11
+# Restart Windows Explorer
12
+Stop-Process -Name explorer -Force
13
+Start-Process explorer
0 commit comments