ZNote Posted February 20, 2009 Posted February 20, 2009 How To Write REG_NONE Registry Entry/ies? For Local User & Admin? Any help would be appreciated.
jvanegmond Posted February 20, 2009 Posted February 20, 2009 I'm sure you know by now that REG_NONE is not supported in AutoIt. For a workaround I propose: 1.) Write any other kind of REG_ type. The idea of REG_NONE is that the value is not important, so if the value is not important the program you're looking for may not even check it. 2.) Use a .reg file and the regedit executable to write the value. github.com/jvanegmond
ukmazy Posted February 20, 2009 Posted February 20, 2009 from what i know about REG_NONE that u can still create any other key type and still do the same job
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