Forum Discussion
Remote assistance with Quick Assist is changing
Nathan_Pfeifer
This is what happened to us when we installed new QuickAssist app from Microsoft store:
When open normally:
When open with elevated right as required:
I've never had any problem with the old version, yet i couldn't get this new version to work. I tried to look for solution but none available at the moment.
Can someone please point me to the work around ?
Quang
- jcjcjcJun 09, 2022Copper ContributorHI NvQuang, I replied to the wrong person, please see my last post on a workaround for this issue 🙂
- jcjcjcJun 07, 2022Copper ContributorWe've started getting this issue now when we update to the new version on 1909. Utterly stupid change from MS, clearly trying to push MS Store on to us all. Haven't been able to work out a fix for this yet. Well done Microsoft for breaking something that actually worked really well and consistently (unlike the majority of your other products).
- rejohnsonJun 03, 2022Iron Contributor
We found the shortcut doesn't work, but if we search for QA from Start, it does launch. But then it still tells us to update, but there's a little link below "Already installed it? Open it now" that works. First run can take quite few seconds.
- rejohnsonJun 03, 2022Iron ContributorUh-oh, we're finding issues with Win 10 versions 1909 and older. Yes, we're trying hard to get everyone upgraded, but so many remote users makes that difficult... Our 20H2 and later PCs can install QA without any problems.
- MangoMattJun 02, 2022Copper Contributor
We get the same thing. Any resolution to this?
- Download the app bundle
- Add-AppxPackage MicrosoftCorporationII.QuickAssist_2022.509.2259.0_neutral___8wekyb3d8bbwe.AppxBundle
- Open the new app and get the same errors as Nathan - "the requested operation requires elevation" and then "The request is not supported" when opening the app with "run as administrator".
I've tried with two different computers. Both using Windows 10 v1809 LTSC
- PaulKoningJun 03, 2022Brass Contributor
We've managed to install the new Store version offline in Endpoint/Intune:
- Download the appx bundle. I used https://store.rg-adguard.net/ as explained on http://woshub.com/how-to-download-appx-installation-file-for-any-windows-store-app/
- Create a small Powershell script to remove the old version and install the new:
# remove old version Remove-WindowsCapability -online -name App.Support.QuickAssist~~~~0.0.1.0 # install new DISM /online /add-provisionedappxpackage /packagepath:"MicrosoftCorporationII.QuickAssist_2022.414.1758.0_neutral___8wekyb3d8bbwe.AppxBundle" /skiplicense
- Install this with powershell -executionpolicy bypass .\install_quick_assist.ps1
I've made a batch file (install.bat) like this:
powershell -executionpolicy bypass .\install_quick_assist.ps1 REM create a empty control txt file copy /y NUL "C:\Program Files\quick_assist_2022_414_1758_0.txt" >NUL
With this I made an intunewin package with IntuneWinAppUtil.exe that contains:
- install.bat
- install_quick_assist.ps1
- MicrosoftCorporationII.QuickAssist_2022.414.1758.0_neutral___8wekyb3d8bbwe.AppxBundle
Last step is to deploy this as an app in Endpoint/Intune. I just check for the empty textfile to see if it has installed. There are better ways to do this, but it works fine.
We have deployed this to our devices this week and it works like a charm. Our users do not have elevated rights and won't even notice that the new version is installed (don't forget to select that pop-up messages won't show up when the app is installed).
I don't know yet what will happen when there is an update of the new Store app of Quick Assist. As mentioned before, the app won't update when you install it offline. Probably just repeat the same steps as described to create a new intunewin package and update the app in Endpoint/Intune with a slightly changed empty control txt file.
Hope this helps.- MangoMattJun 03, 2022Copper Contributor
Thank you for the script, Paul. Unfortunately, I think what it comes down to is that this is not supported on LTSC 1809. I can install Quick Assist fine on Windows 10 1903 but not on LTSC.
Otherwise, the only thing I see that is different is that I'm trying to install a slightly higher version.
The version you noted: MicrosoftCorporationII.QuickAssist_2022.414.1758.0_neutral___8wekyb3d8bbwe.AppxBundle
The version I downloaded yesterday: MicrosoftCorporationII.QuickAssist_2022.509.2259.0_neutral___8wekyb3d8bbwe.AppxBundle
- Andy_hookerJun 02, 2022Copper ContributorNathan_Pfeifer
I have a few site admins in my org. seeing the errors. Are there any known resolutions to this, as of yet?