- Thread Author
-
- #1
I want to place some .bat shortcuts in the start menu. Not in Programs, but in the first area with no folders. I know that you can click on "Pin to Start Menu" to do this.
However, with a batch file or its shortcut, this option is not available. So, either I have to find a folder, or a reg entry or some other way to place these batch shortcuts there.
thanks
However, with a batch file or its shortcut, this option is not available. So, either I have to find a folder, or a reg entry or some other way to place these batch shortcuts there.
thanks
Solution
The answer I found that solved my problem was to create a shortcut to the batch file and then right clicking and opening the properties tab and in the "Target" space add cmd.exe /C just before the path that is in quotation marks.
And, for posterity, this is where those actual shortcuts are stored
C:\Users\USER_NAME\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar
And, for posterity, this is where those actual shortcuts are stored
C:\Users\USER_NAME\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar
Adamsappleone
U.S.Navy D.A.V.
- Joined
- Aug 2, 2009
- Messages
- 1,647
Hello bardos, Link Removed to Windows 7 Forums,
This may not be exactly what you're looking to do, but it may lead you in the right direction;
Making a Windows shortcut start relative to where the folder is? - Stack Overflow
Hope this helps
Don
This may not be exactly what you're looking to do, but it may lead you in the right direction;
Making a Windows shortcut start relative to where the folder is? - Stack Overflow
Hope this helps
Don
- Thread Author
-
- #3
The answer I found that solved my problem was to create a shortcut to the batch file and then right clicking and opening the properties tab and in the "Target" space add cmd.exe /C just before the path that is in quotation marks.
And, for posterity, this is where those actual shortcuts are stored
C:\Users\USER_NAME\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar
And, for posterity, this is where those actual shortcuts are stored
C:\Users\USER_NAME\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar
Similar threads
- Article
- Replies
- 0
- Views
- 516