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!)
https://blogs.technet.microsoft.com/tip_of_the_day/2017/08/17/rds-tip-of-the-day-windows-productivity-tip-file-explorer-command-prompt-and-back-from-the-current-directory/
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