Sick of cmd starting in c:\Users\me and having to type a long path to cd?
Create a .bat file and save it in c:\Windows\System32 (as Admin)
Save as mypath.bat, or perhaps even something logical.
@ECHO OFF cd c:\path_i\commonly_want_to\go\to\
Then in cmd just type mypath and you’ll get where you want to go.