From b83a6f88df76ab7d4a324cdf5ddf7477d92c81af Mon Sep 17 00:00:00 2001 From: TheKrol Date: Mon, 4 Nov 2024 16:37:10 -0500 Subject: [PATCH 1/2] Update lists.php Added KMSpico to the list --- lists.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lists.php b/lists.php index 9ae5191..5cd3007 100644 --- a/lists.php +++ b/lists.php @@ -53,6 +53,7 @@ "Speedify", // messes with network "UltraUXThemePatcher", // can mess up ui "Lockdown Browser" // has messed up windows power plans and other things https://discord.com/channels/749314018837135390/749316166878625843/1298020309881847849 + "KMSpico" // Known windows activation tool likely malware ]; $biosCharacteristics = [ From 6a2b62fe074d842072db37473b5cd83e7f8d360d Mon Sep 17 00:00:00 2001 From: TheKrol Date: Mon, 4 Nov 2024 16:38:00 -0500 Subject: [PATCH 2/2] Update lists.php --- lists.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lists.php b/lists.php index 5cd3007..b6eb1bf 100644 --- a/lists.php +++ b/lists.php @@ -52,7 +52,7 @@ "cleaner", // blanket for debloater "Speedify", // messes with network "UltraUXThemePatcher", // can mess up ui - "Lockdown Browser" // has messed up windows power plans and other things https://discord.com/channels/749314018837135390/749316166878625843/1298020309881847849 + "Lockdown Browser", // has messed up windows power plans and other things https://discord.com/channels/749314018837135390/749316166878625843/1298020309881847849 "KMSpico" // Known windows activation tool likely malware ];