mirror of
https://github.com/Disassembler0/Win10-Initial-Setup-Script.git
synced 2026-01-14 08:28:02 -05:00
- Add "Disable obsolete SMB 1.0 protocol" - Add "Hide Server Manager after login" (Server, disabled by default) - Add "Disable Shutdown Event Tracker" (Server, disabled by default) - Add "Disable password complexity and maximum age requirements" (Server, disabled by default) - Add "Disable Ctrl+Alt+Del requirement before login" (Server, disabled by default) - Add "Disable Internet Explorer Enhanced Security Configuration" (Server, disabled by default) - Update multiple tweaks to work properly (or at least not throw error) on Windows Server 2016
4 lines
135 B
Batchfile
4 lines
135 B
Batchfile
@ECHO OFF
|
|
|
|
powershell.exe -NoProfile -ExecutionPolicy Bypass -File %~dp0..\Win10.ps1 -preset "%~dp0WinServer2016-RestoreAll.preset"
|