From e3f790adae6095b853e050f9bf6f37980603766b Mon Sep 17 00:00:00 2001 From: Disassembler Date: Thu, 2 Apr 2020 11:33:01 +0200 Subject: [PATCH] v3.9, 2020-04-02 - Add "Uninstall OpenSSH Client" (thx @TheRandomLabs) - Add "Install OpenSSH Server" (thx @TheRandomLabs) - Add "Enable Developer Mode" (thx @RobDesideri) - Add "Disable Automatic Restart Sign-on" (thx @Dvorak-Stepan) - Add "Uninstall Windows Hello Face" - Add "Uninstall Math Recognizer" - Add "Uninstall PowerShell Integrated Scripting Environment" - Update a bunch of tweaks to be compatible with 2004 and "N" editions - Update bloatware removal tweaks - Update or clarify comments for tweaks possibly breaking interoperability in some scenarios --- 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 988b6480..240dab6b 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.8, 2019-09-11 +# Version: v3.9, 2020-04-02 # Source: https://github.com/Disassembler0/Win10-Initial-Setup-Script ########## diff --git a/Win10.ps1 b/Win10.ps1 index 2832ae68..4b71a729 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.8, 2019-09-11 +# Version: v3.9, 2020-04-02 # Source: https://github.com/Disassembler0/Win10-Initial-Setup-Script ########## diff --git a/Win10.psm1 b/Win10.psm1 index eb6d8b15..15db6bf1 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.8, 2019-09-11 +# Version: v3.9, 2020-04-02 # Source: https://github.com/Disassembler0/Win10-Initial-Setup-Script ##########