Winget Chris Titus [best] -

There you can see the raw PowerShell script in full.

irm "https://christitus.com/win" | iex or winget chris titus

I think you're referring to and his work with Winget (Windows Package Manager). Chris Titus is a well-known YouTuber and tech content creator who has created scripts, tools, and guides for automating Windows setups, debloating, and installing software via Winget. There you can see the raw PowerShell script in full

If you want the of his Winget-related scripts or guides, here's a summary of the most common one: Chris Titus's Winget Import/Export Script (PowerShell) This script is often shared in his videos and GitHub repository to backup installed apps (export) or restore them (import) using Winget. Export current installed apps to a JSON file: winget export -o "C:\path\to\apps.json" Import (install) apps from that JSON file: winget import -i "C:\path\to\apps.json" --accept-package-agreements --accept-source-agreements Chris Titus's Windows Utility Script (includes Winget GUI) He also maintains a larger script called "Chris Titus Tech Windows Utility" which includes a GUI for selecting and installing common apps via Winget. If you want the of his Winget-related scripts

👉