Files
hfbackup/Uninstall.bat
2025-11-14 01:21:50 +03:00

6 lines
188 B
Batchfile
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
@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