Shell context menu’s for Windows 10

context-menus

Open Command Prompt here, Open PowerShell here, Open Bash Shell here – (with Elevated privileges)

save these in a .reg file and open to apply.

1. Open Command Prompt and PowerShell here – registry file

Windows Registry Editor Version 5.00

; Command Prompt

[HKEY_CLASSES_ROOT\Directory\shell\01MenuCmd]
"MUIVerb"="Command Prompts"
"Icon"="cmd.exe"
"ExtendedSubCommandsKey"="Directory\\ContextMenus\\MenuCmd"

[HKEY_CLASSES_ROOT\Directory\background\shell\01MenuCmd]
"MUIVerb"="Command 
Read more

The new architecture for the Windows Subsystem for Linux: WSL 2!

wsl2

Changes in this new architecture will allow for: dramatic file system performance increases, and full system call compatibility, meaning you can run more Linux apps in WSL 2 such as Docker.

WSL 2 is a new version of the architecture that powers the Windows Subsystem for Linux to run ELF64 … Read more