Skip to content

Instantly share code, notes, and snippets.

View dustin-io's full-sized avatar

Dustin dustin-io

View GitHub Profile
@dustin-io
dustin-io / install_core_apps_v4.ps1
Last active March 25, 2024 23:32
Example WinGet Bulk Install Script
#Requires -RunAsAdministrator
# List of apps to be installed from the WinGet repository
$wingetApps = 'Google.GoogleDrive', # Google Drive first
'Google.Chrome',
'DuckDuckGo.DesktopBrowser',
'appmakes.Typora',
'Git.Git',
'Notion.Notion',
'Microsoft.Teams',