diff --git a/Start 1903-1909.cmd b/Start 1903-1909.cmd new file mode 100644 index 00000000..3acac1ba --- /dev/null +++ b/Start 1903-1909.cmd @@ -0,0 +1,4 @@ +@echo off +chcp 65001 >nul + +powershell.exe -ExecutionPolicy Bypass -NoExit -NoProfile -NoLogo -File "%~dp0Win 10 1903-1909.ps1" \ No newline at end of file diff --git a/Start 2004.cmd b/Start 2004.cmd new file mode 100644 index 00000000..159a70fb --- /dev/null +++ b/Start 2004.cmd @@ -0,0 +1,4 @@ +@echo off +chcp 65001 >nul + +powershell.exe -ExecutionPolicy Bypass -NoExit -NoProfile -NoLogo -File "%~dp0Win 10 2004.ps1" \ No newline at end of file