From 9365a3a01356c8f73e68aeb12bab5757bbaca721 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Wed, 19 Dec 2018 19:01:15 +0100 Subject: [PATCH] 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) --- 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 eec5ae4..bd2c26e 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.3, 2018-10-22 +# Version: v3.4, 2018-12-19 # Source: https://github.com/Disassembler0/Win10-Initial-Setup-Script ########## diff --git a/Win10.ps1 b/Win10.ps1 index fe6c69f..ca88e30 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.3, 2018-10-22 +# Version: v3.4, 2018-12-19 # Source: https://github.com/Disassembler0/Win10-Initial-Setup-Script ########## diff --git a/Win10.psm1 b/Win10.psm1 index 1ae051d..438ee48 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.3, 2018-10-22 +# Version: v3.4, 2018-12-19 # Source: https://github.com/Disassembler0/Win10-Initial-Setup-Script ##########