mirror of
https://github.com/Disassembler0/Win10-Initial-Setup-Script.git
synced 2026-01-12 23:48:20 -05:00
- Split execution logic from tweak library and add support for custom tweaks - Check "Advanced usage" chapter in README
4 lines
138 B
Batchfile
4 lines
138 B
Batchfile
@ECHO OFF
|
|
|
|
powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0Win10.ps1" -include "%~dp0Win10.psm1" -preset "%~dpn0.preset"
|