Page 1 of 1

Help to delete the registry key

Posted: Thu Sep 02, 2021 4:51 am
by -ElCoyot-
After building AirExplorer, two keys are entered into the real registry
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Tracing\AirExplorer_RASAPI32
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Tracing\AirExplorer_RASMANCS
What should I write in the ini file so that these keys are deleted?
Thanks.

Re: Help to delete the registry key

Posted: Fri Sep 03, 2021 4:33 pm
by __philippe
Welcome aboard, -ElCoyot-

Nirsoft's RegScanner will let you scan the registry for specific key(s) and includes a right-click option for deletion,
while sensibly providing a backup file to restore mistakenly deleted keys...mishap happens...:roll:

Yet, ...(Mandatory Warning Applies) : Fiddle with The Registry at your own risk !

Re: Help to delete the registry key

Posted: Sat Sep 04, 2021 1:06 am
by -ElCoyot-
The question is different. Why are these keys not entered in the virtual registry?

Re: Help to delete the registry key

Posted: Sat Sep 04, 2021 5:50 am
by __philippe
Well,
Since I haven't got a clue about what AirExplorer is, or does, (and couldn't care less really...:roll:)
I just provided a generic hint about an *actual* registry keys manipulation tool designed to operate on a presumed bog-standard *.exe file,
the like of which are TPFC's primary staple;

...though luck if this doesn't satisfy your first post preoccupation :wink:

Re: Help to delete the registry key

Posted: Mon Sep 06, 2021 7:17 am
by Midas
You could always try something of the sort:

Code: Select all

Windows Registry Editor Version 5.00

[-HKLM\SOFTWARE\Microsoft\Tracing\AirExplorer_RASAPI32]

[-HKLM\SOFTWARE\Microsoft\Tracing\AirExplorer_RASMANCS]