electron-userland / electron-windows-store

:package: Turn Electron Apps into Windows AppX Packages
MIT License
674 stars 85 forks source link

Is there a way to force it to run with admin privileges? #141

Open dan953 opened 3 years ago

dan953 commented 3 years ago

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?

FreeHongKong-PP commented 3 years ago

Right click on your exe -> Check run this program as administrator image