What is Windows 10 Ameliorated Edition?
To ameliorate means to purify, improve and make better in some way. Windows 10 Ameliorated is precisely that. To achieve this state of Windows 10, AME uses many scripts that remove and disable the bloatware and spyware in the original Windows 10 by Microsoft in the proper order.
You can download an ISO of the whole OS purified or build one by yourself. Windows 10 AME is an open-source project shared on Github.
Important 05.04.2022 update!
Whatever you do, NEVER, EVER use this command in the console:
"sfc /scannow"
This command that’s supposed to restore and repair broken Windows components brings back the Microsoft circus that comes with the repairs, including edge browser, Microsoft weather, and other botnet and spyware. I just had to back up everything and reinstall.
Why do I still have an active Windows installation and didn’t switch to Linux?
It’s 2021, and I’m finally installing Windows 10 for the first time on my main PC. I bought a new laptop, and Windows 10 came as a preinstalled OS. I still need to use some Adobe software, so that’s the main reason I wanted to have a working copy of Windows.
With that said, Windows 10 by Microsoft is complete bloatware and spyware. It’s slow and consumes a lot of RAM and CPU when idle. It’s forcing updates at unfortunate times even though the user disables them. Nothing to like about it. Yeah, but there is an alternative, and it’s called Windows 10 Ameliorated edition. These are a bunch of scripts that change the game. Read more to understand how it works.
How does Windows 10 AME differentiate from Windows 10 by Microsoft?
It’s the same operating system, but here’s what changes:
- Windows AME turns off all the spying features of Windows 10
- Disables Cortana
- Removes Edge browser and installs Firefox instead
- Removes the MS Office because it has a keylogger inside
- Denies 94% of the attacks related to the Administrator vulnerability
- Removes the “Start menu” and the Taskbar
- It gets rid of the advertising software that comes preinstalled with Windows 10
- It removes unneeded bloat from the GUI
Windows 10 AME Disadvantages
- In theory, you may face problems with Direct X 12 (No one had till now)
- It asks for an Administrator password for basic operations
- You can’t use the new MS Office (but you can use Open Office or Libre Office instead)
- Not all settings are fully customizable
- Only through terminal input can some system settings be changed
- Some system settings are going to reset to default on the next restart
- There are no updates and no official support
- 32-bit versions aren’t supported
- The internal search function isn’t working as intended
Windows 10 AME Advantages
With that said, if you can live with it, here are the advantages you trade for all your discomfort:
- It uses 80% less RAM and less CPU power
- It loads almost instantly
- Its GUI is cleaner
- It’s not sending your data to Microsoft
Who is Windows 10 Ameliorated for, and why choose it?
I would choose the AME version of Windows because I want the OS to respect my privacy if you don’t wish Microsoft to spy on you or collect information about every button you press. Windows 10 AME is for you if you don’t like being tracked and “suggested” what’s better for you based on your actions. If you still want to use some program configurations that you have preconfigured back in the days on Windows 7 but with the newer updated and supported software versions.
Is Windows 10 AME safe to use?
NO. But it’s way better than the bloated version of windows Microsoft presents you with. Here is a list of the things that concern me:
- It’s illegal.
That’s it. That’s my only concern. Keeping in mind that Windows 10 AME is illegal is important! Microsoft is not officially supporting and updating it. Yes, it’s open-source and shared on GitHub, but if you aren’t a programmer and paranoid, use Ubunto Linux or any other user-friendly distribution.
IMPORTANT! NOTICE:
It’s essential to understand that Windows, regardless of its modernity and the patched state, can’t be taken as an impenetrable platform. If privacy and security are two of your essential concerns, you should no longer use AME or Windows in general!
How to add an input language to Windows 10 Ameliorated with Powershell?
Generally, in Windows 10 AME adding language using the GUI could be impossible if installing it from an ISO. By following the official AME documentation, you’ll be able to add a custom language to the keyboard and the input languages.
net localgroup administrators user /add shutdown -r -t 0
This is required to keep the settings made with the following commands we are going to use
$List = New-WinUserLanguageList en-US $List.add("de-DE") $List.add("it-IT") $List.add("xx-XX") Set-WinUserLanguageList $List
Don’t forget to return the user account to its previous state:
net localgroup administrators user /delete shutdown -r -t 0
Advanced ways of changing the primary language and forcing an input alternative.
In my case, this wasn’t enough. I was looking for a way to change my input method to “Bulgarian Phonetic Traditional” by using the Power Shell and keeping “en-US” as a default input. First, open the Microsoft website and look for your input language code. Then substitute it in the following code:
$lang = New-WinUserLanguageList en-US $lang.Add("bg") $lang[1].InputMethodTips.Clear() $lang[1].InputMethodTips.Add('0402:00040402') Set-WinUserLanguageList -LanguageList $lang
Is an Open Shell update on Windows 10 ameliorated usual?
Open-Shell is an open-source menu for Windows 10 developed by Ivo Beltchev. You can find it on GitHub. Yes, we can expect this behaviour. You can either update it or not. Whatever your decision is, it won’t break or mess up your current installation.
Windows 10 AME Automated Batch File
This batch file will automate some processes for you with Windows 10 AME. I’m not the code author, but I wanted to save it somewhere so I can also download it if needed. So enjoy the share. After a search, you can find the official file on the AME Telegram channel. It’ll help with:
- Changing username or password
- Modifying the lock screen image
- Changing language settings
- Elevate User to Administrator
- Login without typing the username
- Enabling Windows script host
- Enabling NCSI active probing
- Changing the display language
- Adding a keyboard language
- Installing a language Pack
- Uninstalling a Language Pack
Windows 10 AME and Cinema4D, Cinebench, Cineware + After Effects crash – FIX all errors
Are you one of those fellas having problems with the latest versions of Cinema4D or Cinebench or After Effects “Cinema4D” mode with Windows 10 Ameliorated? I have the solution to all your problems, but it isn’t lovely. You’ll have to compromise your Amelioration with the original ClipSVC.dll file.
Cinebench R20 and Cinebench R23 aren’t working with the current version of Windows 10 Ame. We have promises from “Actrons” that the Cinebench & Cinema 4D issue will be fixed in the newer releases of Windows 10 AME. On the other hand, Cinebench R15 should be running fine.
To fix all your problems, you must download ClipSVC.dll and swap it with the one in your system32 folder. For this procedure to work, you’ll need Administrator rights. The system32 folder is located in “C:\Windows\System32”. I strongly advise against this because this will compromise your Windows 10 Amelioration. I also uploaded the file for you from a clean Windows 10 installation, but I advise against downloading DLLs from the Internet and instead getting the file from a clean Windows installation.
Final thoughts
Windows was a great platform back in the day. Linux was better. Linux is still better now with a powerful graphic user interface. If you are a new user who wants to enter this new world of Linux, look at Kubuntu with KDE. If you need Windows 10 to comply with some software that can’t run on another operating system, Windows 10 Ameliorated is your best choice. Please let me know what you think about Windows AME in the comments below.
3 thoughts on “Ameliorated Windows 10 AME”
All that will prove very helpful ^_^
I actually landed here after searching on ddg whether there’s any PowerShell on Win AME. This came out on top! So I compliment your SEO proficiency! I wish also to gain this so useful skill. As for motorbiking, not sure yet, but nevertheless we seem to have common interests so don’t hesitate to email me anytime. Kind regards!
Thank you so much for taking the time to write me a comment. I’m glad I could help. I’m always happy to help those folks striving to learn more and find alternative paths. I’ve just sent you a PM with some SEO related articles that are an excellent start for beginners. Keep it informed, and care for your privacy! Linux is the way to go. If you are interested in similar articles, keep an eye on my blog. They’ll keep coming. I have scheduled some for the upcoming weeks.
Pingback: Vasil S.