🔒 Closed How to Disable Ads in Windows 11 File Explorer

Status
Not open for further replies.

arsenal1205

Rarely opens PHC
You can quickly disable all ads in Windows 11, such as advertisements in File Explorer and on the Lock Screen, suggestions in Settings and on the Desktop, and so on. What Microsoft shows is actually not third-party ads or banners like you see on websites. The Redmond firm is instead promoting its own services and apps. Some notifications may include “fun facts” or suggestions Microsoft considers useful to the end user. But users often find them annoying.

Such ads are nothing new to Windows 11. The OS share a lot of common with its predecessor. It is Windows 10 where Microsoft first introduced such promotional notifications. Along with desktop toasts that show tips and app suggestions, it also included a promotional banner for OneDrive directly in File Explorer.

ads-in-File-Explorer.webp

If you are not happy with seeing tips and suggestions in the user interface of the operating system, then carefully follow the steps below.


Disable ads in File Explorer​

  1. Open File Explorer; press Win + E or click its icon in the taskbar or Start menu.
  2. Click on the See more button with 3 dots in the toolbar, and select Options.open-file-explorer-options.webp
  3. Switch to the View tab in the Folder Options dialog.
  4. Remove the check mark from the Show sync provider notifications option to disable ads in File Explorer.disable-ads-in-File-Explorer-in-Windows-11.webp
  5. Click OK in the Folder Options window.
  6. Re-open File Explorer to make the existing ads disappear.
You are done.

You may wonder what's actually the "sync provider notifications"? Those notifications display quick and easy tips and suggestions about Windows 11 apps and features you can try to have a better experience with Microsoft's ecosystem.

Alternatively, you can apply a registry tweak.

USING A REGISTRY TWEAK​

  1. Download two REG files in a ZIP archive using You do not have permission to view the full content of this post. Log in or register now..
  2. Extract the REG files to any folder of your choice.
  3. Now, double-click the Disable_sync_provider_notifications.reg file and confirm the UAC prompt.
  4. File Explorer will no longer show promotional notifications.
Done. Finally, to undo the change and restore notifications double-click the Enable_sync_provider_notifications.reg file. You may also need to learn how the REG files do their work.

How it works​

The above REG files will change the ShowSyncProviderNotifications DWORD value under the HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced key.

  • ShowSyncProviderNotifications = 0 - disables notifications.
  • ShowSyncProviderNotifications = 1 - File Explorer shows ads (default)
Disable Ads In File Explorer Using A REG Tweak


The next step you may want to take is to disable ads on the Lock Screen. It may periodically show promotional materials. The latter includes games, apps, and services, including ones from Microsoft's partners.

Disable ads on the Lock screen in Windows 11​

  1. Press Win + I to open the You do not have permission to view the full content of this post. Log in or register now. app.
  2. Click Personalization on the left.
  3. Select Lock screen in the right pane.
  4. Finally, uncheck the option Get fun facts, tips, tricks, and more on your lock screen. Note that it is only appears when the You do not have permission to view the full content of this post. Log in or register now. is set to Picture or Slideshow.
    Disable Ads On Lock Screen In Windows 11
You are done. The lock screen will no longer show extra notifications.

But if you prefer a Registry editing method, here are the files for you.

REGISTRY FILES​

  1. Download this You do not have permission to view the full content of this post. Log in or register now..
  2. Unpack the REG files to any folder.
  3. Double-click the file "Disable_ads_on_lock_screen.reg" to get rid of ads on the lock screen in Windows 11.
  4. The other file, "Enable_ads_on_lock_screen.reg", will re-enable extra lock screen notifications.
The two files change the following Registry keys and values.

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager

; To disable ads
"RotatingLockScreenEnabled"=0
"RotatingLockScreenOverlayEnabled"=0
"SubscribedContent-338387Enabled"=0
; defaults (enable ads)
"RotatingLockScreenEnabled"=1
"RotatingLockScreenOverlayEnabled"=1
"SubscribedContent-338387Enabled"=1

All three values are of the DWORD type.

Disable tips about Windows features​

Windows 11 occasionally show tips on how to use this or that feature, like the new Start menu or Quick Settings. They are great if you see Windows 11 for the first time. But if you have some experience with the OS, they are a bit annoying.

To disable tips and notifications about Windows features, do the following.

  1. Open the Settings app with the Start menu shortcut or by pressing Win + I.
  2. Click System on the left.
  3. On the right, click on Notifications.
    Click on Notifications
  4. Scroll down the next page to the Additional settings button and click it.
  5. Remove the check marks from the Get tips and suggestions when using Windows, Suggest ways to get the most out of Windows and finish setting up this device, and Show me the Windows welcome experience... options. The latter is reviewed in detail in the 'You do not have permission to view the full content of this post. Log in or register now.' article.
    Disable Tips And Notifications About Windows Features
Tip: If you have an OEM version of Windows 11 that comes preinstalled with your computer, it can be a good idea to review the list of apps that can send you notifications. If you spotted some promotional software in the list of apps, or some of the utility apps is annoying you with toasts, toggle off notifications for it here.

The same can be done with a Registry tweak.

DISABLE WINDOWS TIPS IN THE REGISTRY​

You can disable tips about Windows 11 features by changing a couple of DWORD values. For the "Get tips and suggestions when using Windows" option, the corresponding value is SoftLandingEnabled located at the key HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager. Set if to one of the following values:

  • SoftLandingEnabled = 0 - tips are disabled.
  • SoftLandingEnabled = 1 - tips are disabled
As for the "Suggest ways to get the most out of Windows and finish setting up this device" option, the value is ScoobeSystemSettingEnabled under the HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\UserProfileEngagement key.

  • ScoobeSystemSettingEnabled = 0 - suggestions are disabled.
  • ScoobeSystemSettingEnabled = 1 - suggestions are enabled (default).
You can also download REG files that automate the reviewed Registry tweaks You do not have permission to view the full content of this post. Log in or register now..

Finally, Windows 11 shows suggestions directly in the Settings app, even when the two above options are disabled. You may want to disable them as well.

Disable suggestions in the Settings app​

  1. Open the Settings app using any of the You do not have permission to view the full content of this post. Log in or register now..
  2. Click on Privacy & security on the left.
  3. On the right, click on the General section.
    Click On General In Privacy And Security
  4. Finally, on the next page disable the toggle switch from the Show me suggested content in the Settings app option.
    Disable Suggestion In The Settings App
  5. You can now close the Settings app.
Alternatively, you can disable this option in the Registry.

DISABLE SETTINGS APP SUGGESTIONS IN THE REGISTRY​

To disable suggestions and tips for the Windows 11 Settings app, In the You do not have permission to view the full content of this post. Log in or register now., visit the HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager key and change the value data for the SubscribedContent-338393Enabled value.

  • SubscribedContent-338393Enabled = 0 - suggestions in Settings are disabled.
  • SubscribedContent-338393Enabled = 1 - enable suggestions in Settings (default).
Disable Settings App Suggestions In The Registry


You can also download You do not have permission to view the full content of this post. Log in or register now. to avoid editing of the Registry manually. Extract them to any folder.

Another thing to disable are suggested apps that Windows 11 installs automatically after you sign-in to your user account. If your device remains connected to the Internet, you will notice that apps like Twitter, Facebook, and similar software are getting downloaded automatically. Here's how to disable them.

Disable automatic installation of apps in Windows 11​

  1. Press Win + R and type regedit into the Run box.
  2. Open the following key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager.
  3. Now, create or modify the 32-bit DWORD value SilentInstalledAppsEnabled.
  4. Set its value data to 0.
    Disable Automatic Installation Of Apps
  5. You do not have permission to view the full content of this post. Log in or register now. to apply the change.
You are done. Keep in mind that you need to apply this tweak in every user account you have on your computer.

DOWNLOAD REG FILES​

To save your time, you can download You do not have permission to view the full content of this post. Log in or register now.. Extract the downloaded ZIP archive and double-click the REG file.

  • Disable_automatically_installing_apps.reg - prevents Windows 11 from auto-installing apps.
  • Enable_automatically_installing_apps.reg - restores the defaults.

Disable personalized ads in Windows 11 apps​

Finally, you can disable personalized ads in all Store apps. By default, Windows generates a unique identifier for your user account. Apps can use it to associate it with your preferences, searches and other personal data. The collected information can be used for ad targeting, i.e. to show ads that match your interests.

If you are not happy with personalized ads in Windows 11, open the Settings app and open the Privacy & security > General page. On the right, disable the Let apps show me personalized ads by using my Advertising ID option.

Disable Personalized Ads In Settings


Again, you can disable this option in the Registry.

THE REGISTRY EDITOR METHOD​

Open the Registry editor (regedit.exe) and go to the HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\AdvertisingInfo key. In the right pane, change the 32-bit DWORD value Enabled.

  • Enabled = 0 - disable personalized ads.
  • Enabled = 1 - enable personalized ads (default).
Disable Personalized Ads In Registry


The ready-to-use REG files with this tweak are available You do not have permission to view the full content of this post. Log in or register now..

They are packed into a ZIP archive that you can extract to any folder. After that, open the Disable personalized ads in Windows 11.reg file to apply the change. The other REG file in the archive is an undo tweak.

That's it!


FROM: WINAERO
 
may ads na pala sa file explorer ng bagong windows? 🤣 potek talaga 😆
by the way, salamat sa tutorial lodi
 
Status
Not open for further replies.

About this Thread

  • 10
    Replies
  • 279
    Views
  • 5
    Participants
Last reply from:
N E G A N

Online now

Members online
1,488
Guests online
2,961
Total visitors
4,449

Forum statistics

Threads
2,319,276
Posts
29,199,619
Members
1,180,265
Latest member
ASDASD12332
Back
Top