Skip to content

Commit

Permalink
fix: lockscreen wallpaper changing
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyueta committed Oct 6, 2023
1 parent c6a7b01 commit 2e46580
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 12 deletions.
1 change: 0 additions & 1 deletion src/playbook/Configuration/tweaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ features:
- tweaks\qol\config-start-menu.yml
- tweaks\qol\config-windows-ink-workspace.yml
- tweaks\qol\disable-background-auto-login.yml
- tweaks\qol\disable-lockscreen.yml
- tweaks\qol\disable-mouse-accel.yml
- tweaks\qol\disable-settings-tips.yml
- tweaks\qol\disable-spell-checking.yml
Expand Down
10 changes: 0 additions & 10 deletions src/playbook/Configuration/tweaks/qol/disable-lockscreen.yml

This file was deleted.

2 changes: 1 addition & 1 deletion src/playbook/Executables/THEME.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ for /f "usebackq tokens=2 delims=\" %%a in (`reg query "HKEY_USERS" ^| findstr /
)
)

:: clear lockscreen cache
:: Clear lockscreen cache
for /d %%a in ("%ProgramData%\Microsoft\Windows\SystemData\*") do (
for /d %%c in ("%%a\ReadOnly\LockScreen_*") do (
rd /s /q "%%c" > nul 2>&1
Expand Down

0 comments on commit 2e46580

Please sign in to comment.