7 Windows native tools for developers
Just to remember that Windows has some natively tools that can help in everyday tasks..
1. PSR – Steps Recorder – https://support.microsoft.com/en-gb/help/22878/windows-10-record-steps
2. Windows Sandbox – small, fast VM – https://techcommunity.microsoft.com/t5/Windows-Kernel-Internals/Windows-Sandbox-Config-Files/ba-p/354902?WT.mc_id=thomasmaurer-blog-thmaure
3. Windows Terminal / Console https://www.microsoft.com/en-us/p/windows-terminal-preview/9n0dx20hk701?activetab=pivot:overviewtab – has also Linux support
4. Containers in Windows – for Docker easy use: https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/
5. WSL for Windows 10 – https://docs.microsoft.com/en-us/windows/wsl/install-win10 – to have more Linuxes on Windows
6. Snipping tool –https://support.microsoft.com/en-us/help/13776/windows-10-use-snipping-tool-to-capture-screenshots – simple screenshots
7. Zip / Unzip zip files https://support.microsoft.com/en-gb/help/4028088/windows-zip-and-unzip-files
Bonus;
Small utilities programs: Notepad, Paint , Powershell ( including IDE/ ISE, https://docs.microsoft.com/en-us/powershell/scripting/components/ise/introducing-the-windows-powershell-ise?view=powershell-6 )
Leave a Reply