Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Valor hidden  (Read 2120 times)

0 Members and 1 Guest are viewing this topic.

Esgrimidor

    Topic Starter


    Hopeful

    Thanked: 1
    Valor hidden
    « on: May 05, 2009, 03:42:34 PM »
    I would like to know the usual value in

    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

    key hidden

    At the present moment the value i have is 2

    Thanks
    Excuse my language. I'm from Canary Islands
    No dejes que tu felicidad dependa de lo que no depende de tí.

    BC_Programmer


      Mastermind
    • Typing is no substitute for thinking.
    • Thanked: 1140
      • Yes
      • Yes
      • BC-Programming.com
    • Certifications: List
    • Computer: Specs
    • Experience: Beginner
    • OS: Windows 11
    Re: Valor hidden
    « Reply #1 on: May 05, 2009, 03:59:19 PM »
    mine is set to "1", which shows everything, I believe. I also have "ShowSuperHidden" set to 1.
    I was trying to dereference Null Pointers before it was cool.

    Esgrimidor

      Topic Starter


      Hopeful

      Thanked: 1
      Re: Valor hidden
      « Reply #2 on: May 05, 2009, 04:58:59 PM »
      Okis.

      Resolved.

      Where is the key por super hidden ?

      No dejes que tu felicidad dependa de lo que no depende de tí.

      Mulreay

      • Guest
      Re: Valor hidden
      « Reply #3 on: May 05, 2009, 05:10:41 PM »
      BC I assume this a hotkey?? or not?   Can you explain this to me you know I'm trying to learn.. thanks mate

      BC_Programmer


        Mastermind
      • Typing is no substitute for thinking.
      • Thanked: 1140
        • Yes
        • Yes
        • BC-Programming.com
      • Certifications: List
      • Computer: Specs
      • Experience: Beginner
      • OS: Windows 11
      Re: Valor hidden
      « Reply #4 on: May 05, 2009, 05:30:27 PM »
      hotkey?


      registry key :)


      showsuperhidden is simply another value in the "advanced" registry key. If it isn't present, create it.

      personally I just change these options with windows explorer...
      I was trying to dereference Null Pointers before it was cool.

      Mulreay

      • Guest
      Re: Valor hidden
      « Reply #5 on: May 05, 2009, 05:44:42 PM »
      Sorry BC I thought HKEY_  would mean a hotkey...

      BC_Programmer


        Mastermind
      • Typing is no substitute for thinking.
      • Thanked: 1140
        • Yes
        • Yes
        • BC-Programming.com
      • Certifications: List
      • Computer: Specs
      • Experience: Beginner
      • OS: Windows 11
      Re: Valor hidden
      « Reply #6 on: May 05, 2009, 05:47:00 PM »
      ahh,

      well it stands for Handle to the Key, I believe.

      there are a few "set" keys in the registry, that act as the root of all other keys. the Constants when programming are for some reason used by regedit as well, and I guess the names stuck.
      I was trying to dereference Null Pointers before it was cool.

      Mulreay

      • Guest
      Re: Valor hidden
      « Reply #7 on: May 05, 2009, 05:58:08 PM »
      Sorry about this but can you explain 'Handle to the key'

      Esgrimidor

        Topic Starter


        Hopeful

        Thanked: 1
        Re: Valor hidden
        « Reply #8 on: May 05, 2009, 06:34:20 PM »
        Okis

        For me is just all seen for the moment.

        No dejes que tu felicidad dependa de lo que no depende de tí.

        Mulreay

        • Guest
        Re: Valor hidden
        « Reply #9 on: May 05, 2009, 06:56:11 PM »
        Sorry about this but can you explain 'Handle to the key'

        Sorry you already explained when I read back..