This commit is contained in:
gt
2026-07-04 13:46:21 +08:00
parent 0a2b4c64da
commit acb1fe9b29
2 changed files with 6 additions and 1 deletions
+5 -1
View File
@@ -1,3 +1,7 @@
# win-setup-menu # win-setup-menu
A PowerShell menu for Windows setup and software installation. A PowerShell menu for Windows setup and software installation.
```pwsh
powershell -ExecutionPolicy Bypass -File .\setup-menu.ps1
```
+1
View File
@@ -27,6 +27,7 @@ $SoftwareGroups = [ordered]@{
@{ Type = "Winget"; Name = "Neovide"; Id = "Neovide.Neovide" } @{ Type = "Winget"; Name = "Neovide"; Id = "Neovide.Neovide" }
@{ Type = "Winget"; Name = "Syncthing"; Id = "Syncthing.Syncthing"; ProcessName = "syncthing"; AutostartName = "Syncthing" } @{ Type = "Winget"; Name = "Syncthing"; Id = "Syncthing.Syncthing"; ProcessName = "syncthing"; AutostartName = "Syncthing" }
@{ Type = "Winget"; Name = "Steam"; Id = "Valve.Steam" } @{ Type = "Winget"; Name = "Steam"; Id = "Valve.Steam" }
@{ Type = "Winget"; Name = "v2rayN"; Id = "2dust.v2rayN" }
) )
"Command Line Tools" = @( "Command Line Tools" = @(