mirror of
https://github.com/netbirdio/netbird.git
synced 2026-07-17 12:09:58 +00:00
5 lines
176 B
Batchfile
5 lines
176 B
Batchfile
@echo off
|
|
REM Double-click launcher for the NetBird MDM tester (Windows).
|
|
REM The .ps1 self-elevates.
|
|
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0mdm-toggle.ps1"
|