maurice-daly / DriverAutomationTool

Home of the Driver Automation Tool
https://www.msendpointmgr.com
BSD 2-Clause "Simplified" License
382 stars 114 forks source link

Surface Laptop 4 download not working #425

Open cartler2 opened 1 year ago

cartler2 commented 1 year ago

When I download Microsoft Surface Laptop 4 drivers I receive the error "The given path's format is not supported".

I've looked into this issue and I think it is caused by the ":" in the name in the file https://raw.githubusercontent.com/maurice-daly/DriverAutomationTool/master/Data/OSDCatalogMicrosoftDriverPack.json.

Since the name of the decvice is used to create a directory to store the driver packs in this will cause een error because a ":" can not be used in a path-name.

Is this by any change the same issue for which the 7.1.8 hotfix was created?