Create sub project

This commit is contained in:
2025-05-01 14:50:43 +03:00
commit 6f203fb6bf
75 changed files with 160531 additions and 0 deletions

View File

@ -0,0 +1,11 @@
@ECHO OFF
echo This script should be run with administrator privileges.
echo Right click - run as administrator.
echo Press any key if you're running it as administrator.
pause
sc stop "GoodbyeDPI"
sc delete "GoodbyeDPI"
sc stop "WinDivert"
sc delete "WinDivert"
sc stop "WinDivert14"
sc delete "WinDivert14"