Help to delete the registry key

Share, discuss and debug ready-made JauntePE launchers for non-portable applications.
Post Reply
Message
Author
-ElCoyot-
Posts: 73
Joined: Thu Sep 02, 2021 4:42 am

Help to delete the registry key

#1 Post 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.

User avatar
__philippe
Posts: 687
Joined: Wed Jun 26, 2013 2:09 am

Re: Help to delete the registry key

#2 Post 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 !

-ElCoyot-
Posts: 73
Joined: Thu Sep 02, 2021 4:42 am

Re: Help to delete the registry key

#3 Post by -ElCoyot- »

The question is different. Why are these keys not entered in the virtual registry?

User avatar
__philippe
Posts: 687
Joined: Wed Jun 26, 2013 2:09 am

Re: Help to delete the registry key

#4 Post 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:

User avatar
Midas
Posts: 6705
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: Help to delete the registry key

#5 Post 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]

Post Reply