Add/Remove Programs Access
Results 1 to 3 of 3

Thread: Add/Remove Programs Access

  1. #1
    Registered User El Clammino's Avatar
    Join Date
    Jul 2002
    Location
    Boston, MA
    Posts
    260

    Add/Remove Programs Access

    I am trying to restrict access to the Add/Remove Programs Applet in the Control Panel.
    This is on individual PC's in the field, so a GPO will not do.
    I have found a utility that does what I am looking for, but of course we dont want to dish out the $50 bucks per PC. Does anyone know of a freeware program or the actual registry key to edit?

    Thanks,
    C

  2. #2
    Registered User Stalemate's Avatar
    Join Date
    May 2001
    Location
    d4-e5
    Posts
    15,120
    http://www.winguides.com/registry/display.php/1041/


    User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\
    Uninstall]
    System Key: [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Policies\
    Uninstall]



    Create a new DWORD value for each restriction required according to the table below. Set the value to equal "1" to enable the restriction or "0" to disable it.
    • NoAddRemovePrograms - Disable Add/Remove Programs
    • NoRemovePage - Disable Change and Remove Programs
    • NoAddPage - Disable Add Programs
    • NoWindowsSetupPage - Disable Windows Components Wizard
    • NoAddFromCDorFloppy - Hide "Add a program from CD-ROM or disk" option
    • NoAddFromInternet - Hide "Add programs from Microsoft" option
    • NoAddFromNetwork - Hide "Add programs from your network" option
    • NoServices - Go directly to Windows Components Wizard
    • NoSupportInfo - Disable Support Information


    Did I ever mention how I loooooove the Windows Registry?

    I think I did...

  3. #3
    Registered User El Clammino's Avatar
    Join Date
    Jul 2002
    Location
    Boston, MA
    Posts
    260
    Thank You, Adept....

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
  •