visit
PowerToy
is a set of utilities for power users to tune and streamline their Windows experience for greater productivity, it’s open-source! There is a total of 8 small utilities in PowerToy, explore them by yourself!To improve productivity, I suggest these two ones:PowerToy Run
is a similar tool as Alfred or Spotlight on Mac, with a simple Alt+Space, it helps you search any applications, processes, files, URLs, etc. Anything you can imagine. It runs a simple calculation if you like:
Keyboard Manager
Keyboard Manager is a tool for remapping keys. , I need to swap Caps Lock with Ctrl, because Ctrl is used more frequently and Caps Lock is located at a more proper position on Keyboard.
You could also do key remap in some specific applications, but remember it will only accept process-names not application names, so for Microsoft Edge that would be “msedge” but not Microsoft Edge. To get the process-names, you may use the command tasklist and Select-String for pattern matching in Powershell:
WSL2
As a developer, we need to run some Linux shell commands for daily work. On Mac, we have a Unix-like shell which is enough for daily usage.On Windows, WSL is a game changer! Forget those Mac and Linux nuances, we need a pure Linux Kernel and Shell.WSL stands for Windows Subsystem for Linux. WSL2 is the latest version and has a better performance. We could even run docker in it.There are very on the official documentation page. Precompiled Linux distributions including Ubuntu, Debian, and Kali. If we want to run a Linux GUI application,, and everything goes well.
Use the path \wsl$\Ubuntu to access the files in Linux.
Windows Terminal
The new Windows Terminal is another gift, it has a fancy UI and awesome performance. We could use it to create PowerShell, Command Prompt, and Linux in WSL!
Visual Studio Code with Remote WSL
Zeal
When I begin programming, Dash is the tool I’m missing. Luckily, we have an alternative tool on Windows.Zeal is an offline documentation browser for software developers and combined with 200+ docsets. Actually, most of them come from Dash.
Conclusion
With these powerful tools, we will get a lightweight, mixed, programming environment. If you don’t have to develop Mac/iPhone applications, Windows 10 will be the right choice.Hope you enjoy it, and happy coding on Windows!