Skip to content
This repository has been archived by the owner on Mar 3, 2021. It is now read-only.

Tags: svcheats1/Win10-Initial-Setup-Script

Tags

3.7

Toggle 3.7's commit message

Verified

This commit was signed with the committer’s verified signature.
v3.7, 2019-05-31

 - Add -log parameter for output logging
 - Add more bloatware for removal (thx @r3incarnat0r)
 - Add "Disable Location services" (thx @r3incarnat0r)
 - Add "Disable Sensor services" (thx @r3incarnat0r)
 - Add "Disable Biometric services" (thx @r3incarnat0r)
 - Add "Disable Camera" (thx @r3incarnat0r)
 - Add "Disable Media Sharing" (thx @r3incarnat0r)
 - Add "Show verbose startup/shutdown status messages" (thx @CruzMarcio)
 - Add "Disable First Logon Animation" (thx @mrcrutch)
 - Add "Disable Windows Update automatic downloads" (thx @pablospizzamiglio)
 - Add "Disable Lock screen Blur" (thx @sippi90)
 - Add "Show full path in Explorer title" (thx @Zweikeks)
 - Add "Show protected operating system files" (thx @Zweikeks)
 - Add "Show empty drives" (thx @Zweikeks)
 - Add "Show folder merge conflicts" (thx @Zweikeks)
 - Add "Show all folders in Explorer navigation pane" (thx @Zweikeks)
 - Add "Show coloring of encrypted or compressed NTFS files" (thx @Zweikeks)
 - Add "Disable accessibility keys prompts" (thx @r3incarnat0r)
 - Add "Disable F1 Help key" (thx @Conder000)
 - Add "Disable NetBIOS" (thx @shaunography)
 - Add "Hide Recycle Bin From Desktop" (thx @mcavallo-git)
 - Add "Show Network On Desktop" (thx @mcavallo-git)
 - Add "Enable Clipboard History" (thx @Ash258)
 - Add "Enable NTFS long paths"
 - Add "Disable Internet Connection Sharing"
 - Add "Disable Fullscreen optimizations"
 - Add "Disable nightly wake-up for Automatic Maintenance"
 - Update "EnableXboxFeatures" to disable Game mode
 - Update "Enable Remote Desktop" to leave Network Level Authentication enabled
 - Update "DisableTelemetry" to set more registry keys (thx @r3incarnat0r)
 - Update "DisableCortana" to set more registry keys (thx @r3incarnat0r)
 - Remove "DisableLocationTracking" in favor of "DisableLocation"
 - Remove "DisableStickyKeys" in favor of "DisableAccessibilityKeys"
 - Remove "DisableUpdateRestart" in favor of "DisableMaintenanceWakeUp"

3.6

Toggle 3.6's commit message

Verified

This commit was signed with the committer’s verified signature.
v3.6, 2019-01-28

 - Add "Disable IE first run wizard" (thx @sippi90)
 - Add "Disable Modern UI swap file" (thx gtein)
 - Add "Disable enhanced pointer precision"
 - Add "Enable clearing of recent files on exit" (thx @r3incarnat0r)
 - Add "Disable recent files lists" (thx @r3incarnat0r)
 - Reimplement HideMostUsedApps using GPO (thx @r3incarnat0r)
 - *BREAKING* Removed HideRecentJumplists (superseded by DisableRecentFiles)
 - Update UninstallMsftBloat to not remove Snipping tool
 - Update DisableTelemetry to not report KMS client activation data (thx @wallrik)
 - Fix main execution loop when the script is called by another PowerShell process

3.5

Toggle 3.5's commit message

Verified

This commit was signed with the committer’s verified signature.
v3.5, 2018-12-23

 - Fix "DisableUpdateDriver" to not block driver installation entirely (thx Nick for pointing this out)
 - Fix "HideShortcutArrow" to not show black squares over the icons (thx @Ozgood for helping me debug)

3.4

Toggle 3.4's commit message

Verified

This commit was signed with the committer’s verified signature.
v3.4, 2018-12-19

 - Add more bloatware for removal (thx @r3incarnat0r, @mhujer)
 - Add "Hide shortcut icon arrow"
 - Add "Show Control panel shortcut on desktop" (thx @Win10debloater)
 - Add "Enable window title bar color" (thx @scruel)
 - Add "Disable Edge preload after Windows startup" (thx Nick)
 - Update "DisableBackgroundApps" to properly show toasts and notifications
 - Update "DisableActivityHistory" to fix problems caused by disabled CDP user service
 - Update "DisableUpdateDriver" to add one more GPO (thx @kukubau)

3.3

Toggle 3.3's commit message

Verified

This commit was signed with the committer’s verified signature.
v3.3, 2018-10-22, Tweak exclusion support added

 - Add option to remove tweaks from selection (see advanced usage)
 - Add "Enable Dark Theme" (thx @DaniloNC)
 - Update DisableActivityHistory to disable CDP user service
 - Minor description updates in comments

3.2

Toggle 3.2's commit message

Verified

This commit was signed with the committer’s verified signature.
v3.2, 2018-10-08, Server 2019 support added

 - Add "Hide Windows Defender SysTray icon" (thx @sippi90)
 - Revert DisableSharedExperiences to safer non-GPO variant
 - Update DisableAppSuggestions to hide suggestions in settings
 - Update DisableAppSuggestions to purge and reload tile cache
 - Update UnpinStartMenuTiles to reload tile cache
 - Update EnableStorageSense to set only the necessary values
 - Update documentation and comments to announce Server 2019 support

3.1

Toggle 3.1's commit message

Verified

This commit was signed with the committer’s verified signature.
v3.1, 2018-10-04

 - Add "Disable Restore Points"
 - Add "Disable Automatic Boot Recovery"
 - Add "Disable Recovery and Factory Reset"
 - Add "Disable NTFS Last Acccess time stamps" (thx @r3incarnat0r)
 - Add "Enable Defender Application Guard" (thx @sippi90)
 - Add "Uninstall PowerShell 2.0" (thx @sippi90)
 - Add "Install .NET Framework 2.0, 3.0 and 3.5 runtimes"
 - Add "Enable navigation pane expanding to current folder" (thx arobasse2)
 - Add "Disable Aero Shake" (thx arobasse2)
 - Add "Disable adding '- shortcut' to shortcut name" (thx arobasse2)
 - Add "Disable automatic reboot on crash" (thx arobasse2)
 - Add "Disable blocking of downloaded files" (thx arobasse2)
 - Add "Hide 'Include in library' context menu item" (thx arobasse2)
 - Add "Hide 'Share' and 'Give access to' context menu items" (thx arobasse2)
 - Update SetP2PUpdate* to use GPO (thx @sippi90)
 - Update Enable/DisableHibernation to run powercfg (thx @r3incarnat0r)
 - Update ShowTaskManagerDetails to not get stuck (thx @r3incarnat0r)
 - Update EnableDefender for 1809
 - Update UninstallMsftBloat for 1809 (thx @sippi90)
 - Update UnpinStartMenuTiles for 1809
 - Update CtrldFolderAccess to suppress warnings when Defender is disabled
 - Fix copy paste error in EnableSharingWizard (thx @sippi90)
 - Bunch of minor comment changes, code style alignments, reorganizations, clarifications and nitpicks

3.0

Toggle 3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
v3.0, 2018-09-15, BYOT - Bring your own tweaks

 - Split execution logic from tweak library and add support for custom tweaks
 - Check "Advanced usage" chapter in README

2.21

Toggle 2.21's commit message

Verified

This commit was signed with the committer’s verified signature.
v2.21, 2018-08-27

 - Improve UninstallOneDrive in multi-user environment (thx @chiva)
 - Improve SetTaskbarCombine* on multi-monitor setups (thx @kroimon)
 - Improve DisableTelemetry to not block certain updates (thx @T4CC)
 - *BREAKING* Split DisableThumbsDB into DisableThumbnailCache and DisableThumbsDBOnNetwork (thx @r3incarnat0r)
 - Add DisableWebLangList (thx @agsimmons)
 - Add "Show/Hide item selection checkboxes" (thx @Tikus)
 - Add "Uninstall Windows Fax and Scan Services" (thx @kroimon)
 - Add sound scheme related tweaks (thx @r3incarnat0r)
 - Add "HideQuickAccess" (thx @driscollw)
 - Add "Disable NCSI active test" (thx @antipatico)
 - Add "Hide Account Protection warning"
 - Add "Disable Edge desktop shortcut creation"
 - Add more keys to DisableAppSuggestion
 - Add more checks for DisableWiFiSense
 - Update "ShowTrayIcons" to use GPO (thx @driscollw)
 - Update SetP2PUpdate* tweaks to support current builds
 - Remove more and more bloatware
 - Fix typo in Enable/DisableHibernation
 - Update and clarify bunch of comments

2.20

Toggle 2.20's commit message

Verified

This commit was signed with the committer’s verified signature.
v2.20, 2018-04-15 - RS4 (1803) ready

Lots of changes, few of them BREAKING, hence the bigger version bump.
 - Add "DisableActivityHistory"
 - Add "DisableSMBServer" (thx @Phenix66)
 - Add "Disable LLMNR"
 - Add "Enable Core Isolation Memory Integrity"
 - Add more bloatware for removal (thx @jnslmk and @agsimmons)
 - Update "UnpinStartMenuTiles" for 1803 (thx @sippi90)
 - Update "Disable Web Search" for 1803
 - Update "Disable Location Tracking" for 1803
 - Update "DisableAppSuggestions" to remove ads from Task View
 - *BREAKING* Update "ShowTaskbarSearch*" to add type choice (thx @Letouane)
 - *BREAKING* Split "ShowTaskbarTitles" to add type choice (thx @sztanpet)
 - *BREAKING* Update "SetControlPanel*" to add icon size choice
 - Update "DisableSmartScreen" to use GPO
 - Update "DisableFeedback" to use GPO
 - Update "DisableAdvertisingID" to use GPO
 - Update "DisableSharedExperiences" to use GPO
 - Update "DisableAdobeFlash" to use GPO
 - Update "DisableUpdateDriver" to use GPO and set more keys
 - Move "DisableTailoredExperiences" to separate tweak and use GPO
 - Update "UninstallInternetExplorer" to support also x86
 - Update "InstallLinuxSubsystem" compatibility with old OS builds
 - Update "DisableDefender" compatibility with old OS builds
 - Update "DisableXboxFeatures" compatibility with old OS builds
 - Update "SetP2PUpdateLocal" and comment from default preset
 - Comment "DisableHomeGroups" removed in 1803
 - *BREAKING* Merge "DisableLockScreenSpotlight" into "DisableAppSuggestions"
 - *BREAKING* Remove "DisableAutoLogger" as it was never useful
 - Remove test files as they seemed to be confusing
 - Few other minor improvements
 - Documentation update