Remove Microsoft Bloatware ( OneDrive, Defender, Games, Ads, etc ) from Windows 10?
up vote
7
down vote
favorite
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.
windows-10 onedrive windows-defender
add a comment |
up vote
7
down vote
favorite
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.
windows-10 onedrive windows-defender
Remove them, disabling them with them. It running, a great deal easier on version 1511
– Ramhound
Jan 31 '16 at 0:05
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
Nov 15 '17 at 15:49
The Warhawk scripts still work on 1709 last I checked. I believe the question is still valid.
– music2myear
Nov 16 '17 at 18:34
add a comment |
up vote
7
down vote
favorite
up vote
7
down vote
favorite
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.
windows-10 onedrive windows-defender
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.
windows-10 onedrive windows-defender
windows-10 onedrive windows-defender
asked Jan 30 '16 at 23:47
Ray Foss
3992616
3992616
Remove them, disabling them with them. It running, a great deal easier on version 1511
– Ramhound
Jan 31 '16 at 0:05
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
Nov 15 '17 at 15:49
The Warhawk scripts still work on 1709 last I checked. I believe the question is still valid.
– music2myear
Nov 16 '17 at 18:34
add a comment |
Remove them, disabling them with them. It running, a great deal easier on version 1511
– Ramhound
Jan 31 '16 at 0:05
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
Nov 15 '17 at 15:49
The Warhawk scripts still work on 1709 last I checked. I believe the question is still valid.
– music2myear
Nov 16 '17 at 18:34
Remove them, disabling them with them. It running, a great deal easier on version 1511
– Ramhound
Jan 31 '16 at 0:05
Remove them, disabling them with them. It running, a great deal easier on version 1511
– Ramhound
Jan 31 '16 at 0:05
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
Nov 15 '17 at 15:49
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
Nov 15 '17 at 15:49
The Warhawk scripts still work on 1709 last I checked. I believe the question is still valid.
– music2myear
Nov 16 '17 at 18:34
The Warhawk scripts still work on 1709 last I checked. I believe the question is still valid.
– music2myear
Nov 16 '17 at 18:34
add a comment |
2 Answers
2
active
oldest
votes
up vote
7
down vote
accepted
Update 2018: These break semi frequently as MS has been neutering Group Policies let me know in comments if somethings 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
- Go to Google.com.
- click on the browser settings
- click Advanced Settings
- 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.
- open the Local Group Policy Editor. You can run it by searching "edit group policy" in the start menu.
- Go to "Local Computer PolicyComputer ConfigurationAdministrative TemplatesWindows ComponentsSearch"
- Enable "Do not allow web search"
- Disable "Allow Cortana"
Disable OneDrive and remove it from File Explorer
- Run the uninstall command form the "Command Prompt" https://superuser.com/a/1033668/40974
Disable Windows Defender
- open the Local Group Policy Editor. You can run it by searching "edit group policy" in the start menu.
- Go to "Local Computer PolicyComputer ConfigurationAdministrative TemplatesWindows ComponentsWindows Defender"
- Enable the "Turn off Windows Defender Policy"
- Click the no AV alert
- 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/
- open the Local Group Policy Editor. You can run it by searching "edit group policy" in the start menu.
- Go to "Local Computer PolicyComputer ConfigurationAdministrative TemplatesWindows ComponentsConsumerContent"
- 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/
- Go to "Start -> Settings -> Personalisation -> lock screen"
- Set the lockscreen to picture or slideshow, NOT Windows Spotlight
- Disable "Get fun facts, tips, tricks and more on your lockscreen"
Finishing touches
- Restart.
- 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!
TODO
- Way to globally nuke windows store. http://www.urtech.ca/2015/09/solved-how-to-disable-the-store-app-in-windows-10/
add a comment |
up vote
3
down vote
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%SysWOW64OneDriveSetup.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.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
7
down vote
accepted
Update 2018: These break semi frequently as MS has been neutering Group Policies let me know in comments if somethings 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
- Go to Google.com.
- click on the browser settings
- click Advanced Settings
- 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.
- open the Local Group Policy Editor. You can run it by searching "edit group policy" in the start menu.
- Go to "Local Computer PolicyComputer ConfigurationAdministrative TemplatesWindows ComponentsSearch"
- Enable "Do not allow web search"
- Disable "Allow Cortana"
Disable OneDrive and remove it from File Explorer
- Run the uninstall command form the "Command Prompt" https://superuser.com/a/1033668/40974
Disable Windows Defender
- open the Local Group Policy Editor. You can run it by searching "edit group policy" in the start menu.
- Go to "Local Computer PolicyComputer ConfigurationAdministrative TemplatesWindows ComponentsWindows Defender"
- Enable the "Turn off Windows Defender Policy"
- Click the no AV alert
- 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/
- open the Local Group Policy Editor. You can run it by searching "edit group policy" in the start menu.
- Go to "Local Computer PolicyComputer ConfigurationAdministrative TemplatesWindows ComponentsConsumerContent"
- 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/
- Go to "Start -> Settings -> Personalisation -> lock screen"
- Set the lockscreen to picture or slideshow, NOT Windows Spotlight
- Disable "Get fun facts, tips, tricks and more on your lockscreen"
Finishing touches
- Restart.
- 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!
TODO
- Way to globally nuke windows store. http://www.urtech.ca/2015/09/solved-how-to-disable-the-store-app-in-windows-10/
add a comment |
up vote
7
down vote
accepted
Update 2018: These break semi frequently as MS has been neutering Group Policies let me know in comments if somethings 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
- Go to Google.com.
- click on the browser settings
- click Advanced Settings
- 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.
- open the Local Group Policy Editor. You can run it by searching "edit group policy" in the start menu.
- Go to "Local Computer PolicyComputer ConfigurationAdministrative TemplatesWindows ComponentsSearch"
- Enable "Do not allow web search"
- Disable "Allow Cortana"
Disable OneDrive and remove it from File Explorer
- Run the uninstall command form the "Command Prompt" https://superuser.com/a/1033668/40974
Disable Windows Defender
- open the Local Group Policy Editor. You can run it by searching "edit group policy" in the start menu.
- Go to "Local Computer PolicyComputer ConfigurationAdministrative TemplatesWindows ComponentsWindows Defender"
- Enable the "Turn off Windows Defender Policy"
- Click the no AV alert
- 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/
- open the Local Group Policy Editor. You can run it by searching "edit group policy" in the start menu.
- Go to "Local Computer PolicyComputer ConfigurationAdministrative TemplatesWindows ComponentsConsumerContent"
- 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/
- Go to "Start -> Settings -> Personalisation -> lock screen"
- Set the lockscreen to picture or slideshow, NOT Windows Spotlight
- Disable "Get fun facts, tips, tricks and more on your lockscreen"
Finishing touches
- Restart.
- 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!
TODO
- Way to globally nuke windows store. http://www.urtech.ca/2015/09/solved-how-to-disable-the-store-app-in-windows-10/
add a comment |
up vote
7
down vote
accepted
up vote
7
down vote
accepted
Update 2018: These break semi frequently as MS has been neutering Group Policies let me know in comments if somethings 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
- Go to Google.com.
- click on the browser settings
- click Advanced Settings
- 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.
- open the Local Group Policy Editor. You can run it by searching "edit group policy" in the start menu.
- Go to "Local Computer PolicyComputer ConfigurationAdministrative TemplatesWindows ComponentsSearch"
- Enable "Do not allow web search"
- Disable "Allow Cortana"
Disable OneDrive and remove it from File Explorer
- Run the uninstall command form the "Command Prompt" https://superuser.com/a/1033668/40974
Disable Windows Defender
- open the Local Group Policy Editor. You can run it by searching "edit group policy" in the start menu.
- Go to "Local Computer PolicyComputer ConfigurationAdministrative TemplatesWindows ComponentsWindows Defender"
- Enable the "Turn off Windows Defender Policy"
- Click the no AV alert
- 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/
- open the Local Group Policy Editor. You can run it by searching "edit group policy" in the start menu.
- Go to "Local Computer PolicyComputer ConfigurationAdministrative TemplatesWindows ComponentsConsumerContent"
- 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/
- Go to "Start -> Settings -> Personalisation -> lock screen"
- Set the lockscreen to picture or slideshow, NOT Windows Spotlight
- Disable "Get fun facts, tips, tricks and more on your lockscreen"
Finishing touches
- Restart.
- 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!
TODO
- Way to globally nuke windows store. http://www.urtech.ca/2015/09/solved-how-to-disable-the-store-app-in-windows-10/
Update 2018: These break semi frequently as MS has been neutering Group Policies let me know in comments if somethings 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
- Go to Google.com.
- click on the browser settings
- click Advanced Settings
- 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.
- open the Local Group Policy Editor. You can run it by searching "edit group policy" in the start menu.
- Go to "Local Computer PolicyComputer ConfigurationAdministrative TemplatesWindows ComponentsSearch"
- Enable "Do not allow web search"
- Disable "Allow Cortana"
Disable OneDrive and remove it from File Explorer
- Run the uninstall command form the "Command Prompt" https://superuser.com/a/1033668/40974
Disable Windows Defender
- open the Local Group Policy Editor. You can run it by searching "edit group policy" in the start menu.
- Go to "Local Computer PolicyComputer ConfigurationAdministrative TemplatesWindows ComponentsWindows Defender"
- Enable the "Turn off Windows Defender Policy"
- Click the no AV alert
- 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/
- open the Local Group Policy Editor. You can run it by searching "edit group policy" in the start menu.
- Go to "Local Computer PolicyComputer ConfigurationAdministrative TemplatesWindows ComponentsConsumerContent"
- 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/
- Go to "Start -> Settings -> Personalisation -> lock screen"
- Set the lockscreen to picture or slideshow, NOT Windows Spotlight
- Disable "Get fun facts, tips, tricks and more on your lockscreen"
Finishing touches
- Restart.
- 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!
TODO
- Way to globally nuke windows store. http://www.urtech.ca/2015/09/solved-how-to-disable-the-store-app-in-windows-10/
edited yesterday
answered Feb 3 '16 at 0:20
Ray Foss
3992616
3992616
add a comment |
add a comment |
up vote
3
down vote
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%SysWOW64OneDriveSetup.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.
add a comment |
up vote
3
down vote
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%SysWOW64OneDriveSetup.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.
add a comment |
up vote
3
down vote
up vote
3
down vote
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%SysWOW64OneDriveSetup.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.
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%SysWOW64OneDriveSetup.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.
answered Jan 31 '16 at 2:37
DrMoishe Pippik
9,45721230
9,45721230
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1033640%2fremove-microsoft-bloatware-onedrive-defender-games-ads-etc-from-windows%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Remove them, disabling them with them. It running, a great deal easier on version 1511
– Ramhound
Jan 31 '16 at 0:05
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
Nov 15 '17 at 15:49
The Warhawk scripts still work on 1709 last I checked. I believe the question is still valid.
– music2myear
Nov 16 '17 at 18:34