From 78046f90020bec75df03e081f38a354e65ad082d Mon Sep 17 00:00:00 2001 From: farag2 Date: Sat, 25 Apr 2020 13:55:36 +0300 Subject: [PATCH] Add files via upload --- Start.cmd | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Start.cmd 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