Git Product home page Git Product logo

00my00 / get-drivers Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 9.69 MB

This project allows access to a large database of drivers that can be downloaded with PowerShell.

License: GNU Lesser General Public License v2.1

Python 2.79% PowerShell 97.21%
database drivers multilanguage powershell-script python tools 00my00 download-drivers-with-powershell drivers-database get-drivers english espagnol francais scraping-websites windows-10 scraping-websites-for-drivers

get-drivers's Introduction

Francais English Español

  • Compatible avec : Windows 10 Powershell 5 Python 3.11.4


  • Langues : Francais

Premier démarrage manuel

  • 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.

Premier démarrage Powershell

  • $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

Auteur : Kuroakashiro 00MY00

Déscription du projet

  • 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.

Commande à copier coler dans un terminal Administrateur Powershell

 $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


  • Compatible with : Windows 10 Powershell 5 Python 3.11.4


  • Languages : English

Initial Manual Startup

Initial Powershell Startup

  • $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

Author : Kuroakashiro 00MY00

Project Description

  • 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.

Command to copy and paste into a Administrator Powershell terminal

 $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


  • Compatible con: Windows 10 Powershell 5 Python 3.11.4


  • Idiomas: Español

Primer inicio manual

Primer inicio en Powershell

  • $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

Autor: Kuroakashiro 00MY00

Descripción del proyecto

  • 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.

Commande à copier coler dans un terminal Administrateur Powershell

 $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
<style> /*-----------------------------------------------------------------------*/ /* Style de base pour le bouton Windows*/ .bouton-w { background-color: #0169C5; /* Vert */ border: none; color: #ffffff; /* Blanc */ padding: 8px 30px; text-align: center; text-decoration: none; display: inline-block; font-size: 10px; border-radius: 20px; /* Bordures arrondies pour l'effet 3D */ cursor: pointer; position: relative; overflow: hidden; } /* Ombre pour l'effet 3D */ .bouton-w::before { content: ''; position: absolute; top: 100%; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.15); opacity: 0; transition: opacity 0.3s; } /* Révéler l'ombre lors du survol */ .bouton-w:hover::before { top: 0; opacity: 1; } /* Style de base pour le bouton Powershell */ .bouton-p { background-color: #06A1CE; /* Vert */ border: none; color: #ffffff; /* Blanc */ padding: 8px 30px; text-align: center; text-decoration: none; display: inline-block; font-size: 10px; border-radius: 20px; /* Bordures arrondies pour l'effet 3D */ cursor: pointer; position: relative; overflow: hidden; } /* Ombre pour l'effet 3D */ .bouton-p::before { content: ''; position: absolute; top: 100%; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.15); opacity: 0; transition: opacity 0.3s; } /* Révéler l'ombre lors du survol */ .bouton-p:hover::before { top: 0; opacity: 1; } /* Style de base pour le bouton Python */ .bouton-py { background-color: #4CAF50; /* Vert */ border: none; color: #ffffff; /* Blanc */ padding: 8px 30px; text-align: center; text-decoration: none; display: inline-block; font-size: 10px; border-radius: 20px; /* Bordures arrondies pour l'effet 3D */ cursor: pointer; position: relative; overflow: hidden; } /* Ombre pour l'effet 3D */ .bouton-py::before { content: ''; position: absolute; top: 100%; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.15); opacity: 0; transition: opacity 0.3s; } /* Révéler l'ombre lors du survol */ .bouton-py:hover::before { top: 0; opacity: 1; } /* Style de base pour le bouton Users */ .bouton-u { background-color: #A40A5E; /* Vert */ border: none; color: #ffffff; /* Blanc */ padding: 8px 30px; text-align: center; text-decoration: none; display: inline-block; font-size: 10px; border-radius: 20px; /* Bordures arrondies pour l'effet 3D */ cursor: pointer; position: relative; overflow: hidden; } /* Ombre pour l'effet 3D */ .bouton-u::before { content: ''; position: absolute; top: 100%; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.15); opacity: 0; transition: opacity 0.3s; } /* Révéler l'ombre lors du survol */ .bouton-u:hover::before { top: 0; opacity: 1; } /* Style de base pour le bouton Langues */ .bouton-lang { background-color: #D8E400; /* Vert */ border: none; color: #020202; /* Blanc */ padding: 8px 30px; text-align: center; text-decoration: none; display: inline-block; font-size: 10px; font-weight: bold; /* Ajout du gras */ border-radius: 20px; /* Bordures arrondies pour l'effet 3D */ cursor: pointer; position: relative; overflow: hidden; } /* Ombre pour l'effet 3D */ .bouton-lang::before { content: ''; position: absolute; top: 100%; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.15); opacity: 0; transition: opacity 0.3s; } /* Révéler l'ombre lors du survol */ .bouton-lang:hover::before { top: 0; opacity: 1; } </style>

get-drivers's People

Contributors

00my00 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.