jmair Posted April 9, 2024 Posted April 9, 2024 I installed an app on a teacher laptop. The app is requiring Admin credentials each time it's opened. This means they can't run it. Is there a way around this without making them Admin on the local machine?
timbo343 Posted April 9, 2024 Posted April 9, 2024 I installed an app on a teacher laptop. The app is requiring Admin credentials each time it's opened. This means they can't run it. Is there a way around this without making them Admin on the local machine?You could look at usng AppShims via the App Compat Toolkit. I had to do this a couple of years ago with an app that needes admin elevation for it to run.
3s-gtech Posted April 9, 2024 Posted April 9, 2024 Where did it install to? You may be able to change their permissions on the application folder or even a particular file in there.
Olliedawg Posted April 10, 2024 Posted April 10, 2024 guess It's just an .exe file. Try give them more permissions. Make a new directory, place the .exe in there & give more permissions to that directory
PotNoodleTech Posted April 10, 2024 Posted April 10, 2024 It's unusual for an app to need admin permissions just to run. I would inherently not trust the app and would want to look into if it seems safe to use. What app is it?
thimon Posted April 10, 2024 Posted April 10, 2024 Disable UAC is an option. Use regedit Noooooo! How unsecure do you want to be???
chaplic Posted April 10, 2024 Posted April 10, 2024 Run procmon Run the app as normal user See what is denied when the app runs (e.g. write access to a folder) Give normal users access to it If the app explicitly demands admin rights this wont help but I've had a few sucesses 2
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now