Skip to content

Commit e673bda

Browse files
committed
fix: taskbar pins reg keys
1 parent e1130b5 commit e673bda

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/playbook/Configuration/tweaks/qol/taskbar/config-pins.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,14 @@ actions:
3737
# data: '0'
3838
# type: REG_DWORD
3939

40-
# Set new pins
40+
# Sets a temporary value for taskbar pins after oobe
41+
- !registryValue: { path: 'HKLM\SOFTWARE\AtlasOS\TempKey', value: 'browser', data: "Brave", type: REG_SZ, option: 'browser-brave', oobe: only}
42+
- !registryValue: { path: 'HKLM\SOFTWARE\AtlasOS\TempKey', value: 'browser', data: "Firefox", type: REG_SZ, option: 'browser-firefox', oobe: only}
43+
- !registryValue: { path: 'HKLM\SOFTWARE\AtlasOS\TempKey', value: 'browser', data: "Google Chrome", type: REG_SZ, option: 'browser-chrome', oobe: only}
44+
- !registryValue: { path: 'HKLM\SOFTWARE\AtlasOS\TempKey', value: 'browser', data: "LibreWolf", type: REG_SZ, option: 'browser-librewolf', oobe: only}
45+
- !registryValue: { path: 'HKLM\SOFTWARE\AtlasOS\TempKey', value: 'browser', data: "", type: REG_SZ, option: 'browser-librewolf', oobe: only}
46+
47+
# Set new pins
4148
- !powerShell:
4249
command: '.\TASKBARPINS.ps1'
4350
option: '!install-another-browser'

0 commit comments

Comments
 (0)