keilamym Posted March 31, 2015 Posted March 31, 2015 I've used RegRead in many of my scripts successfully but this time I need just a little help. This super simple: $reg_1 = RegRead ("HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWindows","AppInit_DLLs") MsgBox (4096, "RegScan",$reg_1) with Regedit, AppInit_DLLs = C:PROGRA~2SophosSOPHOS~1SOPHOS~2.DLL with msgbox, AppInit_DLLs = C:PROGRA~2SophosSOPHOS~1SOPHOS~1.DLL Does anyone happen to know why this would happen? Any assistance is appreciated. Lavelle
Developers Jos Posted March 31, 2015 Developers Posted March 31, 2015 x64 machine and using autoit3 x86? Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
keilamym Posted March 31, 2015 Author Posted March 31, 2015 Jos... thanks for sending me in the right direction... i tried compiling 64bit but same issue. I remember having to use the "HKLM64" a long time ago but not sure what script it was for... once i changed it to that, it worked... sorry for my rookie mistake.. lol... thanks again.
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