-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdisablewintracking_user.reg
63 lines (57 loc) · 2.98 KB
/
disablewintracking_user.reg
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
54
55
56
57
58
59
60
61
62
63
Windows Registry Editor Version 5.00
; https://admx.help/?Category=Windows_10_2016&Policy=Microsoft.Policies.CloudContent::ConfigureWindowsSpotlight
; Disables Windows spotlight on the lock screen
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\CloudContent]
"ConfigureWindowsSpotlight"=dword:00000002
"IncludeEnterpriseSpotlight"=dword:00000000
"DisableThirdPartySuggestions"=dword:00000001
"DisableTailoredExperiencesWithDiagnosticData"=dword:00000001
"DisableWindowsSpotlightFeatures"=dword:00000001
"DisableWindowsSpotlightWindowsWelcomeExperience"=dword:00000001
"DisableWindowsSpotlightOnActionCenter"=dword:00000001
"DisableWindowsSpotlightOnSettings"=dword:00000001
; Disabling Sponsored Apps
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
"FeatureManagementEnabled"=dword:00000000
"OemPreInstalledAppsEnabled"=dword:00000000
"PreInstalledAppsEnabled"=dword:00000000
"RotatingLockScreenEnabled"=dword:00000000
"RotatingLockScreenOverlayEnabled"=dword:00000000
"SoftLandingEnabled"=dword:00000000
"SystemPaneSuggestionsEnabled"=dword:00000000
"SubscribedContentEnabled"=dword:00000000
"ContentDeliveryAllowed"=dword:00000000
"SilentInstalledAppsEnabled"=dword:00000000
"PreInstalledAppsEverEnabled"=dword:00000000
"RemediationRequired"=dword:00000000
"SubscribedContent-338387Enabled"=dword:00000000
"SubscribedContent-338388Enabled"=dword:00000000
"SubscribedContent-338389Enabled"=dword:00000000
"SubscribedContent-310093Enabled"=dword:00000000
"SubscribedContent-338393Enabled"=dword:00000000
"SubscribedContent-314563Enabled"=dword:00000000
"SubscribedContent-353698Enabled"=dword:00000000
"SubscribedContent-353694Enabled"=dword:00000000
"SubscribedContent-353696Enabled"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager\SuggestedApps]
"46928bounde.EclipseManager_a5h4egax66k6y"=dword:00000000
"ActiproSoftwareLLC.562882FEEB491_24pqs290vpjk0"=dword:00000000
"AdobeSystemsIncorporated.AdobePhotoshopExpress_ynb6jyjzte8ga"=dword:00000000
"D5EA27B7.Duolingo-LearnLanguagesforFree_yx6k7tf7xvsea"=dword:00000000
"Flipboard.Flipboard_3f5azkryzdbc4"=dword:00000000
"Microsoft.BingNews_8wekyb3d8bbwe"=dword:00000000
"Microsoft.BingWeather_8wekyb3d8bbwe"=dword:00000000
"Microsoft.FreshPaint_8wekyb3d8bbwe"=dword:00000000
"Microsoft.Getstarted_8wekyb3d8bbwe"=dword:00000000
"Microsoft.NetworkSpeedTest_8wekyb3d8bbwe"=dword:00000000
"Microsoft.Office.Sway_8wekyb3d8bbwe"=dword:00000000
"Microsoft.RemoteDesktop_8wekyb3d8bbwe"=dword:00000000
"Microsoft.WindowsAlarms_8wekyb3d8bbwe"=dword:00000000
"Microsoft.WindowsSoundRecorder_8wekyb3d8bbwe"=dword:00000000
"40579FactionSoftware.Colorist_ktsqrfenxtjhw"=dword:00000000
; Turn off File Explorer ads
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ShowSyncProviderNotifications"=dword:00000000
; Turn off Game Bar Tips
[HKEY_CURRENT_USER\Software\Microsoft\GameBar]
"ShowStartupPanel"=dword:00000000