Hacker News new | ask | show | jobs
by Rerarom 1461 days ago
Windows has a shell, it's called explorer.exe :)
1 comments

This is indeed the thing that Windows has called "shell" before adopting that word for command interpreters (PowerShell).

explorer.exe uses the "ShellApi" to do some of its things, which applications can also use, like launching a file via its associated application (ShellExecute/ShellExecuteEx).