Files
nightcord/nightcord-uninstall.bat
HackTips2 d9cd105337 init
2026-05-22 19:33:29 +02:00

6 lines
235 B
Batchfile

@echo off
:: Wrapper .bat pour lancer nightcord-uninstall.ps1 facilement (double-clic)
title Nightcord — Désinstallation
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0nightcord-uninstall.ps1"
if %errorlevel% neq 0 pause