It baffles me that there is still no way to create something as simple as a desktop shortcut directly in .NET Framework (C#) that I know if. Up until now I have used the Windows Script Host Object Model COM objects.
I need to do something similar now in .NET Standard. Is there a way to create a desktop shortcut or get the properties of one in a .NET Standard 2.1 library?