There is nothing in Qt to do something this specific. However, Microsoft provides some APIs to access the registry. I mentioned the Win32 API in a previous thread you created on this forum, and I suppose you checked out the registry section of this API back then. I have, and it appears that it can only be used to access the registry of the current system. I googled "win32 offline registry api" and found out that Microsoft provides another API that lets you load and inspect any registry file (for instance, one on a disk that you mount on a rescue system for offline maintenance).




Reply With Quote
Bookmarks