Skip to content

Commit

Permalink
a toggle for taskbar animations #58
Browse files Browse the repository at this point in the history
  • Loading branch information
melo936 authored Dec 7, 2023
1 parent 4cc51d7 commit 3d01408
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,11 @@ actions:
# ------> https://www.sevenforums.com/tutorials/717-shut-down-speed-up.html
- !registryValue: {path: 'HKLM\SYSTEM\ControlSet001\Control', value: 'WaitToKillServiceTimeout', type: REG_SZ, data: '1500'}
# === Disable Taskbar Animations. (prevents the pop up windows in the taskbar from getting stuck too)
- !registryValue: {path: 'HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced', value: 'TaskbarAnimations', type: REG_DWORD, data: '0'}
- !registryValue: {path: 'HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced', value: 'TaskbarAnimations', type: REG_DWORD, data: '0', option: 'configure-explorer-taskbar-animations'}

- !registryValue: { path: 'HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced', value: 'TaskbarAnimations', operation: delete, option: '!configure-explorer-taskbar-animations' }


# === Turn off display of recent search entries in the File Explorer search box - Enabled
# ------> Additionally this also disables Bing in the Start Menu in Windows 10's May 2020 update (20H1).
# ------> https://www.howtogeek.com/224159/how-to-disable-bing-in-the-windows-10-start-menu/
Expand Down
4 changes: 4 additions & 0 deletions src/playbook.conf
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@
<Text>Configure Explorer Folder View</Text>
<Name>configure-explorer-folder-view</Name>
</CheckboxOption>
<CheckboxOption IsChecked="true">
<Text>Configure Taskbar animations</Text>
<Name>configure-explorer-taskbar-animations</Name>
</CheckboxOption>
</Options>
</CheckboxPage>
</FeaturePages>
Expand Down

0 comments on commit 3d01408

Please sign in to comment.