How do I have shortcut folders sort alphabetically?

R

robotdg

How do I have shortcut folders sort alphabetically along with normal folders
in a directory?

Right now, the normal sort by name sorts folders first and then shortcuts
after... but I need them to all sort together... any ideas?
 
K

Keith Miller \(MVP\)

The normal, .lnk type shortcuts ('Shortcut' displayed in the Type column)
won't sort with file folders, but you can create a second type of folder
shortcut that will.

Right-click the Start button & select 'Open' to open an explorer window to
your Start Menu folder. Open a second explorer window & browse to the
parent of the folder you want to be the target of your shortcut.
Right-click & drag the target to the Start Menu folder & select the 'create
shortcut' option when you release the mouse button. The shortcut created
will have a type of 'File' displayed in the Type column, but will sort with
folders.

Another option is to open a command prompt window & use the 'mklink' command
to create a junction point which behaves exactly like a folder. For
example:

C:\Users\Keith>mklink /j "Windows Folder" "C:\Windows"

will create a shortcut in my username folder to the windows folder. Type
'mklink /?' for help on using the command.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top