From b6c3efac3e3db9b2217585becf312084dfe5876e Mon Sep 17 00:00:00 2001 From: Flamur Veliqi Date: Thu, 12 Feb 2026 13:08:16 +0000 Subject: [PATCH] Windows 10/11 - Menu Launcher --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0f831f9..065b38f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ All-in-one scripts for Windows, macOS, Linux, and servers. ### Menu Launcher +Windows 10/11 ``` curl -L https://git.weektab.org/nexus/HyperCLI/raw/branch/main/menu-launcher.bat -o %TEMP%\menu-launcher.bat && start /wait %TEMP%\menu-launcher.bat & del %TEMP%\menu-launcher.bat ```