win: add descriptions of .reg files to readme

This commit is contained in:
Alan Faubert 2023-12-09 20:21:40 -05:00
parent 51b79aa378
commit e3eb3034ad

View File

@ -3,3 +3,9 @@
## Registry entries
These are `.reg` files for configuration changes to Windows.
- [`classic_right_click.reg`](classic_right_click.reg) - restore the classic right-click menu
- [`disable_network_thumbs_db.reg`](disable_network_thumbs_db.reg) - disable the creation of `Thumbs.db` files on network drives
- [`enable_developer_mode.reg`](enable_developer_mode.reg) - enable developer mode to (among other things) allow creating symlinks as a non-admin user
- [`open_in_photo_viewer.reg`](open_in_photo_viewer.reg) - add an "Open in Photo Viewer" right-click option to images to open them in the old Microsoft Photo Viewer application
- [`swap_caps_lock_key_and_context_key.reg`](swap_caps_lock_key_and_context_key.reg) - swap the behaviors of the caps lock key and the context menu key