Skip to content

Instantly share code, notes, and snippets.

@jwmoss
Created June 23, 2023 16:30
Show Gist options
  • Save jwmoss/d1076cc1fa271fbbf852404ce7d2e6f4 to your computer and use it in GitHub Desktop.
Save jwmoss/d1076cc1fa271fbbf852404ce7d2e6f4 to your computer and use it in GitHub Desktop.
iwr "https://downloadmirror.intel.com/739771/LAN-Win11-1.1.3.34.zip" -OutFile "C:\LAN-Win11-1.1.3.34.zip"
New-item -Path "C:\" -Name "NUCDrivers" -ItemType Directory -Force
Expand-Archive -Path "C:\LAN-Win11-1.1.3.34.zip" -DestinationPath "C:\NUCDrivers"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment