-
-
Save Diskmaster/7a53d901f9f8f3f58a4eefcfa47d388f to your computer and use it in GitHub Desktop.
This Windows 10 Setup Script turns off a bunch of unnecessary Windows 10 telemetery, bloatware, & privacy things. Not guaranteed to catch everything. Review and tweak before running. Reboot after running. Scripts for reversing are included and commented. Fork of https://github.com/Disassembler0/Win10-Initial-Setup-Script (different defaults). N.…
This file contains 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
########## | |
# Tweaked Win10 Initial Setup Script | |
# Primary Author: Disassembler <[email protected]> | |
# Modified by: alirobe <[email protected]> based on my personal preferences. | |
# Version: v3.5, 2018-12-23 | |
# Primary Author Source: https://github.com/Disassembler0/Win10-Initial-Setup-Script | |
# Tweaked Source: https://gist.github.com/alirobe/7f3b34ad89a159e6daa1/ | |
# Tweak difference: | |
# | |
# @alirobe's version is a subset focused on safely disabling telemetry, some 'smart' features and 3rd party bloat ... | |
# ... while retaining win10 defaults + security features. Aim to be suitable for end-user rollout. | |
# | |
# If you're a power user looking to tweak your machine, or doing a larger roll-out .. | |
# Use the @Disassembler0 script instead. It'll probably be more up-to-date than mine: | |
# https://github.com/Disassembler0/Win10-Initial-Setup-Script | |
# | |
# Note from author: Never run scripts without reading them & understanding what they do. | |
# | |
# Note from Diskmaster: This update converts alirobe's script to a preset file that the original repo uses. | |
# ... I made no specific changes compared to the existing entries. Any new options were marked disabled | |
# from the previous script's base default preset. | |
########## | |
### Require administrator privileges ### | |
RequireAdmin | |
### Privacy Tweaks ### | |
DisableTelemetry # EnableTelemetry | |
DisableWiFiSense # EnableWiFiSense | |
DisableSmartScreen # EnableSmartScreen | |
DisableWebSearch # EnableWebSearch | |
DisableAppSuggestions # EnableAppSuggestions | |
DisableActivityHistory # EnableActivityHistory | |
# DisableBackgroundApps # EnableBackgroundApps | |
DisableLocationTracking # EnableLocationTracking | |
DisableMapUpdates # EnableMapUpdates | |
DisableFeedback # EnableFeedback | |
DisableTailoredExperiences # EnableTailoredExperiences | |
DisableAdvertisingID # EnableAdvertisingID | |
DisableWebLangList # EnableWebLangList | |
DisableCortana # EnableCortana | |
DisableErrorReporting # EnableErrorReporting | |
SetP2PUpdateLocal # SetP2PUpdateInternet # SetP2PUpdateDisable | |
DisableDiagTrack # EnableDiagTrack | |
DisableWAPPush # EnableWAPPush | |
# HideRecentJumplists # ShowRecentJumplists | |
### Security Tweaks ### | |
# SetUACLow # SetUACHigh | |
# EnableSharingMappedDrives # DisableSharingMappedDrives | |
# DisableAdminShares # EnableAdminShares | |
DisableSMB1 # EnableSMB1 | |
# DisableSMBServer # EnableSMBServer | |
# DisableLLMNR # EnableLLMNR | |
# DisableNCSIProbe # EnableNCSIProbe | |
SetCurrentNetworkPrivate # SetCurrentNetworkPublic | |
# SetUnknownNetworksPrivate # SetUnknownNetworksPublic | |
# DisableNetDevicesAutoInst # EnableNetDevicesAutoInst | |
# DisableFirewall # EnableFirewall | |
# HideDefenderTrayIcon # ShowDefenderTrayIcon | |
# DisableDefender # EnableDefender | |
# DisableDefenderCloud # EnableDefenderCloud | |
# EnableCtrldFolderAccess # DisableCtrldFolderAccess | |
# EnableCIMemoryIntegrity # DisableCIMemoryIntegrity | |
# EnableDefenderAppGuard # DisableDefenderAppGuard | |
HideAccountProtectionWarn # ShowAccountProtectionWarn | |
# DisableDownloadBlocking # EnableDownloadBlocking | |
# DisableScriptHost # EnableScriptHost | |
# EnableDotNetStrongCrypto # DisableDotNetStrongCrypto | |
# EnableMeltdownCompatFlag # DisableMeltdownCompatFlag | |
EnableF8BootMenu # DisableF8BootMenu | |
# DisableBootRecovery # EnableBootRecovery | |
# DisableRecoveryAndReset # EnableRecoveryAndReset | |
# SetDEPOptOut # SetDEPOptIn | |
### Service Tweaks ### | |
# DisableUpdateMSRT # EnableUpdateMSRT | |
# DisableUpdateDriver # EnableUpdateDriver | |
DisableUpdateRestart # EnableUpdateRestart | |
DisableHomeGroups # EnableHomeGroups | |
# DisableSharedExperiences # EnableSharedExperiences | |
# DisableRemoteAssistance # EnableRemoteAssistance | |
# EnableRemoteDesktop # DisableRemoteDesktop | |
DisableAutoplay # EnableAutoplay | |
DisableAutorun # EnableAutorun | |
# DisableRestorePoints # EnableRestorePoints | |
# EnableStorageSense # DisableStorageSense | |
# DisableDefragmentation # EnableDefragmentation | |
# DisableSuperfetch # EnableSuperfetch | |
# DisableIndexing # EnableIndexing | |
# DisableNTFSLastAccess # EnableNTFSLastAccess | |
# SetBIOSTimeUTC # SetBIOSTimeLocal | |
# EnableHibernation # DisableHibernation | |
# DisableSleepButton # EnableSleepButton | |
# DisableSleepTimeout # EnableSleepTimeout | |
# DisableFastStartup # EnableFastStartup | |
# DisableAutoRebootOnCrash # EnableAutoRebootOnCrash | |
### UI Tweaks ### | |
# DisableActionCenter # EnableActionCenter | |
# DisableLockScreen # EnableLockScreen | |
# DisableLockScreenRS1 # EnableLockScreenRS1 | |
# HideNetworkFromLockScreen # ShowNetworkOnLockScreen | |
# HideShutdownFromLockScreen # ShowShutdownOnLockScreen | |
# DisableAeroShake # EnableAeroShake | |
# DisableStickyKeys # EnableStickyKeys | |
ShowTaskManagerDetails # HideTaskManagerDetails | |
ShowFileOperationsDetails # HideFileOperationsDetails | |
# EnableFileDeleteConfirm # DisableFileDeleteConfirm | |
# HideTaskbarSearch # ShowTaskbarSearchIcon # ShowTaskbarSearchBox | |
# HideTaskView # ShowTaskView | |
# ShowSmallTaskbarIcons # ShowLargeTaskbarIcons | |
# SetTaskbarCombineWhenFull # SetTaskbarCombineNever # SetTaskbarCombineAlways | |
# HideTaskbarPeopleIcon # ShowTaskbarPeopleIcon | |
# ShowTrayIcons # HideTrayIcons | |
# DisableSearchAppInStore # EnableSearchAppInStore | |
# DisableNewAppPrompt # EnableNewAppPrompt | |
# HideRecentlyAddedApps # ShowRecentlyAddedApps | |
# SetControlPanelSmallIcons # SetControlPanelLargeIcons # SetControlPanelCategories | |
# DisableShortcutInName # EnableShortcutInName | |
# HideShortcutArrow # ShowShortcutArrow | |
# SetVisualFXPerformance # SetVisualFXAppearance | |
# EnableTitleBarColor # DisableTitleBarColor | |
# EnableDarkTheme # DisableDarkTheme | |
# AddENKeyboard # RemoveENKeyboard | |
# EnableNumlock # DisableNumlock | |
# SetSoundSchemeNone # SetSoundSchemeDefault | |
# DisableStartupSound # EnableStartupSound | |
# DisableChangingSoundScheme # EnableChangingSoundScheme | |
### Explorer UI Tweaks ### | |
ShowKnownExtensions # HideKnownExtensions | |
# ShowHiddenFiles # HideHiddenFiles | |
# EnableNavPaneExpand # DisableNavPaneExpand | |
# EnableFldrSeparateProcess # DisableFldrSeparateProcess | |
# EnableRestoreFldrWindows # DisableRestoreFldrWindows | |
# DisableSharingWizard # EnableSharingWizard | |
# HideSelectCheckboxes # ShowSelectCheckboxes | |
# HideSyncNotifications # ShowSyncNotifications | |
# HideRecentShortcuts # ShowRecentShortcuts | |
SetExplorerThisPC # SetExplorerQuickAccess | |
# HideQuickAccess # ShowQuickAccess | |
ShowThisPCOnDesktop # HideThisPCFromDesktop | |
# ShowUserFolderOnDesktop # HideUserFolderFromDesktop | |
# ShowControlPanelOnDesktop # HideControlPanelFromDesktop | |
# HideDesktopFromThisPC # ShowDesktopInThisPC | |
# HideDesktopFromExplorer # ShowDesktopInExplorer | |
# HideDocumentsFromThisPC # ShowDocumentsInThisPC | |
# HideDocumentsFromExplorer # ShowDocumentsInExplorer | |
# HideDownloadsFromThisPC # ShowDownloadsInThisPC | |
# HideDownloadsFromExplorer # ShowDownloadsInExplorer | |
# HideMusicFromThisPC # ShowMusicInThisPC | |
# HideMusicFromExplorer # ShowMusicInExplorer | |
# HidePicturesFromThisPC # ShowPicturesInThisPC | |
# HidePicturesFromExplorer # ShowPicturesInExplorer | |
# HideVideosFromThisPC # ShowVideosInThisPC | |
# HideVideosFromExplorer # ShowVideosInExplorer | |
Hide3DObjectsFromThisPC # Show3DObjectsInThisPC | |
# Hide3DObjectsFromExplorer # Show3DObjectsInExplorer | |
# HideIncludeInLibraryMenu # ShowIncludeInLibraryMenu | |
# HideGiveAccessToMenu # ShowGiveAccessToMenu | |
# HideShareMenu # ShowShareMenu | |
# DisableThumbnails # EnableThumbnails | |
# DisableThumbnailCache # EnableThumbnailCache | |
# DisableThumbsDBOnNetwork # EnableThumbsDBOnNetwork | |
### Application Tweaks ### | |
# DisableOneDrive # EnableOneDrive | |
# UninstallOneDrive # InstallOneDrive | |
# UninstallMsftBloat # InstallMsftBloat | |
UninstallThirdPartyBloat # InstallThirdPartyBloat | |
# UninstallWindowsStore # InstallWindowsStore | |
# DisableXboxFeatures # EnableXboxFeatures | |
# DisableAdobeFlash # EnableAdobeFlash | |
# DisableEdgePreload # EnableEdgePreload | |
# DisableEdgeShortcutCreation # EnableEdgeShortcutCreation | |
# UninstallMediaPlayer # InstallMediaPlayer | |
# UninstallInternetExplorer # InstallInternetExplorer | |
# UninstallWorkFolders # InstallWorkFolders | |
# UninstallPowerShellV2 # InstallPowerShellV2 | |
# InstallLinuxSubsystem # UninstallLinuxSubsystem | |
# InstallHyperV # UninstallHyperV | |
# InstallNET23 # UninstallNET23 | |
SetPhotoViewerAssociation # UnsetPhotoViewerAssociation | |
AddPhotoViewerOpenWith # RemovePhotoViewerOpenWith | |
# UninstallPDFPrinter # InstallPDFPrinter | |
# UninstallXPSPrinter # InstallXPSPrinter | |
# RemoveFaxPrinter # AddFaxPrinter | |
# UninstallFaxAndScan # InstallFaxAndScan | |
### Server Specific Tweaks ### | |
# HideServerManagerOnLogin # ShowServerManagerOnLogin | |
# DisableShutdownTracker # EnableShutdownTracker | |
# DisablePasswordPolicy # EnablePasswordPolicy | |
# DisableCtrlAltDelLogin # EnableCtrlAltDelLogin | |
# DisableIEEnhancedSecurity # EnableIEEnhancedSecurity | |
# EnableAudio # DisableAudio | |
### Unpinning ### | |
UnpinStartMenuTiles | |
# UnpinTaskbarIcons | |
### Auxiliary Functions ### | |
WaitForKey | |
Restart |
This file contains 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
MIT License | |
Copyright (c) 2017 Disassembler <[email protected]> | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal | |
in the Software without restriction, including without limitation the rights | |
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
copies of the Software, and to permit persons to whom the Software is | |
furnished to do so, subject to the following conditions: | |
The above copyright notice and this permission notice shall be included in all | |
copies or substantial portions of the Software. | |
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | |
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | |
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | |
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | |
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | |
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | |
SOFTWARE. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment