Search found 7 matches

by user549
31 Aug 2019, 08:52
Forum: Ask for Help (v1)
Topic: Can't delete registry key Topic is solved
Replies: 6
Views: 1009

Re: Can't delete registry key Topic is solved

Thanks for your help.

I reinstall Autohotkey. Certainly, must run the script as Admin for it to work, there is no need to use SetRegView.

Thanks, again, gregster and the others for your help.
by user549
31 Aug 2019, 06:43
Forum: Ask for Help (v1)
Topic: Can't delete registry key Topic is solved
Replies: 6
Views: 1009

Re: Can't delete registry key Topic is solved

I tried this: SetRegView 32 ;SetRegView 64 RegDelete, HKEY_CLASSES_ROOT\MbHwgGGS1 msgbox % ErrorLevel msgbox % A_LastError I still see the ErrorLevel is 1, A_LastError is 5 (ERROR_ACCESS_DENIED, according to this https://docs.microsoft.com/en-us/windows/win32/debug/system-error-codes--0-499- ) What ...
by user549
31 Aug 2019, 04:08
Forum: Ask for Help (v1)
Topic: Can't delete registry key Topic is solved
Replies: 6
Views: 1009

Re: Can't delete registry key Topic is solved

Yes, I did. But it did not work.

It seems the script can delete the keys under HKEY_CURRENT_USER branch only.

Any ideas? Thanks.
by user549
29 Aug 2019, 03:18
Forum: Ask for Help (v1)
Topic: Can't delete registry key Topic is solved
Replies: 6
Views: 1009

Can't delete registry key Topic is solved

I am on Windows 10 64 bit. I can't delete this registry key though i can manually delete it using Regedit.exe. This is the code:

Code: Select all

RegDelete, HKEY_CLASSES_ROOT\MbHwgGGS1
Please help. Thanks.
by user549
28 Aug 2019, 06:16
Forum: Ask for Help (v1)
Topic: RegDelete Partial KeyName
Replies: 2
Views: 735

Re: RegDelete Partial KeyName

I am on Windows 10 64 bit. I can't delete this registry key though i can manually delete it using Regedit.exe

Code: Select all

RegDelete, HKEY_CLASSES_ROOT\GQSXf, f1gr
Please help. Thanks.
by user549
25 Jan 2019, 04:51
Forum: Ask for Help (v1)
Topic: Get indirect links Topic is solved
Replies: 2
Views: 694

Re: Get indirect links Topic is solved

It works.
Thanks for your help.
by user549
23 Jan 2019, 04:41
Forum: Ask for Help (v1)
Topic: Get indirect links Topic is solved
Replies: 2
Views: 694

Get indirect links Topic is solved

I use WinHttpRequest to download a page to get video source but the downloaded page with empty src tag. How could I get the video source in this case, please help. Thanks.

Go to advanced search