mirror of
https://github.com/GavinBS/win-setup-menu.git
synced 2026-08-17 16:56:17 +05:30
commit
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
# win-setup-menu
|
||||
|
||||
A PowerShell menu for Windows setup and software installation.
|
||||
|
||||
```pwsh
|
||||
powershell -ExecutionPolicy Bypass -File .\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" = @(
|
||||
|
||||
Reference in New Issue
Block a user