Results 1 to 5 of 5

Thread: Hide Control Panel Applets without gpedit.msc

Registry Booster

  1. #1
    Elmer B.'s Avatar
    Elmer B. is offline Windows Enthusiast
    Join Date
    Mar 2010
    Posts
    146

    Default Hide Control Panel Applets without gpedit.msc

    This is a relatively easy way to hide the Control Panel Applets (Icons) you never use, making it quicker to locate the ones that you do use.
    Using Regedit.exe navigate to:-
    HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
    and create a new D_Word value called DisallowCpl and give it a value of 1 (1 is "On", 0 is "Off")



    Next make a sub-key to Explorer called DisallowCpl.
    In the right hand window, for every Control Panel Applet you wish to disable you make a new Reg_SZ value with a number as its name. The data to disable the applet has to be its canonical name, a typical example being Microsoft.EaseOfAccessCenter.



    And that's all there is to it!



    To "see" the hidden applets again just change the value of the registry D_Word entry of HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer\DisallowCpl to "0".

    A simple .reg file to turn off Disallowcpl would be:
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "DisallowCpl"=dword:00000000
    And to turn it back on:
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "DisallowCpl"=dword:00000001
    A full list of the canonical names which also usefully includes the CLSID numbers of the Control Panel Applets can be found here.
    Last edited by Elmer B.; 10-03-2010 at 04:45 AM. Reason: Small typo bugging me!!

  2. #2
    HappyAndyK's Avatar
    HappyAndyK is offline Site Administrator
    Join Date
    Jun 2008
    Posts
    5,391

    Default

    Thanks for the tutorial Elmer B. The Technet link is good!

    Add Or Remove Control Panel Applets in Windows 7 & Vista and Quickly Launch Windows Control Panel Applets amy also interest some!

  3. #3
    Elmer B.'s Avatar
    Elmer B. is offline Windows Enthusiast
    Join Date
    Mar 2010
    Posts
    146

    Default

    Quote Originally Posted by HappyAndyK View Post
    Hope this isn't a "duplicate" Andy. If it is feel free to remove. I did a (very) brief search first!!
    Last edited by Elmer B.; 10-02-2010 at 05:21 PM. Reason: Speeling Mistooks

  4. #4
    Capt.Jack's Avatar
    Capt.Jack is offline Moderator
    Join Date
    Sep 2010
    Posts
    230

    Default

    Thanks for the Share !

  5. #5
    HappyAndyK's Avatar
    HappyAndyK is offline Site Administrator
    Join Date
    Jun 2008
    Posts
    5,391

    Default

    Ofcourse not; its not a duplicate

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •