From 17f3c73bb2ae379938adc32969683d6ef2ec8202 Mon Sep 17 00:00:00 2001 From: GChuf Date: Sun, 9 Jan 2022 10:51:56 +0100 Subject: [PATCH] Running as admin is necessary --- RCWM/install.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RCWM/install.cmd b/RCWM/install.cmd index 7f9b729..e43d1bd 100644 --- a/RCWM/install.cmd +++ b/RCWM/install.cmd @@ -35,8 +35,8 @@ REM Taken from: https://stackoverflow.com/questions/11525056/how-to-create-a-bat if '%errorlevel%' NEQ '0' ( echo You need to run this script with administrator privileges!!! - echo You can continue anyway, but some functionalities might not work. pause + exit ) pushd "%CD%"