AutoHotkey Community

It is currently May 23rd, 2012, 4:14 am

All times are UTC [ DST ]


Search found 111 matches
Search these results:

Author Message

 Forum: Scripts   Topic: [Func] HTTPRequest: for Web APIs [AHK-B + AHK-L+Unicode+x64]

Posted: November 8th, 2011, 10:25 am 

Replies: 227
Views: 19485


[VxE] wrote:
oauth has been on the back burner as I take on other endeavors. Was there a particular API you have in mind?

Would you please be so kind as to publish the code for popular services like flickr and photobucket?

 Forum: Support   Topic: Delete registry key on x64?

Posted: August 19th, 2011, 10:44 am 

Replies: 25
Views: 673


Couldn't find any problems... 8) Recurse deletes the key's values too, but I guess that’s not abnormal. It seems the function can’t be used in a RegEnumKey64 ( http://www.autohotkey.com/forum/viewtopic.php?p=356841#356841 ) loop? Instead of retrieving each key, RegEnumKey64 lists the first, third, f...

 Forum: Support   Topic: Delete registry key on x64?

Posted: August 15th, 2011, 12:58 pm 

Replies: 25
Views: 673


...but it doesn't work if the key has a value. ...hehe, sorry, I was kinda testing...or testing thru you, I knew I had to alter the permissions to make it work, but I just wanted to know it wouldn't work if I didn't. Updated again...& since we're on page 2, I'll link again... RegDelete64() Not ...

 Forum: Support   Topic: Delete registry key on x64?

Posted: August 14th, 2011, 9:16 pm 

Replies: 25
Views: 673


I've noticed you've updated the function, but it doesn't work if the key has a value.

Error: RegDeleteTree failed.
ret(5) el(0) le(0)
retm(Access is denied.)

 Forum: Support   Topic: Delete registry key on x64?

Posted: August 13th, 2011, 3:21 pm 

Replies: 25
Views: 673


Update: Yup, recurse now deletes the parent key too, but I think you should take into consideration my suggestion, if it's doable, of course ;) the recurse option should delete all the subkeys (but not their parent key), while deleting a key (without mentioning the value and recurse parameters when ...

 Forum: Support   Topic: Delete registry key on x64?

Posted: August 13th, 2011, 11:13 am 

Replies: 25
Views: 673


OK, I had already uploaded a new version (a few hours ago), but didn't mention it. The new version will do the RegDeleteTree() & fall thru into the RegDeleteKeyEx(), so in theory, it should work (with the p_recurse option). I'm trying to decide, should I keep the p_recurse option/requirement?.....

 Forum: Support   Topic: Delete registry key on x64?

Posted: August 13th, 2011, 8:35 am 

Replies: 25
Views: 673


ret:=RegDelete64(RegDelete64_RootKey, RegDelete64_SubKey) ...& replace with... ret:=RegDelete64(RegDelete64_RootKey, RegDelete64_SubKey, "", 1) Of course, I can work around that by using Recurse... ..do you mean that using the function's p_recurse option doesn't delete...

 Forum: Support   Topic: Delete registry key on x64?

Posted: August 12th, 2011, 1:24 pm 

Replies: 25
Views: 673


I updated it again. Odd, I was on IRC for an hour or so... ...under what name? I kept waiting for a "Nozavi" to show up. I'm going to go out on a limb here... ...yes, that's why I'm scared to test my own function. I'm pretty sure I placed enough warnings about this tho. I must have left b...

 Forum: Support   Topic: Delete registry key on x64?

Posted: August 12th, 2011, 8:30 am 

Replies: 25
Views: 673


Odd, I was on IRC for an hour or so...

Anyway...

Image

 Forum: Support   Topic: Delete registry key on x64?

Posted: August 12th, 2011, 12:07 am 

Replies: 25
Views: 673


OK, here it is, in all it's untested, possibly fatal glory... RegDelete64() ...that's not likely to work the 1st time, but if you want faster testing/updating, I can try to catch you in AutoHotkey's IRC channel ... "Huston, we have a problem" http://i.imgur.com/KSsgw.png

 Forum: Support   Topic: Delete registry key on x64?

Posted: August 9th, 2011, 1:56 pm 

Replies: 25
Views: 673


Sure, post it here and I'll test it :wink:

 Forum: Support   Topic: Delete registry key on x64?

Posted: August 9th, 2011, 8:53 am 

Replies: 25
Views: 673


Anonymous wrote:
If RegDelete won't delete a non-Wow6432Node it should be dirt simple to convert either RegRead64() or RegWrite64() into a RegDelete64().

Well... be my guest :) I haven't managed to write a function that works... :cry:

 Forum: Support   Topic: Delete registry key on x64?

Posted: August 8th, 2011, 9:56 am 

Replies: 25
Views: 673


UP? :(

 Forum: Support   Topic: Delete registry key on x64?

 Post subject: Delete registry key on x64?
Posted: July 29th, 2011, 10:41 am 

Replies: 25
Views: 673


Hello,

Could anyone please tell me how a registry key can be deleted on a x64 PC?

I found the functions to read and write without redirecting to Wow6432Node, but there's no delete function and everything I've tried doesn't seem to work...

Thanks :)

 Forum: Scripts   Topic: RegRead64() and RegWrite64() - no redirect to Wow6432Node

Posted: June 20th, 2011, 10:08 am 

Replies: 28
Views: 12145


How about deleting a key? Shouldn't it look like this? DllCall("Advapi32.dll\RegOpenKeyExA", "uint", myhKey, "str", sKeyName, "uint", 0, "uint", RegAccessRight, "uint*", hKey) DllCall("Advapi32.dll\RegDeleteKeyExA", &...
Sort by:  
Page 1 of 8 [ Search found 111 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group