C # Create admin shortcut

I found this article , but it does not contain support for running as an administrator ..

Well, I need to create a shortcut for notepad to edit the XML file, but I need a notepad to run as an administrator, how would I do it?

+3
source share
2 answers

I did not find a good solution for this ... so I created a simple .net application that required administrator rights and used it to run notepad.

0
source

Look at the first Google search result:

Make shortcut always run as administrator .

+1
source

All Articles