PDA

View Full Version : number of programs on start menu


Mario Savard
January 12th 07, 03:13 PM
Hi guys,

I would like to disable the "number of programs on start menu" from the
start menu. I know how to do in the default windows Start Menu. But If I
change it into "Classic Start Menu" there are showing 6 in my list. How can
I turn them off from the registry?

Thanks Mario

NewScience
January 12th 07, 03:25 PM
Have you tried setting the count to 0 from Taskbar settings?

"Mario Savard" > wrote in message
...
> Hi guys,
>
> I would like to disable the "number of programs on start menu" from the
> start menu. I know how to do in the default windows Start Menu. But If I
> change it into "Classic Start Menu" there are showing 6 in my list. How
can
> I turn them off from the registry?
>
> Thanks Mario

Mario Savard
January 12th 07, 03:44 PM
This options will work only if you use the default mode of Windows XP. Like
I mention if you switch to Classic Start Menu the settings doens't apply into
classic mode.


"NewScience" wrote:

> Have you tried setting the count to 0 from Taskbar settings?
>
> "Mario Savard" > wrote in message
> ...
> > Hi guys,
> >
> > I would like to disable the "number of programs on start menu" from the
> > start menu. I know how to do in the default windows Start Menu. But If I
> > change it into "Classic Start Menu" there are showing 6 in my list. How
> can
> > I turn them off from the registry?
> >
> > Thanks Mario
>
>
>

Wesley Vogel
January 12th 07, 08:31 PM
Start Menu Properties | Number of programs on start menu:
[[Specifies the maximum number of programs to display in the most frequently
used programs list on the Start menu. You can increase or decrease the
number. ]]

HKEY_CURRENT_USER\Software\Microsoft\Windows\
CurrentVersion\Policies\Explorer
MaxRecentDocs
The registry entries are DWORD values. A value of 1 is enabled, and a value
of 0 is disabled.

Policy: Maximum number of recent documents
Description: Specifies the number of shortcuts displayed on the Recent
Documents submenu.
Registry Value: "MaxRecentDocs"

Policy Settings for the Start Menu in Windows XP
http://support.microsoft.com/kb/292504

MaxRecentDocs
http://www.microsoft.com/technet/prodtechnol/windows2000serv/reskit/regentry/93785.mspx?mfr=true

Change the Number of Recent Documents Displayed
http://www.pctools.com/guides/registry/detail/828/

If XP Pro...
Group Policy editor (Gpedit.msc) under the following location to configure
Start menu features:
User Configuration\Administrative Templates\Start Menu and Taskbar
Policy: Maximum number of recent documents

Maximum number of recent documents
http://www.boyce.us/gp/gpcontent.asp?ID=557

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In ,
Mario Savard > hunted and pecked:
> This options will work only if you use the default mode of Windows XP.
> Like I mention if you switch to Classic Start Menu the settings doens't
> apply into classic mode.
>
>
> "NewScience" wrote:
>
>> Have you tried setting the count to 0 from Taskbar settings?
>>
>> "Mario Savard" > wrote in message
>> ...
>>> Hi guys,
>>>
>>> I would like to disable the "number of programs on start menu" from the
>>> start menu. I know how to do in the default windows Start Menu. But
>>> If I change it into "Classic Start Menu" there are showing 6 in my
>>> list. How can I turn them off from the registry?
>>>
>>> Thanks Mario

undisclosed
June 15th 10, 06:15 PM
Wesley, he wanted to know how to change the "Number of programs on Start
menu:" accessed from Taskbar and Start Menu Properties/Start
Menu/Customize...

The registry key is:


Code:
--------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced]
; Taskbar and Start Menu Properties/Start Menu/Customize.../Number of programs on Start menu:
; 0 <= value <= 30
"Start_MinMFU"=dword:00000019
--------------------
From my personal registry script used on public computers (I set it to
25). Took me ages to find it. Obviously just set it to 00000000 in your
case.

Wesley Vogel;150588 Wrote:
> > Wesley Vogel
> > Start Menu Properties | Number of programs on start menu:
> > [[Specifies the maximum number of programs to display in the most
> frequently
> > used programs list on the Start menu. You can increase or decrease
> the
> > number. ]]
> >
> > HKEY_CURRENT_USER\Software\Microsoft\Windows\
> > CurrentVersion\Policies\Explorer
> > MaxRecentDocs
> > The registry entries are DWORD values. A value of 1 is enabled, and
> a value
> > of 0 is disabled.
> >
> > Policy: Maximum number of recent documents
> > Description: Specifies the number of shortcuts displayed on the
> Recent
> > Documents submenu.
> > Registry Value: "MaxRecentDocs"
> >
> > Policy Settings for the Start Menu in Windows XP
> > 'Policy settings for the Start menu in Windows XP'
> (http://support.microsoft.com/kb/292504)
> >
> > MaxRecentDocs
> > 'MaxRecentDocs' (http://tinyurl.com/2byjv8c)
> >
> > Change the Number of Recent Documents Displayed
> > 'Change the Number of Recent Documents Displayed at Registry Guide
> for Windows' (http://www.pctools.com/guides/registry/detail/828/)
> >
> > If XP Pro...
> > Group Policy editor (Gpedit.msc) under the following location to
> configure
> > Start menu features:
> > User Configuration\Administrative Templates\Start Menu and Taskbar
> > Policy: Maximum number of recent documents
> >
> > Maximum number of recent documents
> > 'Jim Boyce - Windows Tips'
> (http://www.boyce.us/gp/gpcontent.asp?ID=557)
> >
> > --
> > Hope this helps. Let us know.
> >
> > Wes
> > MS-MVP Windows Shell/User
> >
> > In ,
> > Mario Savard > hunted and
> pecked:
> >> This options will work only if you use the default mode of Windows
> XP.
> >> Like I mention if you switch to Classic Start Menu the settings
> doens't
> >> apply into classic mode.
> >>
> >>
> >> "NewScience" wrote:
> >>
> >>> Have you tried setting the count to 0 from Taskbar settings?
> >>>
> >>> "Mario Savard" > wrote in
> message
> >>> ...
> >>>> Hi guys,
> >>>>
> >>>> I would like to disable the "number of programs on start menu"
> from the
> >>>> start menu. I know how to do in the default windows Start Menu.
> But
> >>>> If I change it into "Classic Start Menu" there are showing 6 in
> my
> >>>> list. How can I turn them off from the registry?
> >>>>
> >>>> Thanks Mario


--
PatPeter

undisclosed
June 15th 10, 06:15 PM
Wesley, he wanted to know how to change the "Number of programs on Start
menu:" accessed from Taskbar and Start Menu Properties/Start
Menu/Customize...

The registry key is:


Code:
--------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced]
; Taskbar and Start Menu Properties/Start Menu/Customize.../Number of programs on Start menu:
; 0 <= value <= 30
"Start_MinMFU"=dword:00000019
--------------------
From my personal registry script used on public computers (I set it to
25). Took me ages to find it. Obviously just set it to 00000000 in your
case.

Wesley Vogel;150588 Wrote:
> > Wesley Vogel
> > Start Menu Properties | Number of programs on start menu:
> > [[Specifies the maximum number of programs to display in the most
> frequently
> > used programs list on the Start menu. You can increase or decrease
> the
> > number. ]]
> >
> > HKEY_CURRENT_USER\Software\Microsoft\Windows\
> > CurrentVersion\Policies\Explorer
> > MaxRecentDocs
> > The registry entries are DWORD values. A value of 1 is enabled, and
> a value
> > of 0 is disabled.
> >
> > Policy: Maximum number of recent documents
> > Description: Specifies the number of shortcuts displayed on the
> Recent
> > Documents submenu.
> > Registry Value: "MaxRecentDocs"
> >
> > Policy Settings for the Start Menu in Windows XP
> > 'Policy settings for the Start menu in Windows XP'
> (http://support.microsoft.com/kb/292504)
> >
> > MaxRecentDocs
> > 'MaxRecentDocs' (http://tinyurl.com/2byjv8c)
> >
> > Change the Number of Recent Documents Displayed
> > 'Change the Number of Recent Documents Displayed at Registry Guide
> for Windows' (http://www.pctools.com/guides/registry/detail/828/)
> >
> > If XP Pro...
> > Group Policy editor (Gpedit.msc) under the following location to
> configure
> > Start menu features:
> > User Configuration\Administrative Templates\Start Menu and Taskbar
> > Policy: Maximum number of recent documents
> >
> > Maximum number of recent documents
> > 'Jim Boyce - Windows Tips'
> (http://www.boyce.us/gp/gpcontent.asp?ID=557)
> >
> > --
> > Hope this helps. Let us know.
> >
> > Wes
> > MS-MVP Windows Shell/User
> >
> > In ,
> > Mario Savard > hunted and
> pecked:
> >> This options will work only if you use the default mode of Windows
> XP.
> >> Like I mention if you switch to Classic Start Menu the settings
> doens't
> >> apply into classic mode.
> >>
> >>
> >> "NewScience" wrote:
> >>
> >>> Have you tried setting the count to 0 from Taskbar settings?
> >>>
> >>> "Mario Savard" > wrote in
> message
> >>> ...
> >>>> Hi guys,
> >>>>
> >>>> I would like to disable the "number of programs on start menu"
> from the
> >>>> start menu. I know how to do in the default windows Start Menu.
> But
> >>>> If I change it into "Classic Start Menu" there are showing 6 in
> my
> >>>> list. How can I turn them off from the registry?
> >>>>
> >>>> Thanks Mario


--
PatPeter

Google