Running unsigned software as a standard user

Posted by BWMerlin@reddit | sysadmin | View on Reddit | 19 comments

I am trying to allow standard users to run [ViPlex Express](https://novastar-store.com/download/#1626964971901-032d4090-12cd) (LED signage software) on our RDS server. Everytime ViPlex Express is launched the user is prompted for UAC as the software is from an unknown publisher. So far I have tried granting "everyone" FULL access to the bin directory in the install directory. I have tried [creating a scheduled task icon](https://www.sevenforums.com/tutorials/11949-elevated-program-shortcut-without-uac-prompt-create.html) which only works for myself. I have tried running [Standard User Analyzer](https://learn.microsoft.com/en-us/windows/deployment/planning/using-the-sua-tool) which doesn't detect any issues. I have tried running [Application Compatibility Toolkit](https://learn.microsoft.com/en-us/windows/deployment/planning/act-technical-reference) and making a shim but that doesn't work. I have reached out to the developer to see if they have a signed copy of ViPlex Express but I will not be holding my breath on getting a positive outcome from that enquiry. I would rather not disable UAC or make the user and admin but I do need some way for them to run this software. How do others run unsigned software for standard users?