mirror of
https://github.com/anejolov/WinDeckHelper.git
synced 2026-06-13 04:05:06 +03:00
Replaced exe with bat, because exe detecting as trojan by defender.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
pushd %~dp0Data\
|
||||
PowerShell -NoProfile -ExecutionPolicy Bypass -WindowStyle Hidden -Command "& .\Windeckhelper.ps1"
|
||||
popd
|
||||
Reference in New Issue
Block a user