mirror of
https://github.com/Disassembler0/Win10-Initial-Setup-Script.git
synced 2026-04-23 03:00:50 -04:00
Remove the test preset + move the default preset one level up
This commit is contained in:
3
Default.bat
Normal file
3
Default.bat
Normal file
@@ -0,0 +1,3 @@
|
||||
@ECHO OFF
|
||||
|
||||
powershell.exe -NoProfile -ExecutionPolicy Bypass -File "Win10.ps1" -preset "Default.preset"
|
||||
@@ -1,7 +1,7 @@
|
||||
##########
|
||||
# Win10 / WinServer2016 Initial Setup Script
|
||||
# Author: Disassembler <disassembler@dasm.cz>
|
||||
# Version: v2.14, 2018-04-06
|
||||
# Version: development
|
||||
# Source: https://github.com/Disassembler0/Win10-Initial-Setup-Script
|
||||
##########
|
||||
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
@ECHO OFF
|
||||
|
||||
powershell.exe -NoProfile -ExecutionPolicy Bypass -File "..\Win10.ps1" -preset "Default.preset"
|
||||
@@ -1,3 +0,0 @@
|
||||
@ECHO OFF
|
||||
|
||||
powershell.exe -NoProfile -ExecutionPolicy Bypass -File "..\Win10.ps1" -preset "Win10-ApplyAll.preset"
|
||||
@@ -1,134 +0,0 @@
|
||||
# Windows 10 - Apply all
|
||||
|
||||
RequireAdmin
|
||||
|
||||
DisableTelemetry
|
||||
DisableWiFiSense
|
||||
DisableSmartScreen
|
||||
DisableWebSearch
|
||||
DisableAppSuggestions
|
||||
DisableBackgroundApps
|
||||
DisableLockScreenSpotlight
|
||||
DisableLocationTracking
|
||||
DisableMapUpdates
|
||||
DisableFeedback
|
||||
DisableAdvertisingID
|
||||
DisableCortana
|
||||
DisableErrorReporting
|
||||
SetP2PUpdateLocal
|
||||
DisableAutoLogger
|
||||
DisableDiagTrack
|
||||
DisableWAPPush
|
||||
|
||||
SetUACLow
|
||||
EnableSharingMappedDrives
|
||||
DisableAdminShares
|
||||
# DisableSMB1
|
||||
SetCurrentNetworkPrivate
|
||||
SetUnknownNetworksPrivate
|
||||
DisableNetDevicesAutoInst
|
||||
EnableCtrldFolderAccess
|
||||
DisableFirewall
|
||||
DisableDefender
|
||||
DisableDefenderCloud
|
||||
EnableF8BootMenu
|
||||
SetDEPOptOut
|
||||
DisableScriptHost
|
||||
EnableDotNetStrongCrypto
|
||||
EnableMeltdownCompatFlag
|
||||
|
||||
DisableUpdateMSRT
|
||||
DisableUpdateDriver
|
||||
DisableUpdateRestart
|
||||
DisableHomeGroups
|
||||
DisableSharedExperiences
|
||||
DisableRemoteAssistance
|
||||
EnableRemoteDesktop
|
||||
DisableAutoplay
|
||||
DisableAutorun
|
||||
EnableStorageSense
|
||||
DisableDefragmentation
|
||||
DisableSuperfetch
|
||||
DisableIndexing
|
||||
SetBIOSTimeUTC
|
||||
EnableHibernation
|
||||
DisableSleepButton
|
||||
DisableSleepTimeout
|
||||
DisableFastStartup
|
||||
|
||||
DisableActionCenter
|
||||
DisableLockScreen
|
||||
DisableLockScreenRS1
|
||||
HideNetworkFromLockScreen
|
||||
HideShutdownFromLockScreen
|
||||
DisableStickyKeys
|
||||
ShowTaskManagerDetails
|
||||
ShowFileOperationsDetails
|
||||
EnableFileDeleteConfirm
|
||||
HideTaskbarSearchBox
|
||||
HideTaskView
|
||||
ShowSmallTaskbarIcons
|
||||
ShowTaskbarTitles
|
||||
HideTaskbarPeopleIcon
|
||||
ShowTrayIcons
|
||||
DisableSearchAppInStore
|
||||
DisableNewAppPrompt
|
||||
SetControlPanelViewIcons
|
||||
SetVisualFXPerformance
|
||||
AddENKeyboard
|
||||
EnableNumlock
|
||||
|
||||
ShowKnownExtensions
|
||||
ShowHiddenFiles
|
||||
HideSyncNotifications
|
||||
HideRecentShortcuts
|
||||
SetExplorerThisPC
|
||||
ShowThisPCOnDesktop
|
||||
ShowUserFolderOnDesktop
|
||||
HideDesktopFromThisPC
|
||||
HideDesktopFromExplorer
|
||||
HideDocumentsFromThisPC
|
||||
HideDocumentsFromExplorer
|
||||
HideDownloadsFromThisPC
|
||||
HideDownloadsFromExplorer
|
||||
HideMusicFromThisPC
|
||||
HideMusicFromExplorer
|
||||
HidePicturesFromThisPC
|
||||
HidePicturesFromExplorer
|
||||
HideVideosFromThisPC
|
||||
HideVideosFromExplorer
|
||||
Hide3DObjectsFromThisPC
|
||||
Hide3DObjectsFromExplorer
|
||||
DisableThumbnails
|
||||
DisableThumbsDB
|
||||
|
||||
DisableOneDrive
|
||||
UninstallOneDrive
|
||||
UninstallMsftBloat
|
||||
UninstallThirdPartyBloat
|
||||
UninstallWindowsStore
|
||||
DisableXboxFeatures
|
||||
DisableAdobeFlash
|
||||
UninstallMediaPlayer
|
||||
UninstallInternetExplorer
|
||||
UninstallWorkFolders
|
||||
InstallLinuxSubsystem
|
||||
InstallHyperV
|
||||
SetPhotoViewerAssociation
|
||||
AddPhotoViewerOpenWith
|
||||
UninstallPDFPrinter
|
||||
UninstallXPSPrinter
|
||||
RemoveFaxPrinter
|
||||
|
||||
# HideServerManagerOnLogin
|
||||
# DisableShutdownTracker
|
||||
# DisablePasswordPolicy
|
||||
# DisableCtrlAltDelLogin
|
||||
# DisableIEEnhancedSecurity
|
||||
# EnableAudio
|
||||
|
||||
UnpinStartMenuTiles
|
||||
UnpinTaskbarIcons
|
||||
|
||||
WaitForKey
|
||||
Restart
|
||||
@@ -1,3 +0,0 @@
|
||||
@ECHO OFF
|
||||
|
||||
powershell.exe -NoProfile -ExecutionPolicy Bypass -File "..\Win10.ps1" -preset "Win10-RestoreAll.preset"
|
||||
@@ -1,131 +0,0 @@
|
||||
# Windows 10 - Restore all
|
||||
|
||||
RequireAdmin
|
||||
|
||||
EnableTelemetry
|
||||
EnableWiFiSense
|
||||
EnableSmartScreen
|
||||
EnableWebSearch
|
||||
EnableAppSuggestions
|
||||
EnableBackgroundApps
|
||||
EnableLockScreenSpotlight
|
||||
EnableLocationTracking
|
||||
EnableMapUpdates
|
||||
EnableFeedback
|
||||
EnableAdvertisingID
|
||||
EnableCortana
|
||||
EnableErrorReporting
|
||||
SetP2PUpdateInternet
|
||||
EnableAutoLogger
|
||||
EnableDiagTrack
|
||||
EnableWAPPush
|
||||
|
||||
SetUACHigh
|
||||
DisableSharingMappedDrives
|
||||
EnableAdminShares
|
||||
# EnableSMB1
|
||||
SetCurrentNetworkPublic
|
||||
SetUnknownNetworksPublic
|
||||
EnableNetDevicesAutoInst
|
||||
DisableCtrldFolderAccess
|
||||
EnableFirewall
|
||||
EnableDefender
|
||||
EnableDefenderCloud
|
||||
DisableF8BootMenu
|
||||
SetDEPOptIn
|
||||
EnableScriptHost
|
||||
DisableDotNetStrongCrypto
|
||||
DisableMeltdownCompatFlag
|
||||
|
||||
EnableUpdateMSRT
|
||||
EnableUpdateDriver
|
||||
EnableUpdateRestart
|
||||
EnableHomeGroups
|
||||
EnableSharedExperiences
|
||||
EnableRemoteAssistance
|
||||
DisableRemoteDesktop
|
||||
EnableAutoplay
|
||||
EnableAutorun
|
||||
DisableStorageSense
|
||||
EnableDefragmentation
|
||||
EnableSuperfetch
|
||||
EnableIndexing
|
||||
SetBIOSTimeLocal
|
||||
DisableHibernation
|
||||
EnableSleepButton
|
||||
EnableSleepTimeout
|
||||
EnableFastStartup
|
||||
|
||||
EnableActionCenter
|
||||
EnableLockScreen
|
||||
EnableLockScreenRS1
|
||||
ShowNetworkOnLockScreen
|
||||
ShowShutdownOnLockScreen
|
||||
EnableStickyKeys
|
||||
HideTaskManagerDetails
|
||||
HideFileOperationsDetails
|
||||
DisableFileDeleteConfirm
|
||||
ShowTaskbarSearchBox
|
||||
ShowTaskView
|
||||
ShowLargeTaskbarIcons
|
||||
HideTaskbarTitles
|
||||
ShowTaskbarPeopleIcon
|
||||
HideTrayIcons
|
||||
EnableSearchAppInStore
|
||||
EnableNewAppPrompt
|
||||
SetControlPanelViewCategories
|
||||
SetVisualFXAppearance
|
||||
RemoveENKeyboard
|
||||
DisableNumlock
|
||||
|
||||
HideKnownExtensions
|
||||
HideHiddenFiles
|
||||
ShowSyncNotifications
|
||||
ShowRecentShortcuts
|
||||
SetExplorerQuickAccess
|
||||
HideThisPCFromDesktop
|
||||
HideUserFolderFromDesktop
|
||||
ShowDesktopInThisPC
|
||||
ShowDesktopInExplorer
|
||||
ShowDocumentsInThisPC
|
||||
ShowDocumentsInExplorer
|
||||
ShowDownloadsInThisPC
|
||||
ShowDownloadsInExplorer
|
||||
ShowMusicInThisPC
|
||||
ShowMusicInExplorer
|
||||
ShowPicturesInThisPC
|
||||
ShowPicturesInExplorer
|
||||
ShowVideosInThisPC
|
||||
ShowVideosInExplorer
|
||||
Show3DObjectsInThisPC
|
||||
Show3DObjectsInExplorer
|
||||
EnableThumbnails
|
||||
EnableThumbsDB
|
||||
|
||||
EnableOneDrive
|
||||
InstallOneDrive
|
||||
InstallMsftBloat
|
||||
InstallThirdPartyBloat
|
||||
InstallWindowsStore
|
||||
EnableXboxFeatures
|
||||
EnableAdobeFlash
|
||||
InstallMediaPlayer
|
||||
InstallInternetExplorer
|
||||
InstallWorkFolders
|
||||
UninstallLinuxSubsystem
|
||||
UninstallHyperV
|
||||
UnsetPhotoViewerAssociation
|
||||
RemovePhotoViewerOpenWith
|
||||
InstallPDFPrinter
|
||||
InstallXPSPrinter
|
||||
AddFaxPrinter
|
||||
|
||||
# ShowServerManagerOnLogin
|
||||
# EnableShutdownTracker
|
||||
# EnablePasswordPolicy
|
||||
# EnableCtrlAltDelLogin
|
||||
# EnableIEEnhancedSecurity
|
||||
# DisableAudio
|
||||
|
||||
WaitForKey
|
||||
Restart
|
||||
@@ -1,3 +0,0 @@
|
||||
@ECHO OFF
|
||||
|
||||
powershell.exe -NoProfile -ExecutionPolicy Bypass -File "..\Win10.ps1" -preset "WinServer2016-ApplyAll.preset"
|
||||
@@ -1,134 +0,0 @@
|
||||
# Windows Server 2016 - Apply all
|
||||
|
||||
RequireAdmin
|
||||
|
||||
DisableTelemetry
|
||||
DisableWiFiSense
|
||||
DisableSmartScreen
|
||||
DisableWebSearch
|
||||
DisableAppSuggestions
|
||||
DisableBackgroundApps
|
||||
DisableLockScreenSpotlight
|
||||
DisableLocationTracking
|
||||
DisableMapUpdates
|
||||
DisableFeedback
|
||||
DisableAdvertisingID
|
||||
DisableCortana
|
||||
DisableErrorReporting
|
||||
SetP2PUpdateLocal
|
||||
DisableAutoLogger
|
||||
DisableDiagTrack
|
||||
DisableWAPPush
|
||||
|
||||
SetUACLow
|
||||
EnableSharingMappedDrives
|
||||
DisableAdminShares
|
||||
DisableSMB1
|
||||
SetCurrentNetworkPrivate
|
||||
SetUnknownNetworksPrivate
|
||||
DisableNetDevicesAutoInst
|
||||
# EnableCtrldFolderAccess
|
||||
DisableFirewall
|
||||
DisableDefender
|
||||
DisableDefenderCloud
|
||||
EnableF8BootMenu
|
||||
SetDEPOptOut
|
||||
DisableScriptHost
|
||||
EnableDotNetStrongCrypto
|
||||
EnableMeltdownCompatFlag
|
||||
|
||||
DisableUpdateMSRT
|
||||
DisableUpdateDriver
|
||||
DisableUpdateRestart
|
||||
# DisableHomeGroups
|
||||
# DisableSharedExperiences
|
||||
# DisableRemoteAssistance
|
||||
EnableRemoteDesktop
|
||||
DisableAutoplay
|
||||
DisableAutorun
|
||||
# EnableStorageSense
|
||||
DisableDefragmentation
|
||||
# DisableSuperfetch
|
||||
DisableIndexing
|
||||
SetBIOSTimeUTC
|
||||
EnableHibernation
|
||||
DisableSleepButton
|
||||
DisableSleepTimeout
|
||||
DisableFastStartup
|
||||
|
||||
DisableActionCenter
|
||||
DisableLockScreen
|
||||
DisableLockScreenRS1
|
||||
HideNetworkFromLockScreen
|
||||
HideShutdownFromLockScreen
|
||||
DisableStickyKeys
|
||||
ShowTaskManagerDetails
|
||||
ShowFileOperationsDetails
|
||||
EnableFileDeleteConfirm
|
||||
HideTaskbarSearchBox
|
||||
HideTaskView
|
||||
ShowSmallTaskbarIcons
|
||||
ShowTaskbarTitles
|
||||
HideTaskbarPeopleIcon
|
||||
ShowTrayIcons
|
||||
DisableSearchAppInStore
|
||||
DisableNewAppPrompt
|
||||
SetControlPanelViewIcons
|
||||
SetVisualFXPerformance
|
||||
AddENKeyboard
|
||||
EnableNumlock
|
||||
|
||||
ShowKnownExtensions
|
||||
ShowHiddenFiles
|
||||
HideSyncNotifications
|
||||
HideRecentShortcuts
|
||||
SetExplorerThisPC
|
||||
ShowThisPCOnDesktop
|
||||
ShowUserFolderOnDesktop
|
||||
HideDesktopFromThisPC
|
||||
HideDesktopFromExplorer
|
||||
HideDocumentsFromThisPC
|
||||
HideDocumentsFromExplorer
|
||||
HideDownloadsFromThisPC
|
||||
HideDownloadsFromExplorer
|
||||
HideMusicFromThisPC
|
||||
HideMusicFromExplorer
|
||||
HidePicturesFromThisPC
|
||||
HidePicturesFromExplorer
|
||||
HideVideosFromThisPC
|
||||
HideVideosFromExplorer
|
||||
Hide3DObjectsFromThisPC
|
||||
Hide3DObjectsFromExplorer
|
||||
DisableThumbnails
|
||||
DisableThumbsDB
|
||||
|
||||
DisableOneDrive
|
||||
# UninstallOneDrive
|
||||
UninstallMsftBloat
|
||||
UninstallThirdPartyBloat
|
||||
UninstallWindowsStore
|
||||
DisableXboxFeatures
|
||||
DisableAdobeFlash
|
||||
UninstallMediaPlayer
|
||||
UninstallInternetExplorer
|
||||
# UninstallWorkFolders
|
||||
# InstallLinuxSubsystem
|
||||
InstallHyperV
|
||||
SetPhotoViewerAssociation
|
||||
AddPhotoViewerOpenWith
|
||||
UninstallPDFPrinter
|
||||
UninstallXPSPrinter
|
||||
RemoveFaxPrinter
|
||||
|
||||
HideServerManagerOnLogin
|
||||
DisableShutdownTracker
|
||||
DisablePasswordPolicy
|
||||
DisableCtrlAltDelLogin
|
||||
DisableIEEnhancedSecurity
|
||||
EnableAudio
|
||||
|
||||
# UnpinStartMenuTiles
|
||||
UnpinTaskbarIcons
|
||||
|
||||
WaitForKey
|
||||
Restart
|
||||
@@ -1,3 +0,0 @@
|
||||
@ECHO OFF
|
||||
|
||||
powershell.exe -NoProfile -ExecutionPolicy Bypass -File "..\Win10.ps1" -preset "WinServer2016-RestoreAll.preset"
|
||||
@@ -1,131 +0,0 @@
|
||||
# Windows Server 2016 - Restore all
|
||||
|
||||
RequireAdmin
|
||||
|
||||
EnableTelemetry
|
||||
EnableWiFiSense
|
||||
EnableSmartScreen
|
||||
EnableWebSearch
|
||||
EnableAppSuggestions
|
||||
EnableBackgroundApps
|
||||
EnableLockScreenSpotlight
|
||||
EnableLocationTracking
|
||||
EnableMapUpdates
|
||||
EnableFeedback
|
||||
EnableAdvertisingID
|
||||
EnableCortana
|
||||
EnableErrorReporting
|
||||
SetP2PUpdateInternet
|
||||
EnableAutoLogger
|
||||
EnableDiagTrack
|
||||
EnableWAPPush
|
||||
|
||||
SetUACHigh
|
||||
DisableSharingMappedDrives
|
||||
EnableAdminShares
|
||||
EnableSMB1
|
||||
SetCurrentNetworkPublic
|
||||
SetUnknownNetworksPublic
|
||||
EnableNetDevicesAutoInst
|
||||
# DisableCtrldFolderAccess
|
||||
EnableFirewall
|
||||
EnableDefender
|
||||
EnableDefenderCloud
|
||||
DisableF8BootMenu
|
||||
SetDEPOptIn
|
||||
EnableScriptHost
|
||||
DisableDotNetStrongCrypto
|
||||
DisableMeltdownCompatFlag
|
||||
|
||||
EnableUpdateMSRT
|
||||
EnableUpdateDriver
|
||||
EnableUpdateRestart
|
||||
# EnableHomeGroups
|
||||
# EnableSharedExperiences
|
||||
# EnableRemoteAssistance
|
||||
DisableRemoteDesktop
|
||||
EnableAutoplay
|
||||
EnableAutorun
|
||||
# DisableStorageSense
|
||||
EnableDefragmentation
|
||||
# EnableSuperfetch
|
||||
EnableIndexing
|
||||
SetBIOSTimeLocal
|
||||
DisableHibernation
|
||||
EnableSleepButton
|
||||
EnableSleepTimeout
|
||||
EnableFastStartup
|
||||
|
||||
EnableActionCenter
|
||||
EnableLockScreen
|
||||
EnableLockScreenRS1
|
||||
ShowNetworkOnLockScreen
|
||||
ShowShutdownOnLockScreen
|
||||
EnableStickyKeys
|
||||
HideTaskManagerDetails
|
||||
HideFileOperationsDetails
|
||||
DisableFileDeleteConfirm
|
||||
ShowTaskbarSearchBox
|
||||
ShowTaskView
|
||||
ShowLargeTaskbarIcons
|
||||
HideTaskbarTitles
|
||||
ShowTaskbarPeopleIcon
|
||||
HideTrayIcons
|
||||
EnableSearchAppInStore
|
||||
EnableNewAppPrompt
|
||||
SetControlPanelViewCategories
|
||||
SetVisualFXAppearance
|
||||
RemoveENKeyboard
|
||||
DisableNumlock
|
||||
|
||||
HideKnownExtensions
|
||||
HideHiddenFiles
|
||||
ShowSyncNotifications
|
||||
ShowRecentShortcuts
|
||||
SetExplorerQuickAccess
|
||||
HideThisPCFromDesktop
|
||||
HideUserFolderFromDesktop
|
||||
ShowDesktopInThisPC
|
||||
ShowDesktopInExplorer
|
||||
ShowDocumentsInThisPC
|
||||
ShowDocumentsInExplorer
|
||||
ShowDownloadsInThisPC
|
||||
ShowDownloadsInExplorer
|
||||
ShowMusicInThisPC
|
||||
ShowMusicInExplorer
|
||||
ShowPicturesInThisPC
|
||||
ShowPicturesInExplorer
|
||||
ShowVideosInThisPC
|
||||
ShowVideosInExplorer
|
||||
Show3DObjectsInThisPC
|
||||
Show3DObjectsInExplorer
|
||||
EnableThumbnails
|
||||
EnableThumbsDB
|
||||
|
||||
EnableOneDrive
|
||||
# InstallOneDrive
|
||||
InstallMsftBloat
|
||||
InstallThirdPartyBloat
|
||||
InstallWindowsStore
|
||||
EnableXboxFeatures
|
||||
EnableAdobeFlash
|
||||
InstallMediaPlayer
|
||||
InstallInternetExplorer
|
||||
# InstallWorkFolders
|
||||
# UninstallLinuxSubsystem
|
||||
UninstallHyperV
|
||||
UnsetPhotoViewerAssociation
|
||||
RemovePhotoViewerOpenWith
|
||||
InstallPDFPrinter
|
||||
InstallXPSPrinter
|
||||
AddFaxPrinter
|
||||
|
||||
ShowServerManagerOnLogin
|
||||
EnableShutdownTracker
|
||||
EnablePasswordPolicy
|
||||
EnableCtrlAltDelLogin
|
||||
EnableIEEnhancedSecurity
|
||||
DisableAudio
|
||||
|
||||
WaitForKey
|
||||
Restart
|
||||
Reference in New Issue
Block a user