File uploader

Windows 11 Compatible! A Collection of Useful Free Customization Tools

The software introduced here has been confirmed to work on Windows 11.

It is perfect for those who want to customize the appearance and usability to their liking, or for those who want to bring back features that were easy to use in the past.


■ Keyboard Customization

Microsoft PowerToys (Keyboard Manager)

A free official customization tool that can be safely used on Windows 11. It allows key remapping and shortcut changes, providing a simple alternative to AutoHotKey.

Microsoft PowerToys Official Page

AutoHotKey v2

If you want more complex customizations, the classic AutoHotKey continues to excel. It works on Windows 11 and allows various manipulations such as clipboard history access and shortcut assignments.

For example, the following uses are possible:

  • Change CapsLock to Ctrl (Improve key layout)
  • Paste as plain text with Ctrl+Shift+V (Remove formatting)
  • Instantly launch "Notepad" with Win+Q (Simple launcher)
; Change CapsLock to Ctrl
Capslock::Ctrl

; Remove formatting and paste as plain text with Ctrl + Shift + V
^+v::
ClipSaved := ClipboardAll
Clipboard := Clipboard
Send ^v
Clipboard := ClipSaved
ClipSaved := ""
return

; Launch Notepad with Win + Q
#q::Run, notepad.exe

Save the script with the .ahk extension and register it in startup to run it continuously.

AutoHotKey is also a versatile tool that can be used for window manipulation, mouse gestures, automation of file processing, and much more. For more details, please visit the official site.


■ Explorer Customization

StartAllBack

Change the taskbar and start menu to a Windows 7 style, and display the folder structure in more detail.

StartAllBack Official Site

ExplorerPatcher

Completely free, it allows you to revert the behavior of Windows 11's Explorer and taskbar to a Windows 10/7 style. It also has high customization, allowing adjustments to unnecessary search boxes and navigation pane displays.

ExplorerPatcher GitHub Page


■ File Associations

FileTypesMan

A tool that allows you to finely set default programs for each file extension. With Windows 11, changing settings from the settings app can be cumbersome, so using this tool allows intuitive operation.

It also allows adding submenus and changing icons in the right-click menu.

FileTypesMan Official Page


■ Unified Management of System Settings

Winaero Tweaker

Allows you to change Windows registry settings in bulk through a GUI. Supports a wide range of items, including hiding unnecessary items and changing the position of the taskbar.

Winaero Tweaker Official Page


■ Supplement: Introduction to Easy and Convenient File Upload "UploadF"

If you want to send a large file to someone or temporarily save files to the cloud... A useful web service for such occasions is UploadF.

UploadF is an online tool that allows you to upload files and obtain download links without registration and for free. You can also choose the storage period and access restrictions, ensuring privacy management is taken into consideration.

It completes the task by simply sending the link of the uploaded file, making it convenient when email attachments are cumbersome or in environments with file size limitations.


Thus concludes the recommended free customization tools that can be used on Windows 11.


Top   Help   Contact   🏳️Language  
©File uploader