Tom's Hardware > Forum > Windows XP > Windows XP General Discussion > Data Execution Prevention? Seems to keep coming up?

Data Execution Prevention? Seems to keep coming up?

Forum Windows XP : Windows XP General Discussion - Data Execution Prevention? Seems to keep coming up?

Tom's Hardware: Over 1.4 million members in 6 different countries available to answer all your high-tech questions. Sign up now! Its free!
Word :    Username :           
 

Archived from groups: microsoft.public.windowsxp.help_and_support (More info?)

 

I bought a new computer, it seems I am gettting a lot of Date Execution
Prevention.
To help protect your computer, windows has closed this program.
Windows Explorere,
MS corp.
I don't recall getting this with XP before. Should I turn it off? getting
aggravating at times.
thanks bruce

Sponsored Links
Register or log in to remove.

Archived from groups: microsoft.public.windowsxp.help_and_support (More info?)

 

What sites are you visiting? DEP is used to prevent executing code when a
buffer overrun occurs in memory - in English, it prevents a hacker from
sending malicious code at the end of a data transmission that exceeds the
length of the buffer used to store the data.
Simplified example:
Say the buffer is 18 bytes (characters) in length, but a hacker knowing
anything past the 18 bytes will be executed, so he/she creates a specially
crafted command so that after the 18 bytes, the system is instructed to run
the command "del /f/s/q c:\windows\*.*" - so poof all your windows folder
files are gone - with DEP active, this type of specially crafted command
theoretically won't execute and DEP will shutdown the offending program.
http://www.msn.comdel /f/s/q c:\windows\*.*

--

Star Fleet Admiral Q @ your Service!

http://www.google.com
Google is your "Friend"

"Bruce" <notreally@idontwantoo.com> wrote in message
news:OFjDwEsSFHA.3244@TK2MSFTNGP15.phx.gbl...
>I bought a new computer, it seems I am gettting a lot of Date Execution
>Prevention.
> To help protect your computer, windows has closed this program.
> Windows Explorere,
> MS corp.
> I don't recall getting this with XP before. Should I turn it off? getting
> aggravating at times.
> thanks bruce
>

Reply to Anonymous
- 0 +

Archived from groups: microsoft.public.windowsxp.help_and_support (More info?)

 

hi
I'll have to pay closer attention next time. Usually I am doing some video
editing. I believe it has happened whether I am online or not, and any
programs I am using are well know companies

"Star Fleet Admiral Q" <Star_Fleet_Admiral_Q(NO-SPAM)@(SPAM-NOT)hotmail.com>
wrote in message news:%23xR6xzsSFHA.3228@TK2MSFTNGP10.phx.gbl...
> What sites are you visiting? DEP is used to prevent executing code when a
> buffer overrun occurs in memory - in English, it prevents a hacker from
> sending malicious code at the end of a data transmission that exceeds the
> length of the buffer used to store the data.
> Simplified example:
> Say the buffer is 18 bytes (characters) in length, but a hacker knowing
> anything past the 18 bytes will be executed, so he/she creates a specially
> crafted command so that after the 18 bytes, the system is instructed to
> run the command "del /f/s/q c:\windows\*.*" - so poof all your windows
> folder files are gone - with DEP active, this type of specially crafted
> command theoretically won't execute and DEP will shutdown the offending
> program.
> http://www.msn.comdel /f/s/q c:\windows\*.*
>
> --
>
> Star Fleet Admiral Q @ your Service!
>
> http://www.google.com
> Google is your "Friend"
>
> "Bruce" <notreally@idontwantoo.com> wrote in message
> news:OFjDwEsSFHA.3244@TK2MSFTNGP15.phx.gbl...
>>I bought a new computer, it seems I am gettting a lot of Date Execution
>>Prevention.
>> To help protect your computer, windows has closed this program.
>> Windows Explorere,
>> MS corp.
>> I don't recall getting this with XP before. Should I turn it off? getting
>> aggravating at times.
>> thanks bruce
>>
>
>

Reply to Bruce
- 0 +

Archived from groups: microsoft.public.windowsxp.help_and_support (More info?)

 

Here is what I was doing this time.
I opened my documents/my video's
clicked on a large avi file (811,208 kb) then the DEP window came up

The DEP is set on Turn on DEP for essential windows programs and services
only.
Should it be set to the other one?


"Star Fleet Admiral Q" <Star_Fleet_Admiral_Q(NO-SPAM)@(SPAM-NOT)hotmail.com>
wrote in message news:%23xR6xzsSFHA.3228@TK2MSFTNGP10.phx.gbl...
> What sites are you visiting? DEP is used to prevent executing code when a
> buffer overrun occurs in memory - in English, it prevents a hacker from
> sending malicious code at the end of a data transmission that exceeds the
> length of the buffer used to store the data.
> Simplified example:
> Say the buffer is 18 bytes (characters) in length, but a hacker knowing
> anything past the 18 bytes will be executed, so he/she creates a specially
> crafted command so that after the 18 bytes, the system is instructed to
> run the command "del /f/s/q c:\windows\*.*" - so poof all your windows
> folder files are gone - with DEP active, this type of specially crafted
> command theoretically won't execute and DEP will shutdown the offending
> program.
> http://www.msn.comdel /f/s/q c:\windows\*.*
>
> --
>
> Star Fleet Admiral Q @ your Service!
>
> http://www.google.com
> Google is your "Friend"
>
> "Bruce" <notreally@idontwantoo.com> wrote in message
> news:OFjDwEsSFHA.3244@TK2MSFTNGP15.phx.gbl...
>>I bought a new computer, it seems I am gettting a lot of Date Execution
>>Prevention.
>> To help protect your computer, windows has closed this program.
>> Windows Explorere,
>> MS corp.
>> I don't recall getting this with XP before. Should I turn it off? getting
>> aggravating at times.
>> thanks bruce
>>
>
>

Reply to Bruce

Archived from groups: microsoft.public.windowsxp.help_and_support (More info?)

 

Burp[/QUOTE Wrote:
>
>
> To disable DEP, you have to make a change to the BOOT.INI file in the
> root of the partition from which the computer boots. C:/
> (note boot.ini may be marked as "read only," you have to uncheck that
> box in the boot.ini properties box)
> Right-click on My Computer and select Properties.
> Click on the Advanced tab.
> Click on the third button—settings for system start options.
> Click on the Edit button to edit the boot.ini file.
> Carefully edit the /NoExecute=OptIn string and change it to AlwaysOff.
> This part at the end of the line should now read: /NoExecute=AlwaysOff
>
> Save and close the dialog boxes by clicking on OK.
> Treeman


--
Treeman

Reply to Anonymous
- 0 +

Archived from groups: microsoft.public.windowsxp.help_and_support (More info?)

 

Should it be disabled ?


"Treeman" <Treeman.1o5r1r@pcbanter.net> wrote in message
news:Treeman.1o5r1r@pcbanter.net...
>
> Burp[/QUOTE Wrote:
>>
>>
>> To disable DEP, you have to make a change to the BOOT.INI file in the
>> root of the partition from which the computer boots. C:/
>> (note boot.ini may be marked as "read only," you have to uncheck that
>> box in the boot.ini properties box)
>> Right-click on My Computer and select Properties.
>> Click on the Advanced tab.
>> Click on the third button-settings for system start options.
>> Click on the Edit button to edit the boot.ini file.
>> Carefully edit the /NoExecute=OptIn string and change it to AlwaysOff.
>> This part at the end of the line should now read: /NoExecute=AlwaysOff
>>
>> Save and close the dialog boxes by clicking on OK.
>> Treeman
>
>
> --
> Treeman

Reply to Bruce

Archived from groups: microsoft.public.windowsxp.help_and_support (More info?)

 

Yea, try the other option "all programs except those I select" or similar. I
use that on both my PCs as Norton Ghost needed it set that way, nothing else
has given me problems.

If it doesn't help you can always switch it back.

"Bruce" wrote:

> Should it be set to the other one?

Reply to Anonymous
- 0 +

Archived from groups: microsoft.public.windowsxp.help_and_support (More info?)

 

I seem to find it happens with large files, like .avi's or mpegs. other
files seem to be ok

"WW" <WW@discussions.microsoft.com> wrote in message
news:630E9BDD-F8D0-4DA6-9158-E69D168095A0@microsoft.com...
> Yea, try the other option "all programs except those I select" or similar.
> I
> use that on both my PCs as Norton Ghost needed it set that way, nothing
> else
> has given me problems.
>
> If it doesn't help you can always switch it back.
>
> "Bruce" wrote:
>
>> Should it be set to the other one?
>

Reply to Bruce

Archived from groups: microsoft.public.windowsxp.help_and_support (More info?)

 

I started having this same problem just after I installed Pinnacle video
editing software. I don't know if it is the vid software that is to blame,
since I didn't go searching for any avi files on my new computer prior to
installation.

It (DEP) happens everytime an .avi thumbnail tries to be displayed,
including the preview thumbnail when customizing any folders holding one or
more .avi files.

I use the workaround of changing all my video folder options to "document"
instead of "video" and only use "list" in Explorer, but DEP still hits me
when I navigate into a previously unrecognized folder holding an .avi.

I'm just gonna turn mine off until MS fixes this one.
--
QO


"Bruce" wrote:

> hi
> I'll have to pay closer attention next time. Usually I am doing some video
> editing. I believe it has happened whether I am online or not, and any
> programs I am using are well know companies
>
> "Star Fleet Admiral Q" <Star_Fleet_Admiral_Q(NO-SPAM)@(SPAM-NOT)hotmail.com>
> wrote in message news:%23xR6xzsSFHA.3228@TK2MSFTNGP10.phx.gbl...
> > What sites are you visiting? DEP is used to prevent executing code when a
> > buffer overrun occurs in memory - in English, it prevents a hacker from
> > sending malicious code at the end of a data transmission that exceeds the
> > length of the buffer used to store the data.
> > Simplified example:
> > Say the buffer is 18 bytes (characters) in length, but a hacker knowing
> > anything past the 18 bytes will be executed, so he/she creates a specially
> > crafted command so that after the 18 bytes, the system is instructed to
> > run the command "del /f/s/q c:\windows\*.*" - so poof all your windows
> > folder files are gone - with DEP active, this type of specially crafted
> > command theoretically won't execute and DEP will shutdown the offending
> > program.
> > http://www.msn.comdel /f/s/q c:\windows\*.*
> >
> > --
> >
> > Star Fleet Admiral Q @ your Service!
> >
> > http://www.google.com
> > Google is your "Friend"
> >
> > "Bruce" <notreally@idontwantoo.com> wrote in message
> > news:OFjDwEsSFHA.3244@TK2MSFTNGP15.phx.gbl...
> >>I bought a new computer, it seems I am gettting a lot of Date Execution
> >>Prevention.
> >> To help protect your computer, windows has closed this program.
> >> Windows Explorere,
> >> MS corp.
> >> I don't recall getting this with XP before. Should I turn it off? getting
> >> aggravating at times.
> >> thanks bruce
> >>
> >
> >
>
>
>

Reply to Anonymous

Archived from groups: microsoft.public.windowsxp.help_and_support (More info?)

 

VonGraff,

One of the Multimedia Codecs is probably causing the DEP crash. Insvestigate
the third-party MM Codecs using this utility.

MMCompView v1.10 - View installed Codec and ActiveX filters and enable /
disable them:
http://www.nirsoft.net/utils/mmview.html

--
Ramesh, MS-MVP
Windows Shell/User

Windows XP Troubleshooting
http://www.winhelponline.com

Windows XP Newsgroup Setup Instructions for Outlook Express:
http://www.microsoft.com/windowsxp [...] setup.mspx

"VonGraff" <VonGraff@discussions.microsoft.com> wrote in message
news:3D7E9BC9-D305-4449-8796-B5183BEA0BE8@microsoft.com...
>I started having this same problem just after I installed Pinnacle video
> editing software. I don't know if it is the vid software that is to
> blame,
> since I didn't go searching for any avi files on my new computer prior to
> installation.
>
> It (DEP) happens everytime an .avi thumbnail tries to be displayed,
> including the preview thumbnail when customizing any folders holding one
> or
> more .avi files.
>
> I use the workaround of changing all my video folder options to "document"
> instead of "video" and only use "list" in Explorer, but DEP still hits me
> when I navigate into a previously unrecognized folder holding an .avi.
>
> I'm just gonna turn mine off until MS fixes this one.
> --
> QO
>
>
> "Bruce" wrote:
>
>> hi
>> I'll have to pay closer attention next time. Usually I am doing some
>> video
>> editing. I believe it has happened whether I am online or not, and any
>> programs I am using are well know companies
>>
>> "Star Fleet Admiral Q"
>> <Star_Fleet_Admiral_Q(NO-SPAM)@(SPAM-NOT)hotmail.com>
>> wrote in message news:%23xR6xzsSFHA.3228@TK2MSFTNGP10.phx.gbl...
>> > What sites are you visiting? DEP is used to prevent executing code
>> > when a
>> > buffer overrun occurs in memory - in English, it prevents a hacker from
>> > sending malicious code at the end of a data transmission that exceeds
>> > the
>> > length of the buffer used to store the data.
>> > Simplified example:
>> > Say the buffer is 18 bytes (characters) in length, but a hacker knowing
>> > anything past the 18 bytes will be executed, so he/she creates a
>> > specially
>> > crafted command so that after the 18 bytes, the system is instructed to
>> > run the command "del /f/s/q c:\windows\*.*" - so poof all your windows
>> > folder files are gone - with DEP active, this type of specially crafted
>> > command theoretically won't execute and DEP will shutdown the offending
>> > program.
>> > http://www.msn.comdel /f/s/q c:\windows\*.*
>> >
>> > --
>> >
>> > Star Fleet Admiral Q @ your Service!
>> >
>> > http://www.google.com
>> > Google is your "Friend"
>> >
>> > "Bruce" <notreally@idontwantoo.com> wrote in message
>> > news:OFjDwEsSFHA.3244@TK2MSFTNGP15.phx.gbl...
>> >>I bought a new computer, it seems I am gettting a lot of Date Execution
>> >>Prevention.
>> >> To help protect your computer, windows has closed this program.
>> >> Windows Explorere,
>> >> MS corp.
>> >> I don't recall getting this with XP before. Should I turn it off?
>> >> getting
>> >> aggravating at times.
>> >> thanks bruce
>> >>
>> >
>> >
>>
>>
>>

Reply to Anonymous
Tom's Hardware > Forum > Windows XP > Windows XP General Discussion > Data Execution Prevention? Seems to keep coming up?
Go to:

There are 1214 identified and unidentified users. To see the list of identified users, Click here.

Please mind

You are about to answer a thread that has been inactive for more than 6 months.
If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.

Add a reply Cancel
Sponsored links
  • Ask the community now
  • Publish
Ad
They won a badge
Join us in greeting them