全栈IT

  • 主页
  • 归档
  • Linux
  • Win
  • AI

全栈IT

  • 主页
  • 归档
  • Linux
  • Win
  • AI

007、关闭windows10、windows11所有广告

2020-12-28
字数统计: 310字   |   阅读时长≈ 1分
1
2
3
4
5
6
kali@kali:~$ curl http://f.itgrub.com/disad.bat
@echo off
bitsadmin /transfer disad http://f.itgrub.com/disad.reg %USERPROFILE%\Desktop\disad.reg
start %USERPROFILE%\Desktop\disad.reg
kali@kali:~$

关闭windows10、windows11所有广告

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53

kali@kali:~$ cat disad.reg
��Windows Registry Editor Version 5.00

; Created by: Shawn Brink
; Created on: July 28, 2022
; Updated on: May 7, 2024
; Tutorial: https://www.elevenforum.com/t/disable-ads-in-windows-11.8004/

; Sync provider notifications in File Explorer
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ShowSyncProviderNotifications"=dword:00000000

; Get fun facts, tips, tricks, and more on your lock screen
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
"RotatingLockScreenOverlayEnabled"=dword:00000000
"SubscribedContent-338387Enabled"=dword:00000000

; Show suggested content in Settings app
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
"SubscribedContent-338393Enabled"=dword:00000000
"SubscribedContent-353694Enabled"=dword:00000000
"SubscribedContent-353696Enabled"=dword:00000000

; Get tips and suggestions when using Windows
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
"SubscribedContent-338389Enabled"=dword:00000000

; Suggest ways to get the most out of Windows and finish setting up this device
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\UserProfileEngagement]
"ScoobeSystemSettingEnabled"=dword:00000000

; Show me the Windows welcome experience after updates and occasionally when I sign in to highlight what's new and suggested
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
"SubscribedContent-310093Enabled"=dword:00000000

; Let apps show me personalized ads by using my advertising ID
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\AdvertisingInfo]
"Enabled"=dword:00000000

; Tailored experiences
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Privacy]
"TailoredExperiencesWithDiagnosticDataEnabled"=dword:00000000

; "Show recommendations for tips, shortcuts, new apps, and more" on Start Menu
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_IrisRecommendations"=dword:00000000

; Show Microsoft account-related notifications on Start Menu
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_AccountNotifications"=dword:00000000

kali@kali:~$
  • Windows
008、CentOS Stream 9 国内repo加速配置
006、Windows10/11 关闭自动更新 to2099年
目录,不存在的…
© 2010-2025 全栈IT
备案号:京ICP备13033196号-3