This repository has been archived by the owner on Mar 21, 2021. It is now read-only.
forked from Disassembler0/Win10-Initial-Setup-Script
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trying [Option 1](Disassembler0#29 (comment)) for multi-user scenario.
- Loading branch information
Showing
1 changed file
with
84 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
########## | ||
# Win 10 / Server 2016 / Server 2019 Initial Setup Script - Default preset | ||
# Author: Disassembler <disassembler@dasm.cz> | ||
# Version: v3.6, 2019-01-28 | ||
# Source: https://github.com/Disassembler0/Win10-Initial-Setup-Script | ||
########## | ||
|
||
### Require administrator privileges ### | ||
# RequireAdmin | ||
|
||
### UI Tweaks ### | ||
HideTaskbarSearch # ShowTaskbarSearchIcon # ShowTaskbarSearchBox | ||
# HideTaskView # ShowTaskView | ||
# ShowSmallTaskbarIcons # ShowLargeTaskbarIcons | ||
SetTaskbarCombineWhenFull # SetTaskbarCombineNever # SetTaskbarCombineAlways | ||
HideTaskbarPeopleIcon # ShowTaskbarPeopleIcon | ||
# ShowTrayIcons # HideTrayIcons | ||
DisableSearchAppInStore # EnableSearchAppInStore | ||
DisableNewAppPrompt # EnableNewAppPrompt | ||
# HideRecentlyAddedApps # ShowRecentlyAddedApps | ||
# HideMostUsedApps # ShowMostUsedApps | ||
# SetControlPanelSmallIcons # SetControlPanelLargeIcons # SetControlPanelCategories | ||
DisableShortcutInName # EnableShortcutInName | ||
# HideShortcutArrow # ShowShortcutArrow | ||
# EnableTitleBarColor # DisableTitleBarColor | ||
# EnableDarkTheme # DisableDarkTheme | ||
# AddENKeyboard # RemoveENKeyboard | ||
# EnableNumlock # DisableNumlock | ||
# DisableEnhPointerPrecision # EnableEnhPointerPrecision | ||
# 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 ### | ||
SetPhotoViewerAssociation # UnsetPhotoViewerAssociation | ||
AddPhotoViewerOpenWith # RemovePhotoViewerOpenWith | ||
# UninstallPDFPrinter # InstallPDFPrinter | ||
UninstallXPSPrinter # InstallXPSPrinter | ||
RemoveFaxPrinter # AddFaxPrinter | ||
# UninstallFaxAndScan # InstallFaxAndScan | ||
|
||
### Unpinning ### | ||
UnpinStartMenuTiles | ||
# UnpinTaskbarIcons | ||
|
||
### Auxiliary Functions ### | ||
WaitForKey | ||
Restart |