-
-
Save maximousblk/2b43c0de7d6125787ec688eeab5a4e77 to your computer and use it in GitHub Desktop.
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
########## | |
# 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