When I click what I assume to be the settings icon (the cog) in the windows application I get an error message as per attachment (don't ask me to type it all in here):
-
Hi Michał,
I recreated calls in powershell that we do in the code your log shows.
Can you please run it and check if it completes properly?
$startupPath = [System.Environment]::GetFolderPath(7)
$startupPath
$shellLinks = new-object System.IO.DirectoryInfo($startupPath)
$shellLinks
$shellLinks.GetFiles("*.lnk")
$shellLinks.GetFiles("*.lnk") | ForEach-Object {$_.FullName}Maxim
Please sign in to leave a comment.
Comments
3 comments