This repository was archived by the owner on May 28, 2021. It is now read-only.
Add application to UninstallThirdPartyBloat#77
Closed
agsimmons wants to merge 1 commit intoDisassembler0:masterfrom
agsimmons:patch-1
Closed
Add application to UninstallThirdPartyBloat#77agsimmons wants to merge 1 commit intoDisassembler0:masterfrom agsimmons:patch-1
agsimmons wants to merge 1 commit intoDisassembler0:masterfrom
agsimmons:patch-1
Conversation
Added "7EE7776C.LinkedInforWindows" to UninstallThirdPartyBloat. This was installed by default on two new identical HP desktops I configured.
kevinbushman
added a commit
to kevinbushman/Win10-Initial-Setup-Script
that referenced
this pull request
Jul 1, 2018
* Remove the test preset + move the default preset one level up * Update "DisableSmartScreen" to use GPO * Update "Disable Web Search" for 1803 * Update "DisableAppSuggestions" to remove ads from Task View * Merge "DisableLockScreenSpotlight" into "DisableAppSuggestions" * Add "DisableActivityHistory" * Update "Disable Location Tracking" for 1803 * Slim down "SetP2PUpdateLocal" and comment from default preset * Remove "DisableAutoLogger" as it was never useful * Add "DisableSMBServer", closes Disassembler0#65 (thx @Phenix66) * Update "DisableFeedback" to use GPO (1507 don't have the GPO, so the HKCU stays) * Move "DisableTailoredExperiences" to separate tweak and use GPO * Update "DisableAdvertisingID" to use GPO * Add "Disable LLMNR" * Add "Enable Core Isolation Memory Integrity" * Update "DisableUpdateDriver" to use GPO and set more keys * Comment "DisableHomeGroups" as they were removed in 1803 * Update "DisableSharedExperiences" to use GPO * Add note to "DisableLockScreenRS1" * Update "DisableAdobeFlash" to use GPO * Save a few characters by converting hex sequences to decimal * Shave off some wait time from "UninstallOneDrive" * Update "InstallLinuxSubsystem" compatibility with old OS builds * Update "UnpinStartMenuTiles" for 1803, closes Disassembler0#71 (thx @sippi90) * Update "UninstallInternetExplorer" to support also x86, related to Disassembler0#62 * Add more bloatware for removal and sort alphabetically, closes Disassembler0#76, closes Disassembler0#77 (thx @jnslmk and @agsimmons) * Update backwards compatibility of "DisableDefender" * Optimize "ShowTaskManagerDetails" and add a note * Suppress XboxIdentityProvider error on pre-1607 builds * Few more build restrictions and notes * Update "SetControlPanel*" to add icon size choice Also set them per-user and don't trigger antimalware * Update "ShowTaskbarSearch*" to add type choice, reimplements Disassembler0#55 (thx @Letouane) * Split "ShowTaskbarTitles" to add type choice, closes Disassembler0#78 (thx @sztanpet) * Update README.md into mini-wiki * v2.20, 2018-04-15 - RS4 (1803) ready Lots of changes, few of them BREAKING, hence the bigger version bump. - Add "DisableActivityHistory" - Add "DisableSMBServer" (thx @Phenix66) - Add "Disable LLMNR" - Add "Enable Core Isolation Memory Integrity" - Add more bloatware for removal (thx @jnslmk and @agsimmons) - Update "UnpinStartMenuTiles" for 1803 (thx @sippi90) - Update "Disable Web Search" for 1803 - Update "Disable Location Tracking" for 1803 - Update "DisableAppSuggestions" to remove ads from Task View - *BREAKING* Update "ShowTaskbarSearch*" to add type choice (thx @Letouane) - *BREAKING* Split "ShowTaskbarTitles" to add type choice (thx @sztanpet) - *BREAKING* Update "SetControlPanel*" to add icon size choice - Update "DisableSmartScreen" to use GPO - Update "DisableFeedback" to use GPO - Update "DisableAdvertisingID" to use GPO - Update "DisableSharedExperiences" to use GPO - Update "DisableAdobeFlash" to use GPO - Update "DisableUpdateDriver" to use GPO and set more keys - Move "DisableTailoredExperiences" to separate tweak and use GPO - Update "UninstallInternetExplorer" to support also x86 - Update "InstallLinuxSubsystem" compatibility with old OS builds - Update "DisableDefender" compatibility with old OS builds - Update "DisableXboxFeatures" compatibility with old OS builds - Update "SetP2PUpdateLocal" and comment from default preset - Comment "DisableHomeGroups" removed in 1803 - *BREAKING* Merge "DisableLockScreenSpotlight" into "DisableAppSuggestions" - *BREAKING* Remove "DisableAutoLogger" as it was never useful - Remove test files as they seemed to be confusing - Few other minor improvements - Documentation update * Remove prompt when stopping OneDrive service (Disassembler0#82) * Fix newlines in the default preset and rename bat to cmd, related to Disassembler0#85 * Fix a typo in comment, closes Disassembler0#88 * Add Lenovo AppxPackage bloatware (Disassembler0#89) * Set taskbar buttons combination modes for multi-monitor setups. (Disassembler0#91) * Update "DisableTelemetry" to disallow build previews, closes Disassembler0#92 (thx @T4CC) * Update RS4 build info * Add FAQ about GPO effects, closes Disassembler0#84 * Add "Hide Account Protection warning" * Split DisableThumbsDB (Disassembler0#95), closes Disassembler0#85 * Add DisableWebLangList, enhance DisableAppSuggestions (Disassembler0#90) * Add "Disable Edge desktop shortcut creation" * Added option to show/hide checkboxes next to items in explorer (Disassembler0#97) * Update EnableMeltdownCompatFlag note, closes Disassembler0#98 (thx @Zero3) * Use absolute paths in Default.cmd file (Disassembler0#104) * Add "Uninstall Windows Fax and Scan Services" (Disassembler0#103) * Fix forgotten rename, closes Disassembler0#105
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added "7EE7776C.LinkedInforWindows" to UninstallThirdPartyBloat. This was installed by default on two new identical HP desktops I configured.