Show hidden files from the context menu

Add an item to the context menu that allows you to show or hide hidden files. The menu should be called with Shift pressed, from an empty space in the folder.


Get a hash sum of a file from the context menu

Add the hash sum calculation function to the file context menu. The result is displayed in the console window. For the item to be displayed in the menu, it must be called while holding Shift.


Computer shutdown timer

Setting the computer shutdown timer using the shutdown system console utility.


Protect folder from deletion and change

Prevent all users from deleting the folder and its contents icacls "C:\my_folder" /deny *S-1-1-0:(DE,DC) /t /c Cancel the ban icacls "C:\my_folder" /grant *S-1-1-0:(DE,DC) /t /c Instead of the SID of the "Everyone" user group (S-1-1-0), you can use the name of any group or user...


Add seconds to the system clock

Add seconds to the system clock using a registry tweak. After applying the tweak, you need to either restart your computer, or restart the explorer. Enable:

<! - more -> Disable: