What about this tool requires running with local admin? #5
-
Just curious what function of the tool requires local admin. I like the tool but giving anything system access always makes me nervous. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
While making a package. Testing the install and uninstall scripts is one of the steps. |
Beta Was this translation helpful? Give feedback.
-
The installation of the required PowerShell modules currently requires authentication because the "-Scope AllUsers" option is used. Additionally, the installation of Winget itself requires elevation. I will consider changing this in the future and testing install and uninstall script can maybe be done with prompting for elevation when the "Test install" button is clicked. |
Beta Was this translation helpful? Give feedback.
While making a package. Testing the install and uninstall scripts is one of the steps.