Initial project implementation

This commit is contained in:
2026-04-28 10:44:45 +08:00
commit 60527e935f
41 changed files with 7378 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
@echo off
setlocal
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0Stop-SentinelUI.ps1"
if errorlevel 1 pause
endlocal