
- Vmware horizon client for windows 10 uwp update#
- Vmware horizon client for windows 10 uwp windows 10#
My organization required a bit more restriction for Powershell scripts.
Vmware horizon client for windows 10 uwp windows 10#
I thought for the sake of it, I would supplement this with something I learned when upgrading my instant clone pools to Windows 10 1909. I was actually the original poster of the VMware communities article you linked in this writeup. If you manage to tweak or improvise further on this solution, please don’t forget to keep me posted. I hope you will find this information useful if you encounter the issue.

Check “Elevated Task” and in the drop down select the Elevated Task you just created in the list.Īfter this, the script should be able to run at logon regardless of whether or not the user has local administrator rights! In User Environment > Logon Tasks, select the logon task that runs and registers the UWP apps.ħ. In the Arguments field type the path to your script logon scriptĦ. “C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe”ĥ. In the “Type” drop down menu, select “Elevated Task” User Environment > Privilege Elevation > Create new privilege elevation ruleĢ. In the latest version of Dynamic Enivornment Manager 20XX onwards, you can now hook logon tasks into Elevated Tasks by using Privilege Elevation rules.ġ. The above DEM 9.10 logon task no longer works in situation where end-users dont have local administrative priviledges users not being able to run the script at logon.

Vmware horizon client for windows 10 uwp update#
Quick Update based on 4th Aug 2021 (Thanks to Curtis for bring this up in the comments section) We selected to put the Powershell script within the UEM Share as the end-users have the read- access. Step 2 : Create a Dynamic Environment Manager – Logon Tasks Step 1: A Powershell script to register the AppX packages Get-AppxPackage -allusers *windowscalculator* | Foreach Further it was replicated to the production setup. We tried the fix in the DEV environment and it worked. Upon searching, I came across this community page – and it outlined a solution of re-registering the UWP AppX package for the built-in application. We were running out of troubleshooting ideas.The suspicion was around AppStack – App Volumes (We disabled the AppStacks/Writable Delivery – Same issue observed) or Dynamic Environment Manager causing the application from launching One thing was evident the base template was working fine.No additional customization or options selected.

We were running the VMWare OSOT tool with the default VMware Windows 10 template.We can launch all the three applications within the optimized golden image template.The AppX package for (Calc, Photos and Edge) did exist in the base operating system.When the end-users try to open any of the three applications, nothing would happen – No error messages or pop-ups. In WindVMware OST optimized image the end-users report they cannot open the following three built-in UWP windows application.
