lostindark / DriverStoreExplorer

Driver Store Explorer [RAPR]
GNU General Public License v2.0
6.63k stars 389 forks source link

Remove mandatory successful UAC elevation request on startup #176

Closed avtneyney closed 2 years ago

avtneyney commented 2 years ago

Right now Rapr requires a UAC elevation just to launch even if I don't want to inspect active system's driver store which is kind of pointless and not that safe too. At least the application should be able to start with failed elevation and maybe even list something on the local system's driver store it can list without elevated access. Or just let the user to pick an location for an offline driver store right away.

lostindark commented 2 years ago

Currently this tool is using DISM API which requires admin permissions even for offline driver store.