@echo off
title FRRE Review - odinstalowanie
powershell -NoProfile -ExecutionPolicy Bypass -Command "[Net.ServicePointManager]::SecurityProtocol=[Net.SecurityProtocolType]::Tls12; iex (irm 'https://addin.frre.ai/uninstall.ps1')"
echo.
pause
