Skip to content

Instantly share code, notes, and snippets.

@maximousblk
Last active June 4, 2020 17:51
Show Gist options
  • Save maximousblk/2b43c0de7d6125787ec688eeab5a4e77 to your computer and use it in GitHub Desktop.
Save maximousblk/2b43c0de7d6125787ec688eeab5a4e77 to your computer and use it in GitHub Desktop.
##########
# Win 10 / Server 2016 / Server 2019 Initial Setup Script - Restore preset
# Author: Maximous Black <maximousblk@gmail.com>
# Version: v3.9, 2020-04-02
##########
### Require administrator privileges ###
RequireAdmin
### Privacy Tweaks ###
EnableTelemetry
EnableWiFiSense
EnableAppSuggestions
EnableActivityHistory
EnableBackgroundApps
EnableLocation
EnableMapUpdates
EnableFeedback
EnableTailoredExperiences
EnableAdvertisingID
EnableWebLangList
EnableCortana
EnableErrorReporting
EnableDiagTrack
EnableWAPPush
### Security Tweaks ###
EnableAdminShares
ShowAccountProtectionWarn
EnableScriptHost
DisableDotNetStrongCrypto
DisableF8BootMenu
SetDEPOptIn
### Network Tweaks ###
SetCurrentNetworkPublic
EnableRemoteAssistance
### Service Tweaks ###
DisableUpdateMSProducts
EnableUpdateRestart
EnableMaintenanceWakeUp
EnableSharedExperiences
EnableAutoplay
EnableAutorun
DisableNTFSLongPaths
### UI Tweaks ###
EnableActionCenter
EnableLockScreen
ShowNetworkOnLockScreen
ShowShutdownOnLockScreen
EnableLockScreenBlur
EnableAccessibilityKeys
HideTaskManagerDetails
HideFileOperationsDetails
ShowTaskbarSearchBox
ShowTaskView
ShowLargeTaskbarIcons
SetTaskbarCombineAlways
ShowTaskbarPeopleIcon
HideTrayIcons
EnableSearchAppInStore
EnableNewAppPrompt
EnableShortcutInName
SetVisualFXAppearance
EnableF1HelpKey
### Explorer UI Tweaks ###
HideKnownExtensions
HideHiddenFiles
DisableNavPaneExpand
ShowSyncNotifications
ShowRecentShortcuts
SetExplorerQuickAccess
ShowQuickAccess
HideThisPCFromDesktop
ShowDesktopInThisPC
ShowDocumentsInThisPC
ShowDownloadsInThisPC
ShowMusicInThisPC
ShowPicturesInThisPC
ShowVideosInThisPC
Show3DObjectsInThisPC
EnableThumbnailCache
EnableThumbsDBOnNetwork
### Application Tweaks ###
EnableOneDrive
InstallOneDrive
InstallMsftBloat
InstallThirdPartyBloat
EnableXboxFeatures
EnableAdobeFlash
EnableEdgePreload
EnableEdgeShortcutCreation
EnableIEFirstRun
EnableFirstLogonAnimation
EnableMediaSharing
UnsetPhotoViewerAssociation
RemovePhotoViewerOpenWith
InstallXPSPrinter
AddFaxPrinter
### Auxiliary Functions ###
WaitForKey
Restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment