Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.75 KB | None | 0 0
  1. ##########
  2. # Win 10 / Server 2016 / Server 2019 Initial Setup Script - Default preset
  3. # Author: Disassembler <disassembler@dasm.cz>
  4. # Version: v3.7, 2019-05-31
  5. # Source: https://github.com/Disassembler0/Win10-Initial-Setup-Script
  6. ##########
  7.  
  8. ### Require administrator privileges ###
  9. RequireAdmin
  10.  
  11. ### Privacy Tweaks ###
  12. DisableTelemetry # EnableTelemetry
  13. DisableWiFiSense # EnableWiFiSense
  14. DisableSmartScreen # EnableSmartScreen
  15. DisableWebSearch # EnableWebSearch
  16. DisableAppSuggestions # EnableAppSuggestions
  17. DisableActivityHistory # EnableActivityHistory
  18. DisableBackgroundApps # EnableBackgroundApps
  19. # DisableSensors # EnableSensors
  20. DisableLocation # EnableLocation
  21. DisableMapUpdates # EnableMapUpdates
  22. DisableFeedback # EnableFeedback
  23. DisableTailoredExperiences # EnableTailoredExperiences
  24. DisableAdvertisingID # EnableAdvertisingID
  25. DisableWebLangList # EnableWebLangList
  26. DisableCortana # EnableCortana
  27. # DisableBiometrics # EnableBiometrics
  28. DisableCamera # EnableCamera
  29. DisableErrorReporting # EnableErrorReporting
  30. # SetP2PUpdateLocal # SetP2PUpdateInternet # SetP2PUpdateDisable
  31. DisableDiagTrack # EnableDiagTrack
  32. DisableWAPPush # EnableWAPPush
  33. # EnableClearRecentFiles # DisableClearRecentFiles
  34. # DisableRecentFiles # EnableRecentFiles
  35.  
  36. ### Security Tweaks ###
  37. # SetUACLow # SetUACHigh
  38. # EnableSharingMappedDrives # DisableSharingMappedDrives
  39. DisableAdminShares # EnableAdminShares
  40. # DisableSMB1 # EnableSMB1
  41. # DisableSMBServer # EnableSMBServer
  42. # DisableNetBIOS # EnableNetBIOS
  43. # DisableLLMNR # EnableLLMNR
  44. # DisableNCSIProbe # EnableNCSIProbe
  45. SetCurrentNetworkPrivate # SetCurrentNetworkPublic
  46. # SetUnknownNetworksPrivate # SetUnknownNetworksPublic
  47. # DisableConnectionSharing # EnableConnectionSharing
  48. # DisableNetDevicesAutoInst # EnableNetDevicesAutoInst
  49. # DisableFirewall # EnableFirewall
  50. HideDefenderTrayIcon # ShowDefenderTrayIcon
  51. DisableDefender # EnableDefender
  52. DisableDefenderCloud # EnableDefenderCloud
  53. # EnableCtrldFolderAccess # DisableCtrldFolderAccess
  54. # EnableCIMemoryIntegrity # DisableCIMemoryIntegrity
  55. # EnableDefenderAppGuard # DisableDefenderAppGuard
  56. HideAccountProtectionWarn # ShowAccountProtectionWarn
  57. # DisableDownloadBlocking # EnableDownloadBlocking
  58. DisableScriptHost # EnableScriptHost
  59. EnableDotNetStrongCrypto # DisableDotNetStrongCrypto
  60. # EnableMeltdownCompatFlag # DisableMeltdownCompatFlag
  61. EnableF8BootMenu # DisableF8BootMenu
  62. # DisableBootRecovery # EnableBootRecovery
  63. # DisableRecoveryAndReset # EnableRecoveryAndReset
  64. SetDEPOptOut # SetDEPOptIn
  65.  
  66. ### Service Tweaks ###
  67. # DisableUpdateMSRT # EnableUpdateMSRT
  68. # DisableUpdateDriver # EnableUpdateDriver
  69. EnableUpdateMSProducts # DisableUpdateMSProducts
  70. # DisableUpdateAutoDownload # EnableUpdateAutoDownload
  71. DisableMaintenanceWakeUp # EnableMaintenanceWakeUp
  72. # DisableHomeGroups # EnableHomeGroups
  73. DisableSharedExperiences # EnableSharedExperiences
  74. # EnableClipboardHistory # DisableClipboardHistory
  75. DisableRemoteAssistance # EnableRemoteAssistance
  76. EnableRemoteDesktop # DisableRemoteDesktop
  77. DisableAutoplay # EnableAutoplay
  78. DisableAutorun # EnableAutorun
  79. # DisableRestorePoints # EnableRestorePoints
  80. # EnableStorageSense # DisableStorageSense
  81. # DisableDefragmentation # EnableDefragmentation
  82. # DisableSuperfetch # EnableSuperfetch
  83. # DisableIndexing # EnableIndexing
  84. # DisableSwapFile # EnableSwapFile
  85. EnableNTFSLongPaths # DisableNTFSLongPaths
  86. # DisableNTFSLastAccess # EnableNTFSLastAccess
  87. # SetBIOSTimeUTC # SetBIOSTimeLocal
  88. # EnableHibernation # DisableHibernation
  89. # DisableSleepButton # EnableSleepButton
  90. # DisableSleepTimeout # EnableSleepTimeout
  91. # DisableFastStartup # EnableFastStartup
  92. # DisableAutoRebootOnCrash # EnableAutoRebootOnCrash
  93.  
  94. ### UI Tweaks ###
  95. DisableActionCenter # EnableActionCenter
  96. DisableLockScreen # EnableLockScreen
  97. # DisableLockScreenRS1 # EnableLockScreenRS1
  98. HideNetworkFromLockScreen # ShowNetworkOnLockScreen
  99. HideShutdownFromLockScreen # ShowShutdownOnLockScreen
  100. DisableLockScreenBlur # EnableLockScreenBlur
  101. # DisableAeroShake # EnableAeroShake
  102. DisableAccessibilityKeys # EnableAccessibilityKeys
  103. ShowTaskManagerDetails # HideTaskManagerDetails
  104. ShowFileOperationsDetails # HideFileOperationsDetails
  105. # EnableFileDeleteConfirm # DisableFileDeleteConfirm
  106. HideTaskbarSearch # ShowTaskbarSearchIcon # ShowTaskbarSearchBox
  107. HideTaskView # ShowTaskView
  108. ShowSmallTaskbarIcons # ShowLargeTaskbarIcons
  109. SetTaskbarCombineWhenFull # SetTaskbarCombineNever # SetTaskbarCombineAlways
  110. HideTaskbarPeopleIcon # ShowTaskbarPeopleIcon
  111. ShowTrayIcons # HideTrayIcons
  112. DisableSearchAppInStore # EnableSearchAppInStore
  113. DisableNewAppPrompt # EnableNewAppPrompt
  114. # HideRecentlyAddedApps # ShowRecentlyAddedApps
  115. # HideMostUsedApps # ShowMostUsedApps
  116. # SetControlPanelSmallIcons # SetControlPanelLargeIcons # SetControlPanelCategories
  117. DisableShortcutInName # EnableShortcutInName
  118. # HideShortcutArrow # ShowShortcutArrow
  119. SetVisualFXPerformance # SetVisualFXAppearance
  120. # EnableTitleBarColor # DisableTitleBarColor
  121. EnableDarkTheme # DisableDarkTheme
  122. # AddENKeyboard # RemoveENKeyboard
  123. # EnableNumlock # DisableNumlock
  124. # DisableEnhPointerPrecision # EnableEnhPointerPrecision
  125. # SetSoundSchemeNone # SetSoundSchemeDefault
  126. DisableStartupSound # EnableStartupSound
  127. # DisableChangingSoundScheme # EnableChangingSoundScheme
  128. # EnableVerboseStatus # DisableVerboseStatus
  129. DisableF1HelpKey # EnableF1HelpKey
  130.  
  131. ### Explorer UI Tweaks ###
  132. # ShowExplorerTitleFullPath # HideExplorerTitleFullPath
  133. ShowKnownExtensions # HideKnownExtensions
  134. ShowHiddenFiles # HideHiddenFiles
  135. # ShowSuperHiddenFiles # HideSuperHiddenFiles
  136. # ShowEmptyDrives # HideEmptyDrives
  137. # ShowFolderMergeConflicts # HideFolderMergeConflicts
  138. EnableNavPaneExpand # DisableNavPaneExpand
  139. # ShowNavPaneAllFolders # HideNavPaneAllFolders
  140. # EnableFldrSeparateProcess # DisableFldrSeparateProcess
  141. # EnableRestoreFldrWindows # DisableRestoreFldrWindows
  142. # ShowEncCompFilesColor # HideEncCompFilesColor
  143. # DisableSharingWizard # EnableSharingWizard
  144. # HideSelectCheckboxes # ShowSelectCheckboxes
  145. HideSyncNotifications # ShowSyncNotifications
  146. HideRecentShortcuts # ShowRecentShortcuts
  147. SetExplorerThisPC # SetExplorerQuickAccess
  148. HideQuickAccess # ShowQuickAccess
  149. # HideRecycleBinFromDesktop # ShowRecycleBinOnDesktop
  150. ShowThisPCOnDesktop # HideThisPCFromDesktop
  151. # ShowUserFolderOnDesktop # HideUserFolderFromDesktop
  152. # ShowControlPanelOnDesktop # HideControlPanelFromDesktop
  153. # ShowNetworkOnDesktop # HideNetworkFromDesktop
  154. HideDesktopFromThisPC # ShowDesktopInThisPC
  155. # HideDesktopFromExplorer # ShowDesktopInExplorer
  156. HideDocumentsFromThisPC # ShowDocumentsInThisPC
  157. # HideDocumentsFromExplorer # ShowDocumentsInExplorer
  158. HideDownloadsFromThisPC # ShowDownloadsInThisPC
  159. # HideDownloadsFromExplorer # ShowDownloadsInExplorer
  160. HideMusicFromThisPC # ShowMusicInThisPC
  161. # HideMusicFromExplorer # ShowMusicInExplorer
  162. HidePicturesFromThisPC # ShowPicturesInThisPC
  163. # HidePicturesFromExplorer # ShowPicturesInExplorer
  164. HideVideosFromThisPC # ShowVideosInThisPC
  165. # HideVideosFromExplorer # ShowVideosInExplorer
  166. Hide3DObjectsFromThisPC # Show3DObjectsInThisPC
  167. # Hide3DObjectsFromExplorer # Show3DObjectsInExplorer
  168. # HideIncludeInLibraryMenu # ShowIncludeInLibraryMenu
  169. # HideGiveAccessToMenu # ShowGiveAccessToMenu
  170. # HideShareMenu # ShowShareMenu
  171. # DisableThumbnails # EnableThumbnails
  172. DisableThumbnailCache # EnableThumbnailCache
  173. DisableThumbsDBOnNetwork # EnableThumbsDBOnNetwork
  174.  
  175. ### Application Tweaks ###
  176. DisableOneDrive # EnableOneDrive
  177. UninstallOneDrive # InstallOneDrive
  178. UninstallMsftBloat # InstallMsftBloat
  179. UninstallThirdPartyBloat # InstallThirdPartyBloat
  180. # UninstallWindowsStore # InstallWindowsStore
  181. DisableXboxFeatures # EnableXboxFeatures
  182. # DisableFullscreenOptims # EnableFullscreenOptims
  183. DisableAdobeFlash # EnableAdobeFlash
  184. DisableEdgePreload # EnableEdgePreload
  185. DisableEdgeShortcutCreation # EnableEdgeShortcutCreation
  186. DisableIEFirstRun # EnableIEFirstRun
  187. DisableFirstLogonAnimation # EnableFirstLogonAnimation
  188. DisableMediaSharing # EnableMediaSharing
  189. UninstallMediaPlayer # InstallMediaPlayer
  190. # UninstallInternetExplorer # InstallInternetExplorer
  191. # UninstallWorkFolders # InstallWorkFolders
  192. # UninstallPowerShellV2 # InstallPowerShellV2
  193. # InstallLinuxSubsystem # UninstallLinuxSubsystem
  194. # InstallHyperV # UninstallHyperV
  195. # InstallNET23 # UninstallNET23
  196. SetPhotoViewerAssociation # UnsetPhotoViewerAssociation
  197. AddPhotoViewerOpenWith # RemovePhotoViewerOpenWith
  198. # UninstallPDFPrinter # InstallPDFPrinter
  199. UninstallXPSPrinter # InstallXPSPrinter
  200. RemoveFaxPrinter # AddFaxPrinter
  201. # UninstallFaxAndScan # InstallFaxAndScan
  202.  
  203. ### Server Specific Tweaks ###
  204. # HideServerManagerOnLogin # ShowServerManagerOnLogin
  205. # DisableShutdownTracker # EnableShutdownTracker
  206. # DisablePasswordPolicy # EnablePasswordPolicy
  207. # DisableCtrlAltDelLogin # EnableCtrlAltDelLogin
  208. # DisableIEEnhancedSecurity # EnableIEEnhancedSecurity
  209. # EnableAudio # DisableAudio
  210.  
  211. ### Unpinning ###
  212. # UnpinStartMenuTiles
  213. # UnpinTaskbarIcons
  214.  
  215. ### Auxiliary Functions ###
  216. WaitForKey
  217. Restart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement