TEXT 184
Create favo win 10 explorer By mike on 28th March 2021 03:59:06 PM
  1. https://winaero.com/how-to-re-add-favorites-to-navigation-pane-of-windows-10-explorer/
  2.  
  3. ---------------
  4. You must use the command links this:
  5. mklink /d “%USERPROFILE%\Links\SomeName” “SourceFolder”
  6. And replace the SomeName with whatever you want the name of the link to be, and SourceFolder with the location the link should point to.
  7.  
  8. For example to add the Desktop folder:
  9. mklink /d “%USERPROFILE%\Links\Desktop” “%USERPROFILE%\Desktop”
  10. ---------------
  11.  
  12. 1) Open CMD as admin (not PowerShell)
  13. 2) create links, e.g.
  14.  
  15. mklink /d "%USERPROFILE%\Links\22 VSL RestHours" "Y:\Rest Hours"

Hasta la pasta! is for source code and general debugging text.

Login or Register to edit, delete and keep track of your pastes and more.

Raw Paste

Login or Register to edit or fork this paste. It's free.