PC Review


Reply
Thread Tools Rating: Thread Rating: 2 votes, 5.00 average.

My Documents

 
 
DaffyDŽ
Guest
Posts: n/a
 
      13th Aug 2009
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




 
Reply With Quote
 
 
 
 
Dave Patrick
Guest
Posts: n/a
 
      14th Aug 2009
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
>
>
>
>


 
Reply With Quote
 
 
 
 
DaffyDŽ
Guest
Posts: n/a
 
      15th Aug 2009
Where do I find the EditFlags reg_binary value for this file type in the
registry?


"Dave Patrick" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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




 
Reply With Quote
 
Dave Patrick
Guest
Posts: n/a
 
      15th Aug 2009
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?


 
Reply With Quote
 
Dave Patrick
Guest
Posts: n/a
 
      15th Aug 2009
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

 
Reply With Quote
 
DaffyDŽ
Guest
Posts: n/a
 
      16th Aug 2009
Do I click on new DWORD value and then enter in the text that your provided?

"Dave Patrick" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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




 
Reply With Quote
 
Dave Patrick
Guest
Posts: n/a
 
      16th Aug 2009
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?


 
Reply With Quote
 
someone watching
Guest
Posts: n/a
 
      16th Aug 2009
Nice tip for adjusting filetype attributes, didn't know that could be
done. Thanks!
---
"Dave Patrick" <(E-Mail Removed)> wrote in message
news:e#(E-Mail Removed)...
> 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?

>



 
Reply With Quote
 
DaffyDŽ
Guest
Posts: n/a
 
      17th Aug 2009
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" <(E-Mail Removed)> wrote in message
news:e%(E-Mail Removed)...
> 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




 
Reply With Quote
 
Dave Patrick
Guest
Posts: n/a
 
      18th Aug 2009

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.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
"Shared Documents" folder being displayed "Documents" Farnk Windows XP Help 2 9th Feb 2004 09:11 PM
Access denied to C:\Documents and Settings\All Users\Documents RichardL Windows XP Security 4 1st Dec 2003 07:31 PM
Moving the folder "Documents" of "All users" in "documents and settings" Jacques L Windows XP Security 2 14th Nov 2003 09:25 AM
Access to Documents, (n All Users folder in Documents and Settings) is denied Anup Bogineni Windows XP Security 0 23rd Sep 2003 08:30 AM
Re: accessing documents in "My Documents" David Candy Windows XP Security 1 17th Jul 2003 02:32 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:29 PM.