Remove Microsoft Bloatware ( OneDrive, Defender, Games, Ads, etc ) from Windows 10?

7

4

I simply want to get rid of all non critical Microsoft programs from Windows 10.

They've made it incredibly difficult to permanently kill Defender and One Drive. Even after they are removed, you'll still get Ads.

There must be a script or tool to ease the suffering that comes with a new Windows 10 install.

Ray Foss

Posted 2016-01-30T23:47:25.853

Reputation: 884

Remove them, disabling them with them. It running, a great deal easier on version 1511 – Ramhound – 2016-01-31T00:05:26.017

I'm voting to close this question because Windowss 10 is evergreen and all the answers are wrong now, as microsoft has been actively hostile in allowing changes. – Ray Foss – 2017-11-15T15:49:24.340

The Warhawk scripts still work on 1709 last I checked. I believe the question is still valid. – music2myear – 2017-11-16T18:34:19.033

FYI – 3 years later Windows Defender ranked one of the best antivirus solutions

– miroxlav – 2019-09-24T15:33:01.543

Answers

7

Update 2018: These break semi frequently as MS has been neutering Group Policies let me know in comments if something's broken or submit edits

As no program like that exists, here are the steps for everything you need. This will result in a quite clean Windows 10 Pro, without OneDrive, Defender, Candy Crush, Bing or annoying security warnings. The key is to master windows Group Policies. Some of these require windows Enterprise edition, but there are registry hacks that may achieve the same result.

Cortana Taskbar Search

You can remove the bar by right clicking it and selecting hidden.

Change default search engine on Edge Browser

  1. Go to Google.com.
  2. click on the browser settings
  3. click Advanced Settings
  4. Click "Change search engine". For some inexplicable reason this takes a while... not the case in every other browser.

Disable Bing search on Start Menu

It is no longer possible to change the search engine in the start menu search bar: http://www.theverge.com/2016/4/28/11532474/windows-10-block-google-search-cortana-bing-edge The best we can do is disable web search in it.

  1. open the Local Group Policy Editor. You can run it by searching "edit group policy" in the start menu.
  2. Go to "Local Computer Policy\Computer Configuration\Administrative Templates\Windows Components\Search"
  3. Enable "Do not allow web search"
  4. Disable "Allow Cortana"

Disable OneDrive and remove it from File Explorer

  1. Run uninstall on it normally and close all instances of file explorer.

Disable Windows Defender

  1. open the Local Group Policy Editor. You can run it by searching "edit group policy" in the start menu.
  2. Go to "Local Computer Policy\Computer Configuration\Administrative Templates\Windows Components\Windows Defender"
  3. Enable the "Turn off Windows Defender Policy"
  4. Click the no AV alert
  5. Click "Turn Off notifications about A.V."

Remove and prevent Candy Crush and other Windows Store spam from installing

http://winaero.com/blog/fix-windows-10-installs-apps-like-candy-crush-soda-saga-automatically/

  1. open the Local Group Policy Editor. You can run it by searching "edit group policy" in the start menu.
  2. Go to "Local Computer Policy\Computer Configuration\Administrative Templates\Windows Components\ConsumerContent"
  3. Enable the "Turn off Consumer Content"

Uninstall People, Food, Messaging etc:

https://windows.gadgethacks.com/how-to/goodbye-bloatware-remove-all-preinstalled-crapware-from-window-10-0164605/

Disable ads from Windows 10 lock screen

https://www.howtogeek.com/243263/how-to-disable-ads-on-your-windows-10-lock-screen/

  1. Go to "Start -> Settings -> Personalisation -> lock screen"
  2. Set the lockscreen to picture or slideshow, NOT Windows Spotlight
  3. Disable "Get fun facts, tips, tricks and more on your lockscreen"

Finishing touches

  1. Restart.
  2. Optionally, run the https://github.com/W4RH4WK/Debloat-Windows-10 scripts, they make very robust global changes that prevent spam from coming back, even for new users!

Bonus for Windows 10 Basic users (no GPEdit)

TODO
  1. Way to globally nuke windows store. http://www.urtech.ca/2015/09/solved-how-to-disable-the-store-app-in-windows-10/

Ray Foss

Posted 2016-01-30T23:47:25.853

Reputation: 884

3

There are a number of tools that will remove some of the bloatware that is preinstalled on most Windows PC's, such as PC Decrapifier and alternatives.

Uninstalling OneDrive is a bit more complex, and may pose complications if you registered Windows using the on-line password option. You can remove OneDrive using the Command line.. First kill any active OneDrive process, then (for a 64-bit system), enter:

%SystemRoot%\SysWOW64\OneDriveSetup.exe /uninstall

Defender, however, should not be removed directly -- instead, install almost any anti-malware suite, such as Avast!, Kaspersky etc. This will disable Defender, get rid of MS warnings that your system is unprotected, and ensure that your are not leaving the system wide open to malware. See PC Mag for one set of AV reviews.

DrMoishe Pippik

Posted 2016-01-30T23:47:25.853

Reputation: 13 291