emoacht / Monitorian

A Windows desktop tool to adjust the brightness of multiple monitors with ease
https://www.microsoft.com/store/apps/9nw33j738bl0
MIT License
3.12k stars 152 forks source link

Monitorian without admin priviledges ? #590

Closed jlhervy closed 1 month ago

jlhervy commented 2 months ago

Hello,

I would like to install monitorian in for my user on the windows PC that I use at work. However I do not have administrator permissions, and monitorian asks for them.

Are they mandatory ? Would there be a way to install/modify monitorian such that it doesn't require those rights ?

Thanks,

emoacht commented 2 months ago

This app doesn't require administrator permissions. If you are asked, it could be other reason such as the policy.

SigmaTel71 commented 2 months ago

The installer does as its installation defaults to C:\Program Files (x86)\, but you can unpack the installer with any archiver, e.g. 7-Zip can handle Windows Installer packages. You need to extract these files and put them somewhere, then launch the executable like you would do normally.

![img](https://github.com/emoacht/Monitorian/assets/17989678/3c4f7a99-b318-44cf-98ed-4cfa39b050df)
jlhervy commented 1 month ago

Thanks !

Indeed it did work, but not with 7z. I used the msiexec windows command to extract the .msi in my user space, and I can now launch monitorian.

Thanks for your help.