How to automate App-V runvirtual keys:
If you want to automate App-v’s “ runvirtual ” function in a large Enterprise, Ms has not provided you with any central tools to enable it for you. Most examples online use the following two methods: Add the runvirtual keys with a GPO or a Script in every package and deliver it during package deployment. This is working fairly good, but it’s not very dynamic if you have a large and complex company and you need different runvirtual keys for different locations or computers you need to update GPO’s or roll out new packages if you want to change it. The way we are doing it is fairly simple, but it does provide us with the ability to set and update all our runvirtual keys at once from a central location. Our method was inspired by a blogpost by Thamim Karim. But we wanted to make it more dynamic so me and a member of my team scripted our own variant in 2017, and we have been using it ever since in our company. How our script works: Starting with the basics of our ...