RE: Custom Program Folders
From: Rashmi.K.Y [MSFT] (v-raky_at_online.microsoft.com)
Date: 05/10/04
- Next message: Steff: "Hide folders in shared drive"
- Previous message: Brian Desmond [MVP]: "Re: Cannot share a printer on Windows 2003 Web Server"
- In reply to: pboy: "Custom Program Folders"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 10 May 2004 01:13:51 GMT
Hi,
I understand that you are looking for customizing start menu using .ADM
file.
Please check if the following solution helps you:
Solution 1:
The advantage is customizing of the desktop icons as well as other shell
folder values not offered in standard GPO settings. Relevant text of the
adm policy template file is below:
CLASS USER
CATEGORY !!Shell
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell
Folders"
CATEGORY !!CustomFolders
POLICY !!CustomFolders_Programs
PART !!CustomFolders_ProgramsPath EDITTEXT REQUIRED
VALUENAME "Programs"
END PART
END POLICY
POLICY !!CustomFolders_Desktop
PART !!CustomFolders_DesktopPath EDITTEXT REQUIRED
VALUENAME "Desktop"
END PART
END POLICY
END CATEGORY
[strings]
Shell="Shell"
CustomFolders="Custom Folders"
CustomFolders_Programs="Custom Programs Folder"
CustomFolders_ProgramsPath="Path to get Programs items from:"
CustomFolders_Desktop="Custom Desktop Icons"
CustomFolders_DesktopPath="Path to get Desktop icons from:"
Solution 2:
CATEGORY !!CustomFolders
KEYNAME
"Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders"
POLICY !!CustomFolders_Programs
PART !!CustomFolders_ProgramsPath
EDITTEXT REQUIRED EXPANDABLETEXT
DEFAULT !!CustomFolders_ProgramsDefault
VALUENAME "Programs"
END PART
END POLICY
END CATEGORY
The link below gives more information on custom administrative templates
HOW TO: Create Custom Administrative Templates in Windows 2000
http://support.microsoft.com/default.aspx?scid=kb;en-us;323639
Hope it provides the information you are looking for.
Thank you,
Rashmi
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| Content-Class: urn:content-classes:message
| From: "pboy" <anonymous@discussions.microsoft.com>
| Sender: "pboy" <anonymous@discussions.microsoft.com>
| Subject: Custom Program Folders
| Date: Thu, 6 May 2004 14:23:22 -0700
| Lines: 10
| Message-ID: <984b01c433b0$5bd0fca0$a101280a@phx.gbl>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcQzsFvQPImFgIcaR7a9F1wKVpokKA==
| Newsgroups: microsoft.public.windows.group_policy
| Path: cpmsftngxa10.phx.gbl
| Xref: cpmsftngxa10.phx.gbl microsoft.public.windows.group_policy:6658
| NNTP-Posting-Host: tk2msftngxa09.phx.gbl 10.40.1.161
| X-Tomcat-NG: microsoft.public.windows.group_policy
|
| Hello, currently under my old domain structure I can
| force my users to use the folders I create to show up
| under Start Menu/All Programs by using Poledit. I do
| this by pointing to the network share where I keep these
| folders under the CustomFolders_Programs portion of my
| configuration policy. I don't see where I can do this in
| Group Policy. I need all of my users to have the same
| programs on their start menu. Do I have to create some
| type of custom .ADM file? Any advice would be
| appreciated.
|
- Next message: Steff: "Hide folders in shared drive"
- Previous message: Brian Desmond [MVP]: "Re: Cannot share a printer on Windows 2003 Web Server"
- In reply to: pboy: "Custom Program Folders"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|