jguinch Posted January 16, 2017 Share Posted January 16, 2017 (edited) After reading this post, I wanted to try to create the functions "Offline Registry Library" by myself. Fortunately, the functions look very similar to the "_WinAPI_RegXXX" functions.I will try to post some examples later. See Offline Registry Library Functions fro MSDN Here is this small UDF : WinAPIOfflineReg.au3 Edited January 16, 2017 by jguinch meoit 1 Spoiler Network configuration UDF, _DirGetSizeByExtension, _UninstallList Firefox ConfigurationArray multi-dimensions, Printer Management UDF Link to comment Share on other sites More sharing options...
meoit Posted January 16, 2017 Share Posted January 16, 2017 Nice share. Where i can find the file "Offreg.dll" ?. Link to comment Share on other sites More sharing options...
jguinch Posted January 16, 2017 Author Share Posted January 16, 2017 (edited) It's native to Windows, from Windows XP. Edited January 16, 2017 by jguinch Spoiler Network configuration UDF, _DirGetSizeByExtension, _UninstallList Firefox ConfigurationArray multi-dimensions, Printer Management UDF Link to comment Share on other sites More sharing options...
Mugen Posted January 16, 2017 Share Posted January 16, 2017 3 hours ago, jguinch said: It's native to Windows, from Windows XP. Actually, it's native to Windows starting version 10. For older Windows it comes with the Windows Driver Kit (WDK). However, it's redistributable so you can add it to your script. jguinch 1 Link to comment Share on other sites More sharing options...
jguinch Posted January 16, 2017 Author Share Posted January 16, 2017 Thanks @Mugen I will add it Spoiler Network configuration UDF, _DirGetSizeByExtension, _UninstallList Firefox ConfigurationArray multi-dimensions, Printer Management UDF Link to comment Share on other sites More sharing options...
patrickb Posted August 2, 2017 Share Posted August 2, 2017 Hi jguinch, is it possible to add some examples ? It would be greatly appreciated. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now