I want to make a process that can automate the installation of multiple applications on several desktops in one go. Bare in mind that I will be installing those applications on desktops that are not mine so task scheduler isn’t an option. Is there any workaround to avoid the UAC prompts?
Welcome to the community
Manually how do you do it?
Does it allow remote access to it?
If they are vm’s then create scripts and trigger them
Using main desktop
Cheers
@Anil_G
Thank you!
Manually we do it through an external storage device (USB flash drive). The process involves many tasks like running msi installers which often require User input on a UAC prompt, changing the default browser from the windows settings, Creating desktop shortcuts for urls and accessing those urls and downloading files
Ideally you have to follow the same steps…if not flashdrice…you have to create an automation which will download and install all of them and provide those inputs as a human dors via automation
Cheers