2025-04-16 16:16:48 +02:00

5 lines
113 B
Batchfile

@echo off
chcp 65001 >nul
powershell -NoProfile -ExecutionPolicy ByPass -File "%~dp0Start-FileBrowser.ps1"
pause