Created
November 17, 2018 23:23
-
-
Save Log1x/bd6a9e0b1faf475015902049b9429c00 to your computer and use it in GitHub Desktop.
My personally used Win10 Preset
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
| ########## | |
| # Win 10 / Server 2016 / Server 2019 Initial Setup Script - Default preset | |
| # Author: Disassembler <[email protected]> | |
| # Version: v3.3, 2018-10-22 | |
| # Source: https://github.com/Disassembler0/Win10-Initial-Setup-Script | |
| ########## | |
| ### 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 | |
| DisableRemoteDesktop # EnableRemoteDesktop | |
| 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 | |
| SetTaskbarCombineAlways # SetTaskbarCombineNever # SetTaskbarCombineWhenFull | |
| HideTaskbarPeopleIcon # ShowTaskbarPeopleIcon | |
| HideTrayIcons # ShowTrayIcons | |
| DisableSearchAppInStore # EnableSearchAppInStore | |
| DisableNewAppPrompt # EnableNewAppPrompt | |
| HideRecentlyAddedApps # ShowRecentlyAddedApps | |
| # SetControlPanelSmallIcons # SetControlPanelLargeIcons # SetControlPanelCategories | |
| DisableShortcutInName # EnableShortcutInName | |
| # HideShortcutArrow # ShowShortcutArrow | |
| SetVisualFXPerformance # SetVisualFXAppearance | |
| # 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 # ShowThisPCFromDesktop | |
| # ShowUserFolderOnDesktop # HideUserFolderFromDesktop | |
| 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 | |
| DisableEdgeShortcutCreation # EnableEdgeShortcutCreation | |
| UninstallMediaPlayer # InstallMediaPlayer | |
| UninstallInternetExplorer # InstallInternetExplorer | |
| UninstallWorkFolders # InstallWorkFolders | |
| # UninstallPowerShellV2 # InstallPowerShellV2 | |
| InstallLinuxSubsystem # UninstallLinuxSubsystem | |
| # InstallHyperV # UninstallHyperV | |
| InstallNET23 # UninstallNET23 | |
| SetPhotoViewerAssociation # UnsetPhotoViewerAssociation | |
| AddPhotoViewerOpenWith # RemovePhotoViewerOpenWit | |
| 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment