Page 1 of 1
VLC Desktop Shortcut [SOLVED]
Posted: 13 Feb 2018 20:06
by JustinPBrown
How do I place a VLC desktop shortcut or taskbar shortcut? In the program folder there is no send option on right click of the exe file.
Win7
Re: VLC Desktop Shortcut
Posted: 13 Feb 2018 20:12
by verbal_666
Drag & Drop........................
Re: VLC Desktop Shortcut
Posted: 13 Feb 2018 20:16
by verbal_666
Command line:
32 bit:
Code: Select all
mklink "%USERPROFILE%\Desktop\VLC" "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe"
64 bit:
Code: Select all
mklink "%USERPROFILE%\Desktop\VLC" "C:\Program Files\VideoLAN\VLC\vlc.exe"
Re: VLC Desktop Shortcut
Posted: 13 Feb 2018 20:40
by JustinPBrown
Thanks verbal_666,
Drag & drop doesn't make a desktop shortcut, it removes the vlc exe file from the root folder.
I don't understand your second instruction. What do I do with that line of data?
Re: VLC Desktop Shortcut
Posted: 13 Feb 2018 23:23
by verbal_666
Drag & Drop with RIGHT mouse button, then "Create Shortcut".
You have to open a Command Prompt and type one of theese command, they create a Shortcut on Desktop to VLC.
Re: VLC Desktop Shortcut
Posted: 14 Feb 2018 13:18
by JustinPBrown
verbal-666, my issue is resolved, I am grateful for your assistance.
Re: VLC Desktop Shortcut [SOLVED]
Posted: 14 Feb 2018 21:16
by verbal_666
My pleasure... (it was not difficult
)