Skip to content

Commit efda06e

Browse files
committed
Add new registry settings to User.All.json
Added 'DisableAutoplay' and 'ShowFrequentList' registry keys under the 'Others' section to control AutoPlay and Start menu frequent apps settings.
1 parent ec3285f commit efda06e

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

src/configs/User.All.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,22 @@
159159
"type": "DWord",
160160
"note": "Enables 'Show accent colour on title bars and window borders'"
161161
}
162+
],
163+
"Others": [
164+
{
165+
"path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\AutoplayHandlers",
166+
"name": "DisableAutoplay",
167+
"value": 1,
168+
"type": "DWord",
169+
"note": "Disables 'Settings / Bluetooth & Devices / AutoPlay / Use AutoPlay for all media and devices"
170+
},
171+
{
172+
"path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Start",
173+
"name": "ShowFrequentList",
174+
"value": 1,
175+
"type": "DWord",
176+
"note": "Enables 'Settings / Personalization / Start / Show the most used apps'"
177+
}
162178
]
163179
}
164180
}

0 commit comments

Comments
 (0)