Skip to content

Commit

Permalink
feat: disable Use check boxes to select items
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyueta committed Aug 2, 2023
1 parent 1779f8f commit 616df60
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/playbook/Configuration/tweaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ features:
# qol\explorer #
# -------------------------------------------------------------------------- #
- tweaks\qol\explorer\always-more-details-transfer.yml
- tweaks\qol\explorer\disable-check-boxes.yml
- tweaks\qol\explorer\disable-folder-type-discovery.yml
- tweaks\qol\explorer\disable-folders-this-pc.yml
- tweaks\qol\explorer\disable-network-navigation-pane.yml
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Disable Use Check Boxes to Select Items
description: Disables check boxes in File Explorer to select items for QoL
privilege: TrustedInstaller
actions:
- !registryValue:
path: 'HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced'
value: 'AutoCheckSelect'
data: '0'
type: REG_DWORD

0 comments on commit 616df60

Please sign in to comment.