Skip to content
This repository was archived by the owner on May 28, 2021. It is now read-only.

Commit 076bfbd

Browse files
committed
v3.10, 2020-07-15
- Add "Install Telnet Client" - Add "Set PowerShell/Command prompt in WinX menu" - Add "Set Light Mode for System" (thx @michalsieron) - Add "Hide desktop icons" (thx @rault-a) - Add "Disable Windows Media Player online access" (thx @Kein) - Add "Hide Network icon from Explorer namespace" - Add "Show Libraries in Explorer navigation pane" - Add a new group with a bunch of UWP Privacy tweaks - Update DisableCortana for 2004 - Update DisableUpdateDriver to use the proper GPO - Update DisableTelemetry to include Office Telemetry (thx @tomasz1986) - Update DisableAdminShares to properly apply on WinServer - *BREAKING* Rename EnableDarkTheme to SetAppsDarkMode - *BREAKING* Rename DisableBackgroundApps to DisableUWPBackgroundApps
1 parent 294729d commit 076bfbd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Default.preset

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##########
22
# Win 10 / Server 2016 / Server 2019 Initial Setup Script - Default preset
33
# Author: Disassembler <[email protected]>
4-
# Version: v3.9, 2020-04-02
4+
# Version: v3.10, 2020-07-15
55
# Source: https://github.com/Disassembler0/Win10-Initial-Setup-Script
66
##########
77

Win10.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##########
22
# Win 10 / Server 2016 / Server 2019 Initial Setup Script - Main execution loop
33
# Author: Disassembler <[email protected]>
4-
# Version: v3.9, 2020-04-02
4+
# Version: v3.10, 2020-07-15
55
# Source: https://github.com/Disassembler0/Win10-Initial-Setup-Script
66
##########
77

Win10.psm1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##########
22
# Win 10 / Server 2016 / Server 2019 Initial Setup Script - Tweak library
33
# Author: Disassembler <[email protected]>
4-
# Version: v3.9, 2020-04-02
4+
# Version: v3.10, 2020-07-15
55
# Source: https://github.com/Disassembler0/Win10-Initial-Setup-Script
66
##########
77

0 commit comments

Comments
 (0)