diff options
author | Mattias Andrée <m@maandree.se> | 2025-02-22 16:27:27 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-02-22 16:27:27 +0100 |
commit | 3309ef2aa626b175d080c3433548c9cb6ccfd318 (patch) | |
tree | e031a00bb482b5c4c90c54630c948a5b780d1cd3 /registry-edits | |
parent | First commit (diff) | |
download | windows-hacks-master.tar.gz windows-hacks-master.tar.bz2 windows-hacks-master.tar.xz |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'registry-edits')
-rw-r--r-- | registry-edits/README | 14 | ||||
-rw-r--r-- | registry-edits/make-caps-lock-control.reg | bin | 0 -> 408 bytes | |||
-rw-r--r-- | registry-edits/remove-gamma-restriction.reg | 4 | ||||
-rw-r--r-- | registry-edits/restore-caps-lock-and-control.reg | bin | 0 -> 260 bytes | |||
-rw-r--r-- | registry-edits/swap-caps-lock-and-control.reg | bin | 0 -> 408 bytes | |||
-rw-r--r-- | registry-edits/utc-hwclock.reg | 4 |
6 files changed, 22 insertions, 0 deletions
diff --git a/registry-edits/README b/registry-edits/README new file mode 100644 index 0000000..2f828b6 --- /dev/null +++ b/registry-edits/README @@ -0,0 +1,14 @@ +make-caps-lock-control.reg + Turn the caps lock key into a control key + +remove-gamma-restriction.reg + Remove districtions in gamma ramp changes + +swap-caps-lock-and-control.reg + Swap left control and caps lock + +restore-caps-lock-and-control.reg + Restore left control and caps lock + +utc-hwclock.reg + Use the UTC timezone for the hardware clock diff --git a/registry-edits/make-caps-lock-control.reg b/registry-edits/make-caps-lock-control.reg Binary files differnew file mode 100644 index 0000000..1dbbea7 --- /dev/null +++ b/registry-edits/make-caps-lock-control.reg diff --git a/registry-edits/remove-gamma-restriction.reg b/registry-edits/remove-gamma-restriction.reg new file mode 100644 index 0000000..1eb4c7d --- /dev/null +++ b/registry-edits/remove-gamma-restriction.reg @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00
+
+[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ICM]
+"GdiIcmGammaRange"=dword:00000100
diff --git a/registry-edits/restore-caps-lock-and-control.reg b/registry-edits/restore-caps-lock-and-control.reg Binary files differnew file mode 100644 index 0000000..65f5c09 --- /dev/null +++ b/registry-edits/restore-caps-lock-and-control.reg diff --git a/registry-edits/swap-caps-lock-and-control.reg b/registry-edits/swap-caps-lock-and-control.reg Binary files differnew file mode 100644 index 0000000..9d536f1 --- /dev/null +++ b/registry-edits/swap-caps-lock-and-control.reg diff --git a/registry-edits/utc-hwclock.reg b/registry-edits/utc-hwclock.reg new file mode 100644 index 0000000..6276e64 --- /dev/null +++ b/registry-edits/utc-hwclock.reg @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00
+
+[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
+"RealTimeIsUniversal"=dword:00000001
|