![]() |
|
Welcome to Vista Banter. You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact support. |
|
|||||||
| Windows Vista File Management Issues or questions in relation to Vista's file management. (microsoft.public.windows.vista.file_management) |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
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? |
|
|||
|
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\Keithmklink /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. -- Good Luck, Keith Microsoft MVP [Windows Shell/User] "robotdg" wrote in message ... 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? |