rustdesk / rustdesk-server-pro

Some scripts for RustDesk Server Pro are hosted here.
133 stars 63 forks source link

Windows Service & Admin Permissions #144

Open CLU91 opened 10 months ago

CLU91 commented 10 months ago

Hello,

we have a problem with the deployment on windows machines. We have users that have no administrator rights. They are not supposed to install software. When i install the software as user the service control doesnt start and requires admin rights. If we give them admin rights they could change system settings or see the key secret and stuff.

rustdesk commented 10 months ago

@dinger1986 do you have any suggestion like such case?

dinger1986 commented 10 months ago

best to install the software for the user using deployment system such as intune

DMSnz commented 10 months ago

@CLU91 there are plenty of discussions on here already about deploying via powershell / GPO etc, GPO as Computer level then it runs said script as SYSTEM and sets up service no issue. Otherwise as dinger1986 says, InTune or RMM of some sort.