This repository has been archived on 2024-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
speedie-page/projects/elevendebloater.php

50 lines
3 KiB
PHP
Raw Normal View History

2022-11-23 12:11:35 +01:00
<!DOCTYPE html>
<html>
<head>
<?php include '../php/header.php';?>
<title>Elevendebloater </title>
<meta charset="UTF-8">
<meta name="description" content="Elevendebloater is a free software, bloat-free winget based debloater script for Microsoft Windows 11 which aims to debloat and de-spook Windows 11 as much as possible.">
<meta name="author" content="speedie">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="content">
<h2>ElevenDebloater</h2>
<p><img src="https://windows-cdn.softpedia.com/screenshots/ElevenDebloater_1.png" alt="images"></p>
<p>Windows &quot;debloater&quot; specifically for Windows 11 (now with 10 support) that relies on the App Installer and &quot;winget&quot;
Made this just because I had some free time and was messing around with 11 build 21996.1</p>
<p>It was created after I found out winget was able to uninstall system bloatware.</p>
<h3>Pros</h3>
<ul>
<li>Very easy to customize depending on what you want to delete &amp; what to keep</li>
<li>Can easily be fixed when more shit is added to Windows 11.</li>
<li>Batch script so the &quot;source&quot; is always public</li>
<li>Now allows easy reinstallation of deleted apps</li>
<li>Doesn&#39;t require admin if you manually enable it.</li>
<li>Not as bloated as other options</li>
</ul>
<h3 id="cons">Cons</h3>
<ul>
<li>Requires modification to the script if you want customization</li>
<li>Liely messy code</li>
</ul>
<h3>Before running</h3>
<p>Please run &quot;winget list&quot; in CMD and accept the terms. Otherwise nothing will be deleted.
Actually 0.95 may have fixed this problem by doing it automatically. Still try this if you can&#39;t get it to work!</p>
<h3>Mirrors:</h3>
<p><a href="https://raw.githubusercontent.com/speediegq/elevendebloater/main/ElevenDebloater-0.95.bat">Directly from GitHub</a></p>
<a href="https://github.com/speediegq/elevendebloater/archive/refs/tags/0.95.zip">.zip from GitHub</a>, <a href="https://www.softpedia.com/get/Tweak/System-Tweak/ElevenDebloater.shtml#download">Unofficial SoftPedia mirror</a>.</p>
<h3>How to use</h3>
<p>Download the latest script from one of the mirros above and run the .bat as Administrator. Then simply follow the instructions on-screen.</p>
<h3>About SoftPedia</h3>
<p>The SoftPedia mirror is unofficial and I never gave them permission to host my software but I greatly appreciate it even though they didn&#39;t ask for permission.
I am however not responsible for any malware found in their version. To be safe, grab the version from <a href="https://github.com/speediegq">my</a> GitHub</p>
<h3>NOTE: I am not responsible for any data loss caused by this script. I have tested this on many Windows 11 install but please have common sense. Thank you!</h3>
</div>
</body>
<footer>
<?php include '../php/footer.php';?>
</footer>
</html>