- Langues : Francais
- téléchargér l'archive. https://github.com/00MY00/Get-Drivers.git
- Décompressez-l'archive dans votre dossier utilisateur. '%USERPROFILE'
- executer le script 'Install.ps1' en administrateur la première fois.
- $archiveUrl = "https://github.com/00MY00/Get-Drivers/archive/main.zip"
- $destinationFolder = "$env:USERPROFILE"
- cd "$destinationFolder"
- Invoke-WebRequest -Uri $archiveUrl -OutFile "$destinationFolder\Get-Drivers.zip"
- Expand-Archive -Path "$destinationFolder\Get-Drivers.zip" -DestinationPath $destinationFolder
- Rename-Item -Path ".\Get-Drivers-main" -NewName ".\Get-Drivers"
- Remove-Item "Get-Drivers.zip"
- Start-Process -FilePath "powershell.exe" -ArgumentList "-File ""Set-ExecutionPolicy UnRestricted -Force # Nécécite drois Administrateur""" -Verb RunAs;
- Start-Process -FilePath "powershell.exe" -ArgumentList "-File ""$destinationFolder\Get-Drivers\Install.ps1""" -Verb RunAs
- Get-Drivers est un outil en PowerShell qui permet d'avoir accès à une grande liste de drivers. Les drivers peuvent être téléchargés depuis l'outil, et celui-ci propose un script Python permettant de rechercher d'autres drivers. Get-Drivers ne contient pas beaucoup de drivers en local, mais des liens qui permettent une meilleure portabilité. Il est aussi possible d'ajouter ses propres drivers manuellement dans '.\Drivers\Nom_Du_Fabricant_de_drivers\Mon_Driver_local_exe'. Les formats de drivers supportés sont actuellement EXE, ZIP, MSI.
$archiveUrl = "https://github.com/00MY00/Get-Drivers/archive/main.zip";
$destinationFolder = "$env:USERPROFILE";
cd "$destinationFolder";
Invoke-WebRequest -Uri $archiveUrl -OutFile "$destinationFolder\Get-Drivers.zip";
Expand-Archive -Path "$destinationFolder\Get-Drivers.zip" -DestinationPath $destinationFolder;
Rename-Item -Path ".\Get-Drivers-main" -NewName ".\Get-Drivers";
Remove-Item "Get-Drivers.zip";
Start-Process -FilePath "powershell.exe" -ArgumentList "-File ""Set-ExecutionPolicy UnRestricted -Force # Nécécite drois Administrateur""" -Verb RunAs;
Start-Process -FilePath "powershell.exe" -ArgumentList "-File ""$destinationFolder\Get-Drivers\Install.ps1""" -Verb RunAs
- Languages : English
- Download the archive. https://github.com/00MY00/Get-Drivers.git
- Decompress the archive in your user folder. '%USERPROFILE'
- Run the script 'Install.ps1' as administrator for the first time.
- $archiveUrl = "https://github.com/00MY00/Get-Drivers/archive/main.zip"
- $destinationFolder = "$env:USERPROFILE"
- cd "$destinationFolder"
- Invoke-WebRequest -Uri $archiveUrl -OutFile "$destinationFolder\Get-Drivers.zip"
- Expand-Archive -Path "$destinationFolder\Get-Drivers.zip" -DestinationPath $destinationFolder
- Rename-Item -Path ".\Get-Drivers-main" -NewName ".\Get-Drivers"
- Remove-Item "Get-Drivers.zip"
- Start-Process -FilePath "powershell.exe" -ArgumentList "-File ""Set-ExecutionPolicy UnRestricted -Force # Nécécite drois Administrateur""" -Verb RunAs;
- Start-Process -FilePath "powershell.exe" -ArgumentList "-File ""$destinationFolder\Get-Drivers\Install.ps1""" -Verb RunAs
- Get-Drivers is a PowerShell tool that provides access to a large list of drivers. The drivers can be downloaded from the tool, and it offers a Python script to search for more drivers. Get-Drivers does not contain many drivers locally, but links that allow better portability. It is also possible to add your own drivers manually in '.\Drivers\Name_Of_Driver_Manufacturer\My_Local_Driver_exe'. The currently supported driver formats are EXE, ZIP, MSI.
$archiveUrl = "https://github.com/00MY00/Get-Drivers/archive/main.zip";
$destinationFolder = "$env:USERPROFILE";
cd "$destinationFolder";
Invoke-WebRequest -Uri $archiveUrl -OutFile "$destinationFolder\Get-Drivers.zip";
Expand-Archive -Path "$destinationFolder\Get-Drivers.zip" -DestinationPath $destinationFolder;
Rename-Item -Path ".\Get-Drivers-main" -NewName ".\Get-Drivers";
Remove-Item "Get-Drivers.zip";
Start-Process -FilePath "powershell.exe" -ArgumentList "-File ""Set-ExecutionPolicy UnRestricted -Force # Nécécite drois Administrateur""" -Verb RunAs;
Start-Process -FilePath "powershell.exe" -ArgumentList "-File ""$destinationFolder\Get-Drivers\Install.ps1""" -Verb RunAs
- Idiomas: Español
- Descargar el archivo. https://github.com/00MY00/Get-Drivers.git
- Descomprime el archivo en tu carpeta de usuario. '%USERPROFILE'
- Ejecute el script 'Install.ps1' como administrador la primera vez.
- $archiveUrl = "https://github.com/00MY00/Get-Drivers/archive/main.zip"
- $destinationFolder = "$env:USERPROFILE"
- cd "$destinationFolder"
- Invoke-WebRequest -Uri $archiveUrl -OutFile "$destinationFolder\Get-Drivers.zip"
- Expand-Archive -Path "$destinationFolder\Get-Drivers.zip" -DestinationPath $destinationFolder
- Rename-Item -Path ".\Get-Drivers-main" -NewName ".\Get-Drivers"
- Remove-Item "Get-Drivers.zip"
- Start-Process -FilePath "powershell.exe" -ArgumentList "-File ""Set-ExecutionPolicy UnRestricted -Force # Nécécite drois Administrateur""" -Verb RunAs;
- Start-Process -FilePath "powershell.exe" -ArgumentList "-File ""$destinationFolder\Get-Drivers\Install.ps1""" -Verb RunAs
- Get-Drivers es una herramienta en PowerShell que permite acceder a una gran lista de controladores. Los controladores se pueden descargar desde la herramienta, y esta ofrece un script en Python para buscar más controladores. Get-Drivers no contiene muchos controladores localmente, pero enlaces que permiten una mejor portabilidad. También es posible agregar sus propios controladores manualmente en '.\Drivers\Nombre_Del_Fabricante_del_Controlador\Mi_Controlador_Local_exe'. Los formatos de controladores actualmente admitidos son EXE, ZIP, MSI.
$archiveUrl = "https://github.com/00MY00/Get-Drivers/archive/main.zip";
$destinationFolder = "$env:USERPROFILE";
cd "$destinationFolder";
Invoke-WebRequest -Uri $archiveUrl -OutFile "$destinationFolder\Get-Drivers.zip";
Expand-Archive -Path "$destinationFolder\Get-Drivers.zip" -DestinationPath $destinationFolder;
Rename-Item -Path ".\Get-Drivers-main" -NewName ".\Get-Drivers";
Remove-Item "Get-Drivers.zip";
Start-Process -FilePath "powershell.exe" -ArgumentList "-File ""Set-ExecutionPolicy UnRestricted -Force # Nécécite drois Administrateur""" -Verb RunAs;
Start-Process -FilePath "powershell.exe" -ArgumentList "-File ""$destinationFolder\Get-Drivers\Install.ps1""" -Verb RunAs