I am trying to grab the target value in a .lnk
file and have tried using the methods specified in an older post here on StackOverflow:
Unfortunately the code does not seem to work on some lnk files. The sample of the .lnk
I am testing this on is this:
C:\WINDOWS\system32\cmd.exe /c start test.vbs&start explorer GRE&exit
The value that is being returned is always null. Any suggestions?