electron-windows-store
electron-windows-store copied to clipboard
Is there a way to force it to run with admin privileges?
As the title suggests I need a way to make my application always run with admin privileges, I compiled the electron app using electron-packager and set the exe to always admin but how can I do it with this package as well?
Right click on your exe -> Check run this program as administrator
