From 076bfbdf75272ad6a7677a212c500e2b42b60ee0 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Wed, 15 Jul 2020 20:45:10 +0200 Subject: [PATCH] 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 --- Default.preset | 2 +- Win10.ps1 | 2 +- Win10.psm1 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Default.preset b/Default.preset index bb3c4ede..d73b0db2 100644 --- a/Default.preset +++ b/Default.preset @@ -1,7 +1,7 @@ ########## # Win 10 / Server 2016 / Server 2019 Initial Setup Script - Default preset # Author: Disassembler -# Version: v3.9, 2020-04-02 +# Version: v3.10, 2020-07-15 # Source: https://github.com/Disassembler0/Win10-Initial-Setup-Script ########## diff --git a/Win10.ps1 b/Win10.ps1 index 4b71a729..df1a2015 100644 --- a/Win10.ps1 +++ b/Win10.ps1 @@ -1,7 +1,7 @@ ########## # Win 10 / Server 2016 / Server 2019 Initial Setup Script - Main execution loop # Author: Disassembler -# Version: v3.9, 2020-04-02 +# Version: v3.10, 2020-07-15 # Source: https://github.com/Disassembler0/Win10-Initial-Setup-Script ########## diff --git a/Win10.psm1 b/Win10.psm1 index c96aa705..f6d71ecb 100644 --- a/Win10.psm1 +++ b/Win10.psm1 @@ -1,7 +1,7 @@ ########## # Win 10 / Server 2016 / Server 2019 Initial Setup Script - Tweak library # Author: Disassembler -# Version: v3.9, 2020-04-02 +# Version: v3.10, 2020-07-15 # Source: https://github.com/Disassembler0/Win10-Initial-Setup-Script ##########