Forum Discussion
Remote assistance with Quick Assist is changing
Just the addition of adding alphanumeric to the code equation makes what was once a ridiculously simple way to connect that much more of a pain. "A as in apple S as in Sam, did you say F? NO S!, P as in Paul, did you say T? OMFG as in ... well never mind...
I didn't even have to tell them to type Quick Assist in the search box, it was TWO KEYTAPS, tap Windows and type the letter Q, in a sea of consumer fails, this was something Microsoft got right, big time. I too who only support regular consumers, was saving a TON OF $$ by not having to subscribe to overpriced remote control solutions.
I have so far not done the update, as I am waiting waiting, to make sure my end users who can barely use a mouse let alone deal with the Store can deal with the change, I may be over reacting but the alpha numeric is already a PIA.
For all the admins out there, like me, please follow the tutorial below to install the new Quick Assist for All Users without using the Microsoft Store:
Follow this Site's tutorial to download the Quick Assist AppxBundle directly from the Store: https://lazyadmin.nl/it/install-microsoft-store-apps-without-store/
Run this PowerShell command (in Administrator Mode) to install it for all users (change the packagepath if stored elsewhere): DISM /online /add-provisionedappxpackage /packagepath:"C:\Temp\MicrosoftCorporationII.QuickAssist_2022.509.2259.0_neutral___8wekyb3d8bbwe.AppxBundle" /skiplicense
To remove the old Quick Assist from the Start Menu delete this shortcut: "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories\Quick Assist.lnk" and if you want the old version fully gone then remove it from here as well: C:\WINDOWS\system32\quickassist.exe
Good luck, but Microsoft still sucks for changing it.
- edd080May 30, 2022Brass Contributor
Thank you so much for your post! It was just what I needed to sort out my issue, our users need admin credentials to install any kind of app and most organizations are most probably set up this way. Your post solved my issue.
Thank you once again, 👍.
- GreatToHearFromYouMay 30, 2022Brass Contributor
edd080 You're welcome. You may have to run this command first in an elevated PowerShell prompt before running the DISM command (change Path if you use a different location): Add-AppxPackage -Path "C:\Temp\MicrosoftCorporationII.QuickAssist_2022.509.2259.0_neutral___8wekyb3d8bbwe.AppxBundle"
Also, I was unable to run it as a GPO startup script, since the SYSTEM account is not allowed to run the Add-AppxPackage command. I guess I can use our Asset Management System, which can run scripts as different user, but it just doesn't work as well as GPO.
Do you have any suggestions on how to deploy on users systems as administrator?- edd080May 30, 2022Brass ContributorI have created a package through SCCM which points to the powershell script, it runs as admin via sccm, tested on a few machines and it worked out fine so far; I will be deploying it to the other machines and see how it goes.
- rdeboer1973May 23, 2022Copper ContributorYes, it works to install the new Quick Assist. There is only one catch, it eliminates the automatic update. So, that means you have to update it manually. That's quite cumbersome, to say the least. But, it seems like the only way.
- GreatToHearFromYouMay 30, 2022Brass Contributor
It depends, if Microsoft will be including QuickAssist in their future ISO and feature updates, like they do with Legacy QuickAssist (
I certainly hope so!Nope they don't for Windows 10, see below, absolutely insane!), then it will be updated every half year. We don't provide access for our users to the MS store, so all the preinstalled appx apps we don't remove are only updated through the bi-annually feature updates which has never caused any problems.From their FAQ:
Will Quick Assist only be available in the Store going forward?
The Quick Assist Store app will be preinstalled in the next update for Windows 11. Users who are currently part of the https://insider.windows.com/en-us/ can test this today.
Note: Windows 10 users will continue to download the Store app.