
In the Group Policy Management console, right click your domain and click Create a GPO in this domain and link it here. Since I am configuring the policy in my lab, I am applying it on a domain level. Do not edit the default policy because it is not the recommended method.īefore you apply this policy, test the policy on a separate OU and then plan your GPO deployment accordingly.
I would recommend creating a new group policy to configure remote assistance. Quick Assist shows a throbber screen at first (spinning dots), then gives the same message as before, 'Theres a new version of Quick Assist'. Enable Configure Offer Remote Assistance setting.Īlright let’s do this step by step.It worked, it uninstalled the old version of Quick Assist, and installed the new Windows Store version. I opened PowerShell on the folder and ran powershell -executionpolicy bypass -file Quick-Assist-Package.ps1 -install. Expand the Computer Configuration/ Policies/ Administrative Templates/ System/ Remote Assistance node. That and the PowerShell script - Quick-Assist-Package.ps1, were in the same folder.
You can either edit an existing Group Policy object or create a new one using the Group Policy Management Tool. Launch the Group Policy Management console. Login to a Domain controller or member server installed with Group Policy Management console. To enable remote assistance using group policy. Let’s look at the steps to enable Remote Assistance using group policy How to Enable Remote Assistance using Group Policy On Windows 10, however, the app will remain a per-user install and the legacy version will become hidden from the Start Menu (no shortcuts to it), but users could still browse the Windows sub-folders and launch it from the EXE manually.Enable the Remote Assistance exception for the domain profile. After youve had a computer for a while, you might notice that its running slower than when you first got it. For Windows 11 only, they have also confirmed in the next major-update (22H2), the new app will be shipped as part of the OS, and will become a per-machine type install, and so when updated in the Store, will be up-to-date for all users. (Or if you use either the Store for Business or Store for Eduction versions of the Store app, it will be made-available in there soon also.)Some good-news offered: the UAC prompt requirement is being addressed on both Windows 10 and 11, and the Control + Windows + Q key-sequence will also launch the new version soon also. Use the Shortcut Keys The quickest way to open Quick Assist is by using the shortcut keys Win + Ctrl + Q. If you could manage to get the ".appx" installer-file for the new Quick Assist manually, then you could use the Add-AppxPackage command in PowerShell to deploy it.