915 B
915 B
Dell Drivers GUI Downloader
This PowerShell script provides a graphical interface (WPF/XAML) to download Dell driver packs.
It parses the official Dell DriverPackCatalog and allows selection by model and OS.
✨ Features
- GUI with two lists: Dell models for Windows 10 and Windows 11
- Select one or multiple models and download drivers
- Uses
7-Zipfor extraction - Logs actions into a
.logfile for troubleshooting
📌 Requirements
- Windows with PowerShell (STA mode)
- .NET Framework (for WPF/XAML support)
- 7-Zip installed at
C:\Program Files\7-Zip\7z.exe
🚀 Usage
-
Run the script in PowerShell STA mode:
powershell -sta -File .\DownloadDriversGUI.ps1 -
Choose the target models and OS (Win10/Win11).
-
Specify the download folder.
-
Click Download to fetch and extract driver packs.
