My Goal
I want to make it so that, on first run, my program will make its icon appear in the Windows 7 Taskbar. I know that the icon files are shortcuts in C:\Users\USERNAME\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar
and mostly want to know this:
My Questions
- How, in Java, can I create a shortcut file (
.lnk
) Is it possible to even access that without admin privileges?