Skip to content

This little Python Script will crawl the official Dell repository for the current Bios of youre system, download it and executes it

Notifications You must be signed in to change notification settings

WisdomCode/Dell-Bios-Installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Dell Bios Installer

This little script will download and install the most current BIOS version from the Dell download server

This is accomplished by scraping the site for the name of the computer system and following the link. There the script finds the table with the BIOS downloads and receives the top result.
The last step is executed in Powershell; via sendkeys the BIOS-Update is started and executed.

The Python 3.4 script uses robobrowser for the scraping, the exe was compiled by py2exe and is secure check here

About

This little Python Script will crawl the official Dell repository for the current Bios of youre system, download it and executes it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages