From acb1fe9b2996bd681ebd294833dd2002b0e63b2d Mon Sep 17 00:00:00 2001 From: gt Date: Sat, 4 Jul 2026 13:46:21 +0800 Subject: [PATCH] commit --- README.md | 6 +++++- setup-menu.ps1 | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 81ed829..d34c3a2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # win-setup-menu -A PowerShell menu for Windows setup and software installation. \ No newline at end of file +A PowerShell menu for Windows setup and software installation. + +```pwsh +powershell -ExecutionPolicy Bypass -File .\setup-menu.ps1 +``` diff --git a/setup-menu.ps1 b/setup-menu.ps1 index 8cafcdb..1834a52 100644 --- a/setup-menu.ps1 +++ b/setup-menu.ps1 @@ -27,6 +27,7 @@ $SoftwareGroups = [ordered]@{ @{ Type = "Winget"; Name = "Neovide"; Id = "Neovide.Neovide" } @{ Type = "Winget"; Name = "Syncthing"; Id = "Syncthing.Syncthing"; ProcessName = "syncthing"; AutostartName = "Syncthing" } @{ Type = "Winget"; Name = "Steam"; Id = "Valve.Steam" } + @{ Type = "Winget"; Name = "v2rayN"; Id = "2dust.v2rayN" } ) "Command Line Tools" = @(