Skip to content

Commit

Permalink
added new driver path
Browse files Browse the repository at this point in the history
  • Loading branch information
rtfmkiesel committed Jun 15, 2023
1 parent 39f9e41 commit a456bd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/loldrivers-client/loldrivers-client.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ Options:
// User did not specify a path with '-d', use the default Windows paths
paths = append(paths, "C:\\Windows\\System32\\drivers")
paths = append(paths, "C:\\Windows\\System32\\DriverStore\\FileRepository")
paths = append(paths, "C:\\WINDOWS\\inf")
} else {
// User specified a custom folder to scan
paths = append(paths, flagDir)
Expand Down

0 comments on commit a456bd7

Please sign in to comment.