Skip to content
This repository has been archived by the owner on Mar 3, 2021. It is now read-only.

Commit

Permalink
v3.1, 2018-10-04
Browse files Browse the repository at this point in the history
 - Add "Disable Restore Points"
 - Add "Disable Automatic Boot Recovery"
 - Add "Disable Recovery and Factory Reset"
 - Add "Disable NTFS Last Acccess time stamps" (thx @r3incarnat0r)
 - Add "Enable Defender Application Guard" (thx @sippi90)
 - Add "Uninstall PowerShell 2.0" (thx @sippi90)
 - Add "Install .NET Framework 2.0, 3.0 and 3.5 runtimes"
 - Add "Enable navigation pane expanding to current folder" (thx arobasse2)
 - Add "Disable Aero Shake" (thx arobasse2)
 - Add "Disable adding '- shortcut' to shortcut name" (thx arobasse2)
 - Add "Disable automatic reboot on crash" (thx arobasse2)
 - Add "Disable blocking of downloaded files" (thx arobasse2)
 - Add "Hide 'Include in library' context menu item" (thx arobasse2)
 - Add "Hide 'Share' and 'Give access to' context menu items" (thx arobasse2)
 - Update SetP2PUpdate* to use GPO (thx @sippi90)
 - Update Enable/DisableHibernation to run powercfg (thx @r3incarnat0r)
 - Update ShowTaskManagerDetails to not get stuck (thx @r3incarnat0r)
 - Update EnableDefender for 1809
 - Update UninstallMsftBloat for 1809 (thx @sippi90)
 - Update UnpinStartMenuTiles for 1809
 - Update CtrldFolderAccess to suppress warnings when Defender is disabled
 - Fix copy paste error in EnableSharingWizard (thx @sippi90)
 - Bunch of minor comment changes, code style alignments, reorganizations, clarifications and nitpicks
  • Loading branch information
Disassembler0 committed Oct 4, 2018
1 parent 0d1e8fa commit a7d1b3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Default.preset
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
##########
# Win10 / WinServer2016 Initial Setup Script - Default preset
# Author: Disassembler <[email protected]>
# Version: v3.0, 2018-09-15
# Version: v3.1, 2018-10-04
# Source: https://github.com/Disassembler0/Win10-Initial-Setup-Script
##########

Expand Down
2 changes: 1 addition & 1 deletion Win10.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
##########
# Win10 / WinServer2016 Initial Setup Script - Main execution loop
# Author: Disassembler <[email protected]>
# Version: v3.0, 2018-09-15
# Version: v3.1, 2018-10-04
# Source: https://github.com/Disassembler0/Win10-Initial-Setup-Script
##########

Expand Down
2 changes: 1 addition & 1 deletion Win10.psm1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
##########
# Win10 / WinServer2016 Initial Setup Script - Tweak library
# Author: Disassembler <[email protected]>
# Version: v3.0, 2018-09-15
# Version: v3.1, 2018-10-04
# Source: https://github.com/Disassembler0/Win10-Initial-Setup-Script
##########

Expand Down

0 comments on commit a7d1b3b

Please sign in to comment.