Solved Start menu shortcut to a folder, strange result

bawldiggle

GrayGhost2 ret.
Pro User
VIP
Local time
3:49 PM
Messages
895
Location
Australia
I have a Start menu shortcut to open a specific folder
C:\1_Russ\Desk++\Context NEW items

Why does the shortcut open WinExp like this... with favorites "hi-lited"?

weird result.PNG

My folder has nothing to do with "Favorites"

How do I get this result ... ?
Current shortcut Target is "C:\1_Russ\Desk++\Context NEW items"

Wanted.PNG

Would appreciate any help, thank you :)
 

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Toshiba, Lenovo (laptops) + 4 rigs
OS
XP Pro (x86) | 7 HP (x86) & (x64) | 7 Pro (x64)
Last edited:

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Own build (new) Desk1 / Asus ROG Win 7 / Desk2 1st build
OS
Desk1 7 Home Prem / Desk2 10 Pro / Main lap Asus ROG 10 Pro 2 laptop Toshiba 7 Pro Asus P2520 7 & 10
CPU
Desk1 i5 3750K / Laptop i7 GTX 860M / Desk2 i5 2500
Motherboard
Desk1 Asus P877-V / Desk2 Gigabyte H67 UD3H / Laptop ?
Memory
Desk1 8GB (1866) / Desk2 16GB (1333) / Laptop 8Gb DDR3
Graphics Card(s)
Desk 1& 2NVidia GTX 650 & Laptops on board Intel
Sound Card
Desk 1 & 2 -XONAR DG Realtek High Def audio Laptop
Monitor(s) Displays
Desk 1 Benq HD 2450 / Desk2 Philips 24" / Laptop 17.5"
Screen Resolution
1920x1080 D1 & D2 & Laptop 1
Hard Drives
Desk1 Samsung 120GB 830 SSD
Asus ROG 256GB 850 Pro SSD
Desk2 Samsung 840 256 SSD
Toshiba 120GB EVO
PSU
Desk 1 Corsair HX 1050/ Laptop ? / Desk 2 Corsair HX 650
Case
Desk 1 Cooler HAF XM ? Toshiba laptop / Desk2 Coolermaster
Cooling
Fans on all Desk1 -2 Desk2 - all Coolermasters 5 Laptop ?
Keyboard
Desk 1 MS Sidewinder X6 Desk 2 MS Sidewinder X 4
Mouse
Desk 1&2 - Gigabyte MS 900 gamer - laptop - Logitec wireless
Internet Speed
ADSL2+
Other Info
One other Desktop (tester) and spare Toshba laptop both with SSD's
Running Kaspersky 2016 ISS on all machines config'd identically
Logitec audio stereo systems on each machine (x3)
Canon MG5250MFC
Router/modem TP-Link running WPA2SK
Hi ICit2lol :)

ICit2lol said:
... short cut key ...
:tip: Just resolved my own problem. "Key" reminded me of "switches".

My target string for the shortcut was "C:\1_Russ\Desk++\Context NEW items" ...
it should have been ...
C:\Windows\explorer.exe /e,"C:\1_Russ\Desk++\Context NEW items"

" /e," opens the navigation pane -- NOTE the space between "~.exe" and "/e,~"
Any path strings with spaces MUST be wrapped in quotes.
How do I rep myself. My gray cells are working, again :geek:

How I create a shortcut on the Start menu (or sub-menu on Start)
I use a clipboard extender ClipX so I can store multiple strings.
... or ... assemble/concatenate the Target-path in a temporary Notepad orphan.

Target path can be to files, folders or URLs
Right click in the location where you want the shortcut, avoid RClcking on a menu/folder else the short cut will be created in an unintended folder.
. . . Shortcuts can be relocated by dragging once they are created

Start shortcut_1.png

In "Type the location of the item" paste your assembled "path"

Create shortcut.PNG

[Next] button
In the "Type a Name for this shortcut" type in whatever you want to call the shortcut

SCut caption.PNG

[Finish] button

-----
Sample Target string to a folder, with Navigation pane visible
- assembled in a notepad orphan, don't forget the space after the .EXE string
C:\Windows\explorer.exe /e,"C:\1_Russ\Desk++\Context NEW items"
- note the folder path has spaces so it must be wrapped in quotes

Sample Target string to a file, in this case a TXT file
- assembled in a notepad orphan, don't forget the space after the .EXE string
C:\Windows\Notepad.exe "C:\My folder\My text file.txt"
- note the folder path has spaces so it must be wrapped in quotes
** Target path is two strings separated by a space
Part_1: full name of the application
Part_2: the full name to the document
- (I cannot find my notes for switches to open a doc in full screen, reduced or minimized)
- (if I am pressed I will dig around for the document switches, just let me know)

Sample Target string to a web page
- if I remember rightly if URL contains spaces the entire string must be wrapped in quotes
"http://www.sevenforums.com"
- copied from the address bar when the web page is open

To view the results in shortcut Properties
Right click the shortcut > Properties > Shortcut tab

Callout text can be customized...
- the default is the target path
Shortcut > right click > Properties > Shortcut (tab) > Comments
- type your own text in the "Comments" edit box
- URLs cannot be commented, unless someone else knows how?

Hope this helps. :)
 
Last edited:

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Toshiba, Lenovo (laptops) + 4 rigs
OS
XP Pro (x86) | 7 HP (x86) & (x64) | 7 Pro (x64)
Back
Top