first commit

This commit is contained in:
hOLOlu
2025-11-14 01:21:50 +03:00
commit 8f16d171e0
7 changed files with 352 additions and 0 deletions

6
Uninstall.bat Normal file
View File

@@ -0,0 +1,6 @@
@echo off
REM Uninstall.bat
REM Klasör yedekleme sağ tık menüsü entegrasyonunu kaldırmak için batch dosyası
powershell.exe -ExecutionPolicy Bypass -File "%~dp0Uninstall.ps1"
pause