Skip to content

Instantly share code, notes, and snippets.

@r0oland
Last active February 3, 2026 06:16
Show Gist options
  • Select an option

  • Save r0oland/b2fe8df0d32f54a4ebd53b40f4973e30 to your computer and use it in GitHub Desktop.

Select an option

Save r0oland/b2fe8df0d32f54a4ebd53b40f4973e30 to your computer and use it in GitHub Desktop.
winget

winget upgrade --all --silent --accept-package-agreements --accept-source-agreements

(Get-NetNeighbor -IPAddress 192.168.201.3).LinkLayerAddress -replace '-'

winget install -e --id Git.Git;
winget install -e --id Microsoft.PowerShell.Preview;
winget install -e --id Atlassian.Sourcetree;
winget install -e --id LLVM.LLVM;
winget install -e --id Microsoft.VisualStudioCode.Insiders;
winget install -e --id RARLab.WinRAR; 
winget install -e --id Microsoft.WindowsTerminal
winget install -e --id Microsoft.PowerToys
{
"$schema" : "https://aka.ms/winget-packages.schema.2.0.json",
"CreationDate" : "2025-10-06T10:27:44.879-00:00",
"Sources" :
[
{
"Packages" :
[
{
"PackageIdentifier" : "Git.Git"
},
{
"PackageIdentifier" : "RARLab.WinRAR"
},
{
"PackageIdentifier" : "7zip.7zip"
},
{
"PackageIdentifier" : "Adobe.Acrobat.Reader.64-bit"
},
{
"PackageIdentifier" : "Microsoft.PowerShell.Preview"
},
{
"PackageIdentifier" : "Google.Chrome.EXE"
},
{
"PackageIdentifier" : "DominikReichl.KeePass"
},
{
"PackageIdentifier" : "LLVM.LLVM"
},
{
"PackageIdentifier" : "Atlassian.Sourcetree"
},
{
"PackageIdentifier" : "Microsoft.VisualStudioCode.Insiders"
},
{
"PackageIdentifier" : "Microsoft.PowerToys"
},
{
"PackageIdentifier" : "Microsoft.WindowsTerminal"
}
],
"SourceDetails" :
{
"Argument" : "https://cdn.winget.microsoft.com/cache",
"Identifier" : "Microsoft.Winget.Source_8wekyb3d8bbwe",
"Name" : "winget",
"Type" : "Microsoft.PreIndexed.Package"
}
}
],
"WinGetVersion" : "1.11.430"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment