To disable remote assistance in Windows 10 and 11, open Registry Editor by pressing Win + R, typing regedit, and pressing Enter. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Remote Assistance, then double-click the fAllowToGetHelp entry and change its value to 0.
Quick Steps:
- Press
Win + Rto open the Run dialog - Type
regeditand press Enter - Navigate to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Remote Assistance - Double-click
fAllowToGetHelp - Change the value data to
0 - Click OK and restart your PC
Why Disable Remote Assistance in Windows?
Remote Assistance is a Windows feature that lets someone else connect to your computer over the internet to help fix problems. While it can be useful for tech support, it also creates a potential security risk if you don’t use it regularly.
I’ve spent years running a computer repair business, and I’ve seen how features like this can be exploited if left enabled unnecessarily. Disabling remote assistance when you don’t need it reduces your attack surface and gives you more control over who can access your system.
This is especially important if you’re already taking steps to secure your Windows installation through other privacy and security tweaks. If you’re managing multiple system settings, you might want to check out Winhance, my Windows enhancement utility, which can automate many of these configuration changes in one place.
Detailed Step-by-Step Guide
Step 1: Open Registry Editor
Press the Windows key and R together on your keyboard to open the Run dialog box. Type regedit in the text field and press Enter. If you get a User Account Control prompt, click Yes to allow Registry Editor to make changes to your system.
Step 2: Navigate to the Remote Assistance Registry Key
In Registry Editor, you need to navigate to the following path: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Remote Assistance. You can either manually click through the folders in the left sidebar or paste the path directly into the address bar at the top of the Registry Editor window.
I’ve included this registry path in the video description as well, so you can just copy and paste it to save time. This is the same approach I use for many registry-based privacy tweaks to make the process faster.
Step 3: Modify the Registry Value
Once you’re at the Remote Assistance key, look in the right panel for an entry named fAllowToGetHelp. Double-click this entry to open the edit dialog. Change the value data from 1 to 0, then click OK to save your changes.
Setting this value to 0 tells Windows to completely disable the remote assistance feature. If you ever need to re-enable it later, just come back here and change the value back to 1.
Step 4: Restart Your Computer
After making the registry change, close Registry Editor and restart your PC for the changes to take effect. The restart ensures that Windows applies the new configuration and fully disables the remote assistance service.
Common Issues & Solutions
Problem: The fAllowToGetHelp entry doesn’t exist
Solution: If you don’t see this entry in the Remote Assistance key, you may need to create it manually. Right-click in the right panel, select New > DWORD (32-bit) Value, name it fAllowToGetHelp, and set its value to 0.
Problem: Registry Editor won’t open
Solution: Make sure you’re running Windows with administrator privileges. Some group policy settings can also block access to Registry Editor. If you’re on a work or school computer, you may not have permission to edit the registry.
Problem: Changes don’t take effect after restart
Solution: Double-check that you modified the correct registry key and that the value is set to 0. You can also try running the command gpupdate /force in Command Prompt (Admin) to force a group policy refresh.
FAQ
Will disabling remote assistance affect Remote Desktop?
No, Remote Assistance and Remote Desktop are separate features in Windows. Disabling Remote Assistance won’t affect your ability to use Remote Desktop Protocol (RDP) to connect to your computer remotely.
Is it safe to edit the Windows registry?
Yes, as long as you’re careful and only modify the specific values mentioned in this guide. I’ve been making registry edits for over a decade in my repair business, and the key is to follow instructions exactly and make note of original values before changing them.
Can I use Group Policy instead of the registry?
Yes, if you’re running Windows Pro, Enterprise, or Education, you can disable Remote Assistance through Group Policy Editor. Navigate to Computer Configuration > Administrative Templates > System > Remote Assistance and configure the “Configure Solicited Remote Assistance” setting. However, the registry method works on all Windows editions including Home.
Does this work on both Windows 10 and Windows 11?
Yes, this registry modification works identically on both Windows 10 and Windows 11. The registry path and value names are the same across both operating systems.
Will Windows updates re-enable Remote Assistance?
In my experience, Windows updates typically don’t revert registry changes like this. However, major feature updates or clean installs will reset these settings, so you may need to reapply the change after upgrading to a new version of Windows.
