Create a batch file (e.g. c: \ somepath \ q.bat) with this line:
explorer .
Add it to your path (the example is shown only in the current console, add it to your system properties-> Advanced-> Environment Variables so that it works anywhere):
set PATH=%PATH%;c:\somepath
Then open the command window and type
q
Then he should open the fastest way.
source share