Replaced exe with bat, because exe detecting as trojan by defender.

This commit is contained in:
AN
2025-03-19 14:01:16 +02:00
parent 1399097e27
commit 8003bfd3ae
4 changed files with 6 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
@echo off
pushd %~dp0Data\
PowerShell -NoProfile -ExecutionPolicy Bypass -WindowStyle Hidden -Command "& .\Windeckhelper.ps1"
popd