I want the account to be able to use one app that requires administrative privileges. I have contacted the support team of the app to find out why it needs these privileges, but I didn’t receive any helpful information.

The app is for viewing surveillance footage, but it requires admin privileges to open. I don’t want to make every employee an administrator just for this one use case. It might be better to switch to a FOSS app that doesn’t require administrative privileges by default.

The cameras we currently use are made by the vendor of the app, so maybe we’re locked in somehow? The NVR is also made by them, so it might be possible, but I don’t know for sure. I need to look into it more.

  • Chris
    link
    fedilink
    English
    76 months ago

    You need to put the domain user in the local administrators group. Easiest way to do this is through the Computer Management MMC snap-in.

    It’ll give full admin rights over the local computer though - You can’t just give admin rights to one program AFAIK.

    • @Zeon@lemmy.worldOP
      link
      fedilink
      2
      edit-2
      6 months ago

      I’m concerned because there are a lot of employees that are using this one program and I’m worried about them accidentally installing something down the line. Thanks for your response btw.

    • @BearOfaTime@lemm.ee
      link
      fedilink
      16 months ago

      Yep.

      Windows security model is predicated upon the user. So apps get the security context of the user that launched it.