I want to create a .lnk shortcut to a .exe file on desktop but I can't run my program as admin.
Using Windows Script Host Object
does not work for me, because I get the Task could not find “AxImp.exe”
error. This problem could be solved by installing Windows SDK, but that also needs admin rights to be installed.
Is there a way in C# to create a .lnk shortcut without admin rights (whether third party or build-in doesn't matter)?