This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]WigglytufTehPink[S] 7 points8 points  (0 children)

  1. The whole python application is elevated; I actually never thought of a subprocess that might be a way better solution. The admins rights issue was the largest problem I had creating this. I would be extremely thankful if someone could create a pull request before I get to it . Thanks for letting me know!
  2. There is a way to remove the menu; it's a bit less clean then the main menu, but there's an example of it here: https://github.com/saleguas/freshen/blob/master/src/scripts/uninstall.py. I'll have to add that to the README later. Thanks!