Disable the caps lock key entirely on Windows with this simple registry hack.

This very simple .reg file will disable the caps lock key on your Windows machine. This will make typing less annoying when using the keyboard. Windows Registry Editor Version 5.00   [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout] "Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,00,00,3a,00,00,00,00,00Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout] "Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,00,00,3a,00,00,00,00,00 Always back up your registry before using…

Read More

How to disable the su to root in Linux using PAM.

The default Linux behavior allows the user to gain root access by typing su and entering the root password to gain a root prompt. If you wish to disable this behavior, then open this file as root for editing. jason@jason-Virtual-Machine:~$ vim /etc/pam.d/sujason@jason-Virtual-Machine:~$ vim /etc/pam.d/su Then un-comment this line. auth required…

Read More

How to disable the annoying thumbs.db files in Windows.

The thumbs.db file in Windows is used to cache thumbnails for picture files in the file explorer, but this is a pain when the user wants to delete a folder and the thumbs.db prevents this. But there is a way to fix this, without needing to reboot. Open the Group…

Read More

How to use the tweak tool to customise the Linux Mint MATE desktop.

MATE tweak tool for fixing the MINT desktop The MATE tweak tool is used to easily tweak the Linux Mint MATE desktop. Install this easily with the command below. jason@jason-virtual-machine ~ $ sudo apt install mate-tweakjason@jason-virtual-machine ~ $ sudo apt install mate-tweak Now we can tweak our desktop. Here, this…

Read More

How to disable the caps lock key permanently on Linux Mint and Ubuntu.

The caps lock key on Linux is very annoying when hit accidentally. Especially when you are typing a password. This simple command will disable the key permanently. homer@deusexmachina ~ $ setxkbmap -option ctrl:nocapshomer@deusexmachina ~ $ setxkbmap -option ctrl:nocaps If you put this in Startup Applications which may be found under…

Read More