I can't set any inspection on HKEY_CLASSES_ROOT

  • Thread starter Thread starter Guest
  • Start date Start date
MJ said:
I need to set them, but how?
Hi

I'm not sure what you mean by "inspection", but try
HKEY_LOCAL_MACHINE\SOFTWARE\Classes instead, HKEY_CLASSES_ROOT
is a virtual registry hive, it's an alias for merge of that HKLM
key as well as HKEY_CURRENT_USER\Software\Classes (that usually
is pretty empty).
 
Torgeir Bakken (MVP) said:
I'm not sure what you mean by "inspection", but try
HKEY_LOCAL_MACHINE\SOFTWARE\Classes instead, HKEY_CLASSES_ROOT

Bingo!
Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top