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 328eb74 commit 9d16855Copy full SHA for 9d16855
src/playbook/Configuration/tweaks/qol/appearance/atlas-theme.yml
@@ -26,11 +26,8 @@ actions:
26
type: REG_DWORD
27
- !powerShell:
28
command: |
29
- .\AtlasModules\initPowerShell.ps1
30
- foreach ($userKey in (Get-RegUserPaths -NoDefault).PsPath) {
31
- Set-ItemProperty `
32
- -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Creative\$(Split-Path $userKey -Leaf)" `
33
- -Name 'RotatingLockScreenEnabled' -Type DWORD -Value 0 -Force
+ foreach ($userKey in (Get-ChildItem "HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Creative").PsPath) {
+ Set-ItemProperty -Path $userKey -Name 'RotatingLockScreenEnabled' -Type DWORD -Value 0 -Force
34
}
35
exeDir: true
36
wait: true
0 commit comments