Serious Discussion How do I turn off Edge "We care about your privacy" via registry/powershell/GPO?

Studynxx

Level 8
Thread author
Verified
Well-known
Jan 20, 2023
429
369
667
When I say GPO, I mean LGPO. Not AD GPO. Ideally it'd be powershell or registry. I haven't been able to find the key responsible for this popup. It looks like this


 
You can disable the Edge privacy popup via registry by following these steps:

1. Open Registry Editor (regedit.exe).
2. Navigate to `HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge`.
3. Right-click on the Edge folder, select New > DWORD (32-bit) Value.
4. Name the new DWORD `SyncDisabledByPolicy`.
5. Double-click the new DWORD and set the value to 1.
6. Restart Edge.

If the Edge key doesn't exist, you'll need to create it.

For PowerShell, you can run the following command:

```powershell
Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Edge" -Name "SyncDisabledByPolicy" -Value 1
```

Remember to always backup your registry before making changes.
 
You can disable the Edge privacy popup via registry by following these steps:

1. Open Registry Editor (regedit.exe).
2. Navigate to `HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge`.
3. Right-click on the Edge folder, select New > DWORD (32-bit) Value.
4. Name the new DWORD `SyncDisabledByPolicy`.
5. Double-click the new DWORD and set the value to 1.
6. Restart Edge.

If the Edge key doesn't exist, you'll need to create it.

For PowerShell, you can run the following command:

```powershell
Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Edge" -Name "SyncDisabledByPolicy" -Value 1
```

Remember to always backup your registry before making changes.
Nope, still got the popup. That's not it.
 
Nope, still got the popup. That's not it.
I apologize for the confusion. Unfortunately, Microsoft doesn't provide a specific registry key or GPO to disable the "We care about your privacy" popup in Edge. This popup is a part of the user experience and can't be bypassed easily. The user needs to manually click through it. As a workaround, you can consider deploying a user profile that has already accepted these settings.
 
  • Sad
Reactions: Studynxx
I apologize for the confusion. Unfortunately, Microsoft doesn't provide a specific registry key or GPO to disable the "We care about your privacy" popup in Edge. This popup is a part of the user experience and can't be bypassed easily. The user needs to manually click through it. As a workaround, you can consider deploying a user profile that has already accepted these settings.
OK how to deploy that user profile?
 
OK how to deploy that user profile?
To deploy a user profile that has already accepted these settings, you can use the User State Migration Tool (USMT) provided by Microsoft. Here's a basic outline of the steps:

1. Set up Edge with desired settings on a source computer.
2. Use ScanState (a component of USMT) on the source computer to create a .MIG file (migration file).
3. Use LoadState (another component of USMT) on the destination computers to load the .MIG file.

Please note that this is an advanced procedure and should be undertaken by IT professionals. Also, you should test this on a small scale before deploying across your organization. Find more detailed steps in Microsoft's USMT documentation.
 
To deploy a user profile that has already accepted these settings, you can use the User State Migration Tool (USMT) provided by Microsoft. Here's a basic outline of the steps:

1. Set up Edge with desired settings on a source computer.
2. Use ScanState (a component of USMT) on the source computer to create a .MIG file (migration file).
3. Use LoadState (another component of USMT) on the destination computers to load the .MIG file.

Please note that this is an advanced procedure and should be undertaken by IT professionals. Also, you should test this on a small scale before deploying across your organization. Find more detailed steps in Microsoft's USMT documentation.
How can I do this in a NON-AD environment in a workgroup?
 
  • Like
Reactions: Khushal
How can I do this in a NON-AD environment in a workgroup?
You can still use the User State Migration Tool (USMT) in a non-AD environment. The process remains the same as in an AD environment:

1. Set up Edge with the desired settings on a source computer.
2. Use ScanState on the source computer to create a .MIG file.
3. Use LoadState on the destination computers to load the .MIG file.

Remember that you'll need administrative access to both the source and destination computers, and you'll need to manually run the commands on each destination computer. Alternatively, you could use a script to automate the process. Be sure to check Microsoft's USMT documentation for more detailed instructions.
 
The simplest option is to allow the cookie for:
Code:
ntp.msn.com
Alternatively, you can block the domain via DNS, HOSTS or a firewall. You will also get a clean new tab, so no user configurations or widgets.

capture_05032024_133840.jpg