Developing and testing features or extensions for Microsoft Edge
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi all,
As already search docs and others sites, we're trying to find more information about this specific settings and how to manage them via Registry, can someone help us from this situation to set all to disable and also any URLs created or modified by users deleted?
Thanks in advance. Any help would be much appreciated.
M.
Developing and testing features or extensions for Microsoft Edge
Hi Marco-4658,
I understand you're looking to manage the "Profiles / Profile preferences" settings in Microsoft Edge via the Registry. Here are the steps to disable these settings and delete user-created URLs: Disabling Profile Preferences via Registry Open Registry Editor:
Win + R, type regedit, and press Enter.
Navigate to the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge
Create or modify the following DWORD values:Win + R, type regedit, and press Enter.
Navigate to the following path:
HKEY_CURRENT_USER\Software\Microsoft\Edge\TypedURLs
Delete the entries:Delete.
Alternatively, you can use a script to automate this process:$registryPath = "HKCU:\Software\Microsoft\Edge\TypedURLs" Remove-Item -Path $registryPath -Recurse Run this script as an administrator to ensure it has the necessary permissions.
I hope these tips help resolve the issue. If you need further assistance, I'm here to help.
Best regards,
Jonathan
----------*
Your feedback is very important to us! If this response resolved your query, please click 'YES'. This helps us continuously improve the quality and relevance of our solutions.
Hi Marco-4658,
Currently, there're only 4 policies available to manage the Profile preferences settings. You have used 3 of them:
GuidedSwitchEnabled --> Account based profile switching
SwitchIntranetSitesToWorkProfile --> Switch intranet sites to a work profile
SwitchSitesOnIEModeSiteListToWorkProfile --> Switch sites on the IE mode site list to a work profile
AADWebSiteSSOUsingThisProfileEnabled --> Allow single sign-on for work or school sites using this profile
For the rest of the settings, unfortunately there's been no policy yet. Please send a GPO request by sending feedback to the Dev Team (Alt+Shift+I). Thanks for your understanding.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Best Regards,
Shijie Li