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

Commit f49b932

Browse files
committed
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
1 parent 159626f commit f49b932

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Default.preset

Lines changed: 1 addition & 1 deletion
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 <disassembler@dasm.cz>
4-
# Version: v3.5, 2018-12-23
4+
# Version: v3.6, 2019-01-28
55
# Source: https://github.com/Disassembler0/Win10-Initial-Setup-Script
66
##########
77

Win10.ps1

Lines changed: 1 addition & 1 deletion
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 <disassembler@dasm.cz>
4-
# Version: v3.5, 2018-12-23
4+
# Version: v3.6, 2019-01-28
55
# Source: https://github.com/Disassembler0/Win10-Initial-Setup-Script
66
##########
77

Win10.psm1

Lines changed: 1 addition & 1 deletion
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 <disassembler@dasm.cz>
4-
# Version: v3.5, 2018-12-23
4+
# Version: v3.6, 2019-01-28
55
# Source: https://github.com/Disassembler0/Win10-Initial-Setup-Script
66
##########
77

0 commit comments

Comments
 (0)