aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-02-22 10:50:20 +0100
committerMattias Andrée <m@maandree.se>2025-02-22 10:50:20 +0100
commit2711517eb5706b88c197d196ebcde4b09c60a51a (patch)
tree26f1e44cd5a261f45a6339fe9627eacc2a27dcdc
downloadwindows-hacks-2711517eb5706b88c197d196ebcde4b09c60a51a.tar.gz
windows-hacks-2711517eb5706b88c197d196ebcde4b09c60a51a.tar.bz2
windows-hacks-2711517eb5706b88c197d196ebcde4b09c60a51a.tar.xz
First commit
Signed-off-by: Mattias Andrée <m@maandree.se>
-rw-r--r--.gitignore2
-rw-r--r--README16
-rw-r--r--make-caps-lock-control.regbin0 -> 408 bytes
-rw-r--r--remove-gamma-restriction.reg4
-rw-r--r--restore-caps-lock-and-control.regbin0 -> 260 bytes
-rw-r--r--swap-caps-lock-and-control.regbin0 -> 408 bytes
-rw-r--r--utc-hwclock.reg4
7 files changed, 26 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1189c62
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*\#*
+*~
diff --git a/README b/README
new file mode 100644
index 0000000..65b30ba
--- /dev/null
+++ b/README
@@ -0,0 +1,16 @@
+Registry edits for Windows
+
+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/make-caps-lock-control.reg b/make-caps-lock-control.reg
new file mode 100644
index 0000000..1dbbea7
--- /dev/null
+++ b/make-caps-lock-control.reg
Binary files differ
diff --git a/remove-gamma-restriction.reg b/remove-gamma-restriction.reg
new file mode 100644
index 0000000..1eb4c7d
--- /dev/null
+++ b/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/restore-caps-lock-and-control.reg b/restore-caps-lock-and-control.reg
new file mode 100644
index 0000000..65f5c09
--- /dev/null
+++ b/restore-caps-lock-and-control.reg
Binary files differ
diff --git a/swap-caps-lock-and-control.reg b/swap-caps-lock-and-control.reg
new file mode 100644
index 0000000..9d536f1
--- /dev/null
+++ b/swap-caps-lock-and-control.reg
Binary files differ
diff --git a/utc-hwclock.reg b/utc-hwclock.reg
new file mode 100644
index 0000000..6276e64
--- /dev/null
+++ b/utc-hwclock.reg
@@ -0,0 +1,4 @@
+Windows Registry Editor Version 5.00
+
+[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
+"RealTimeIsUniversal"=dword:00000001