Tip of the Day
Sharing a good knowledge transfer on various topics
Tip of the Day Blog https://blogs.technet.microsoft.com/tip_of_the_day
Specifically like to call out Shannon's blog for this Windows tip (and my thanks to Ryan Christman for pointing this out!)
From Command Prompt or PowerShell
to start an explorer window from current path
type: start .
You can also start other processes
Start explorer (also works)
Start notepad
Or just bypass the start and type the executable
notepad
calc
gpedit.msc
services.msc