redirecting HKEY_CLASSES_ROOT\Interface

Discuss anything related to JauntePE, the utlimate utility to help you tame non-portable applications. Share your experience about the apps that work with JauntePE, and the apps that don't.
Post Reply
Message
Author
sgp
Posts: 67
Joined: Sat May 12, 2007 1:05 am

redirecting HKEY_CLASSES_ROOT\Interface

#1 Post by sgp »

On WinXP Pro SP2, jauntepe.dll 0.1.6.4
I'm trying to redirect keys under HKEY_CLASSES_ROOT\Interface.
My understanding is that HKEY_CLASSES_ROOT\Interface is a shortcut for
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface.

Jauntepe.dll log version shows calls to RegCreateKeyExW HKEY_CLASSES_ROOT\Interface\{hhhh...}
which create HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{hhhh...} in the system registry.

So in jauntepe.ini one time I tried redirecting HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{hhhh...}
and another time HKEY_CLASSES_ROOT\Interface\{hhhh...}

but the keys in the system registry still got created.
Is JauntePE capable of redirecting this type of keys? They're used to register OLE objects.

Post Reply