| Next: Will SP4 or SRP1 in Win2000 help existing problem.. |
| Author |
Message |
DaffyDŽ External

Since: Sep 26, 2003 Posts: 90
|
Posted: Thu Aug 13, 2009 1:00 pm Post subject: My Documents Archived from groups: microsoft>public>win2000>general (more info?) |
|
|
Is there a way to stop My Documents from showing shortcuts to recently
opened documents on the Start Menu? There are times that I open notepad docs
that I don't want displayed. I know how to delete these items but I want to
prevent them from being created.
__________ Information from ESET NOD32 Antivirus, version of virus signature database 4333 (20090813) __________
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com |
|
| Back to top |
|
 |
Dave Patrick External

Since: Oct 18, 2005 Posts: 3525
|
Posted: Thu Aug 13, 2009 8:57 pm Post subject: Re: My Documents [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
You can change the EditFlags reg_binary value for the file type.
FTA_NoRecentDocs (0x00100000)
http://msdn.microsoft.com/en-us/library/bb762506(VS.85).aspx
--
Regards,
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
"DaffyDŽ" wrote:
> Is there a way to stop My Documents from showing shortcuts to recently
> opened documents on the Start Menu? There are times that I open notepad
> docs
> that I don't want displayed. I know how to delete these items but I want
> to
> prevent them from being created.
>
>
>
> __________ Information from ESET NOD32 Antivirus, version of virus
> signature database 4333 (20090813) __________
>
> The message was checked by ESET NOD32 Antivirus.
>
> http://www.eset.com
>
>
>
> |
|
| Back to top |
|
 |
DaffyDŽ External

Since: Sep 26, 2003 Posts: 90
|
Posted: Fri Aug 14, 2009 4:20 pm Post subject: Re: My Documents [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Where do I find the EditFlags reg_binary value for this file type in the
registry?
"Dave Patrick" <DSPatrick RemoveThis @nospam.gmail.com> wrote in message
news:ORLQCsIHKHA.4316@TK2MSFTNGP04.phx.gbl...
> You can change the EditFlags reg_binary value for the file type.
>
> FTA_NoRecentDocs (0x00100000)
>
> http://msdn.microsoft.com/en-us/library/bb762506(VS.85).aspx
>
>
>
> --
>
> Regards,
>
> Dave Patrick ....Please no email replies - reply in newsgroup.
> Microsoft Certified Professional
> Microsoft MVP [Windows]
> http://www.microsoft.com/protect
>
>
> "DaffyDŽ" wrote:
> > Is there a way to stop My Documents from showing shortcuts to recently
> > opened documents on the Start Menu? There are times that I open notepad
> > docs
> > that I don't want displayed. I know how to delete these items but I want
> > to
> > prevent them from being created.
> >
> >
> >
> > __________ Information from ESET NOD32 Antivirus, version of virus
> > signature database 4333 (20090813) __________
> >
> > The message was checked by ESET NOD32 Antivirus.
> >
> > http://www.eset.com
> >
> >
> >
> >
>
>
> __________ Information from ESET NOD32 Antivirus, version of virus
signature database 4336 (20090814) __________
>
> The message was checked by ESET NOD32 Antivirus.
>
> http://www.eset.com
>
>
>
__________ Information from ESET NOD32 Antivirus, version of virus signature database 4336 (20090814) __________
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com |
|
| Back to top |
|
 |
Dave Patrick External

Since: Oct 18, 2005 Posts: 3525
|
Posted: Fri Aug 14, 2009 8:41 pm Post subject: Re: My Documents [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
In the HKEY_CLASSES_ROOT branch. One for virtually every file type.
--
Regards,
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
"DaffyDŽ" wrote:
> Where do I find the EditFlags reg_binary value for this file type in the
> registry? |
|
| Back to top |
|
 |
Dave Patrick External

Since: Oct 18, 2005 Posts: 3525
|
Posted: Fri Aug 14, 2009 9:39 pm Post subject: Re: My Documents [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Take a look in;
HKEY_CLASSES_ROOT\txtfile
Should have said Reg_DWord, I currently have 0x0001000 (FTA_OpenIsSafe), you
want to add 0x0010000 (FTA_NoRecentDocs) to it.
0x0001000 hex = 65536 dec
0x0010000 hex = 1048576 dec
65536 + 1048576 = 1114112
1114112 dec = 0x0011000 hex
--
Regards,
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect |
|
| Back to top |
|
 |
DaffyDŽ External

Since: Sep 26, 2003 Posts: 90
|
Posted: Sat Aug 15, 2009 5:19 pm Post subject: Re: My Documents [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Do I click on new DWORD value and then enter in the text that your provided?
"Dave Patrick" <DSPatrick DeleteThis @nospam.gmail.com> wrote in message
news:eCjk7nVHKHA.4620@TK2MSFTNGP02.phx.gbl...
> Take a look in;
>
> HKEY_CLASSES_ROOT\txtfile
>
> Should have said Reg_DWord, I currently have 0x0001000 (FTA_OpenIsSafe),
you
> want to add 0x0010000 (FTA_NoRecentDocs) to it.
>
> 0x0001000 hex = 65536 dec
> 0x0010000 hex = 1048576 dec
> 65536 + 1048576 = 1114112
> 1114112 dec = 0x0011000 hex
>
>
> --
>
> Regards,
>
> Dave Patrick ....Please no email replies - reply in newsgroup.
> Microsoft Certified Professional
> Microsoft MVP [Windows]
> http://www.microsoft.com/protect
>
>
> __________ Information from ESET NOD32 Antivirus, version of virus
signature database 4338 (20090815) __________
>
> The message was checked by ESET NOD32 Antivirus.
>
> http://www.eset.com
>
>
>
__________ Information from ESET NOD32 Antivirus, version of virus signature database 4338 (20090815) __________
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com |
|
| Back to top |
|
 |
Dave Patrick External

Since: Oct 18, 2005 Posts: 3525
|
Posted: Sat Aug 15, 2009 7:06 pm Post subject: Re: My Documents [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Yes, add a Reg_DWord named 'EditFlags' with value of 0x00100000 hex or
1048576 decimal
--
Regards,
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
"DaffyDŽ" wrote:
> Do I click on new DWORD value and then enter in the text that your
> provided? |
|
| Back to top |
|
 |
someone watching External

Since: Feb 09, 2009 Posts: 11
|
Posted: Sun Aug 16, 2009 8:58 am Post subject: Re: My Documents [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Nice tip for adjusting filetype attributes, didn't know that could be
done. Thanks!
---
"Dave Patrick" <DSPatrick.TakeThisOut@nospam.gmail.com> wrote in message
news:e#3GO3gHKHA.4004@TK2MSFTNGP05.phx.gbl...
> Yes, add a Reg_DWord named 'EditFlags' with value of 0x00100000 hex or
> 1048576 decimal
>
>
>
> --
>
> Regards,
>
> Dave Patrick ....Please no email replies - reply in newsgroup.
> Microsoft Certified Professional
> Microsoft MVP [Windows]
> http://www.microsoft.com/protect
>
>
> "DaffyDŽ" wrote:
> > Do I click on new DWORD value and then enter in the text that your
> > provided?
> |
|
| Back to top |
|
 |
DaffyDŽ External

Since: Sep 26, 2003 Posts: 90
|
Posted: Mon Aug 17, 2009 8:40 am Post subject: Re: My Documents [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Do I need to reboot for this to take effect? I just added a Reg_DWord and
new txt files are still showing up under My Documents.
"Dave Patrick" <DSPatrick.TakeThisOut@nospam.gmail.com> wrote in message
news:e%233GO3gHKHA.4004@TK2MSFTNGP05.phx.gbl...
> Yes, add a Reg_DWord named 'EditFlags' with value of 0x00100000 hex or
> 1048576 decimal
>
>
>
> --
>
> Regards,
>
> Dave Patrick ....Please no email replies - reply in newsgroup.
> Microsoft Certified Professional
> Microsoft MVP [Windows]
> http://www.microsoft.com/protect
>
>
> "DaffyDŽ" wrote:
> > Do I click on new DWORD value and then enter in the text that your
> > provided?
>
>
> __________ Information from ESET NOD32 Antivirus, version of virus
signature database 4342 (20090817) __________
>
> The message was checked by ESET NOD32 Antivirus.
>
> http://www.eset.com
>
>
>
__________ Information from ESET NOD32 Antivirus, version of virus signature database 4342 (20090817) __________
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com |
|
| Back to top |
|
 |
Dave Patrick External

Since: Oct 18, 2005 Posts: 3525
|
Posted: Mon Aug 17, 2009 6:57 pm Post subject: Re: My Documents [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
More than likely.
--
Regards,
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
"DaffyDŽ" wrote:
> Do I need to reboot for this to take effect? I just added a Reg_DWord and
> new txt files are still showing up under My Documents. |
|
| Back to top |
|
 |
DaffyDŽ External

Since: Sep 26, 2003 Posts: 90
|
Posted: Fri Aug 21, 2009 11:22 am Post subject: Re: My Documents [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
It didn't work. I may not have added the reg key properly.
"Dave Patrick" <DSPatrick DeleteThis @nospam.gmail.com> wrote in message
news:%23KcNm75HKHA.5256@TK2MSFTNGP05.phx.gbl...
> More than likely.
>
>
> --
>
> Regards,
>
> Dave Patrick ....Please no email replies - reply in newsgroup.
> Microsoft Certified Professional
> Microsoft MVP [Windows]
> http://www.microsoft.com/protect
>
>
> "DaffyDŽ" wrote:
> > Do I need to reboot for this to take effect? I just added a Reg_DWord
and
> > new txt files are still showing up under My Documents.
>
>
> __________ Information from ESET NOD32 Antivirus, version of virus
signature database 4356 (20090821) __________
>
> The message was checked by ESET NOD32 Antivirus.
>
> http://www.eset.com
>
>
>
__________ Information from ESET NOD32 Antivirus, version of virus signature database 4356 (20090821) __________
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com |
|
| Back to top |
|
 |
|