Hi, thanks for this very good looking program.
When initiazing, inStrmenu.cs there is an instruction to get all shortcut files from various path :
foreach (var shortcut in Directory.GetFiles(path, "*.lnk", SearchOption.AllDirectories))
The GetFiles throws an UnthaurizedAccessException when accessing my appdata folder.
Tried to change the appmanifest, run as admin, security settings of folder, but I found no way the fix this, any idea ?
Hi, thanks for this very good looking program.
When initiazing, inStrmenu.cs there is an instruction to get all shortcut files from various path :
foreach (var shortcut in Directory.GetFiles(path, "*.lnk", SearchOption.AllDirectories))The GetFiles throws an UnthaurizedAccessException when accessing my appdata folder.
Tried to change the appmanifest, run as admin, security settings of folder, but I found no way the fix this, any idea ?