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