We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
at ShellLinkObject link = (ShellLinkObject)folderItem.GetLink; we get UnauthorizedAccessException which is described here: https://stackoverflow.com/questions/2934420/why-do-i-get-e-accessdenied-when-reading-public-shortcuts-through-shell32 e.g. Administrative Tools\Component Services.lnk which can not be resolved, do not spam the logfile in this case
The text was updated successfully, but these errors were encountered:
[BUG] Do not spam logfile with access denied (#363), version 1.2.8.7
aef79c4
Hofknecht
No branches or pull requests
at ShellLinkObject link = (ShellLinkObject)folderItem.GetLink;
we get UnauthorizedAccessException
which is described here: https://stackoverflow.com/questions/2934420/why-do-i-get-e-accessdenied-when-reading-public-shortcuts-through-shell32
e.g. Administrative Tools\Component Services.lnk which can not be resolved, do not spam the logfile in this case
The text was updated successfully, but these errors were encountered: