LINEZERO Posted May 29, 2008 Posted May 29, 2008 Hi every 1 Sorry 4 my bad english can any 1 tell me how to do this .. I want to add this to registry using autoit [HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\InProcServer32] @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ 00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,\ 64,00,6f,00,63,00,76,00,77,00,2e,00,64,00,6c,00,6c,00,00,00 "ThreadingModel"="Apartment" thanx
Malkey Posted May 29, 2008 Posted May 29, 2008 Hi every 1 Sorry 4 my bad english can any 1 tell me how to do this .. I want to add this to registry using autoit [HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\InProcServer32] @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ 00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,\ 64,00,6f,00,63,00,76,00,77,00,2e,00,64,00,6c,00,6c,00,00,00 "ThreadingModel"="Apartment" thanxThe script by Siao at http://www.autoitscript.com/forum/index.ph...st&p=415160 This is my reference examples of RegWrite( ), RegRead( ), and RegDelete( ). They are in the functions:- Func _SaveOptions(), Func _LoadOptions(), and Func _ClearOptions() in Siao's script. Hope this helps.
LINEZERO Posted May 29, 2008 Author Posted May 29, 2008 The script by Siao at http://www.autoitscript.com/forum/index.ph...st&p=415160 This is my reference examples of RegWrite( ), RegRead( ), and RegDelete( ). They are in the functions:- Func _SaveOptions(), Func _LoadOptions(), and Func _ClearOptions() in Siao's script. Hope this helps. thanx but can you help me i want to add this RegWrite("HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\InProcServer32", "ThreadingModel", "REG_EXPAND_SZ", "Apartment") and modify the REG_BINARY value with autoit to [HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\InProcServer32] @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ 00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,\ 64,00,6f,00,63,00,76,00,77,00,2e,00,64,00,6c,00,6c,00,00,00 "ThreadingModel"="Apartment" i am not expert with this but try to learn , write for me the code if you can
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