Skip to content

Edge Debloat

config/tweaks.json
1183  "WPFTweaksEdgeDebloat": {
1184    "Content": "Edge Debloat",
1185    "Description": "Disables various telemetry options, popups, and other annoyances in Edge.",
1186    "category": "z__Advanced Tweaks - CAUTION",
1187    "panel": "1",
1188    "registry": [
1189      {
1190        "Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\EdgeUpdate",
1191        "Name": "CreateDesktopShortcutDefault",
1192        "Value": "0",
1193        "Type": "DWord",
1194        "OriginalValue": "<RemoveEntry>"
1195      },
1196      {
1197        "Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Edge",
1198        "Name": "PersonalizationReportingEnabled",
1199        "Value": "0",
1200        "Type": "DWord",
1201        "OriginalValue": "<RemoveEntry>"
1202      },
1203      {
1204        "Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Edge\\ExtensionInstallBlocklist",
1205        "Name": "1",
1206        "Value": "ofefcgjbeghpigppfmkologfjadafddi",
1207        "Type": "String",
1208        "OriginalValue": "<RemoveEntry>"
1209      },
1210      {
1211        "Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Edge",
1212        "Name": "ShowRecommendationsEnabled",
1213        "Value": "0",
1214        "Type": "DWord",
1215        "OriginalValue": "<RemoveEntry>"
1216      },
1217      {
1218        "Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Edge",
1219        "Name": "HideFirstRunExperience",
1220        "Value": "1",
1221        "Type": "DWord",
1222        "OriginalValue": "<RemoveEntry>"
1223      },
1224      {
1225        "Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Edge",
1226        "Name": "UserFeedbackAllowed",
1227        "Value": "0",
1228        "Type": "DWord",
1229        "OriginalValue": "<RemoveEntry>"
1230      },
1231      {
1232        "Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Edge",
1233        "Name": "ConfigureDoNotTrack",
1234        "Value": "1",
1235        "Type": "DWord",
1236        "OriginalValue": "<RemoveEntry>"
1237      },
1238      {
1239        "Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Edge",
1240        "Name": "AlternateErrorPagesEnabled",
1241        "Value": "0",
1242        "Type": "DWord",
1243        "OriginalValue": "<RemoveEntry>"
1244      },
1245      {
1246        "Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Edge",
1247        "Name": "EdgeCollectionsEnabled",
1248        "Value": "0",
1249        "Type": "DWord",
1250        "OriginalValue": "<RemoveEntry>"
1251      },
1252      {
1253        "Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Edge",
1254        "Name": "EdgeShoppingAssistantEnabled",
1255        "Value": "0",
1256        "Type": "DWord",
1257        "OriginalValue": "<RemoveEntry>"
1258      },
1259      {
1260        "Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Edge",
1261        "Name": "MicrosoftEdgeInsiderPromotionEnabled",
1262        "Value": "0",
1263        "Type": "DWord",
1264        "OriginalValue": "<RemoveEntry>"
1265      },
1266      {
1267        "Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Edge",
1268        "Name": "ShowMicrosoftRewards",
1269        "Value": "0",
1270        "Type": "DWord",
1271        "OriginalValue": "<RemoveEntry>"
1272      },
1273      {
1274        "Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Edge",
1275        "Name": "WebWidgetAllowed",
1276        "Value": "0",
1277        "Type": "DWord",
1278        "OriginalValue": "<RemoveEntry>"
1279      },
1280      {
1281        "Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Edge",
1282        "Name": "DiagnosticData",
1283        "Value": "0",
1284        "Type": "DWord",
1285        "OriginalValue": "<RemoveEntry>"
1286      },
1287      {
1288        "Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Edge",
1289        "Name": "EdgeAssetDeliveryServiceEnabled",
1290        "Value": "0",
1291        "Type": "DWord",
1292        "OriginalValue": "<RemoveEntry>"
1293      },
1294      {
1295        "Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Edge",
1296        "Name": "WalletDonationEnabled",
1297        "Value": "0",
1298        "Type": "DWord",
1299        "OriginalValue": "<RemoveEntry>"
1300      },
1301      {
1302        "Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Edge",
1303        "Name": "DefaultBrowserSettingsCampaignEnabled",
1304        "Value": "0",
1305        "Type": "DWord",
1306        "OriginalValue": "<RemoveEntry>"
1307      }
1308    ],

Registry Changes

Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place.

You can find information about the registry on Wikipedia and Microsoft’s Website.