MS OS - Microsoft Forum to Usenet Gateway Header Right
Navbar Left Navbar Right


I want to know why DR Watson is making text reports of 4 gig size? When I open Dr Watson it always comes up with "No Problems". What possibly could



Reply
Old 08-22-2007, 04:36 PM   #1
poatt
Guest
 
Posts: n/a
Default DrWatson

I want to know why DR Watson is making text reports of 4 gig size?
When I open Dr Watson it always comes up with "No Problems".
What possibly could the program be saying (on a system with no problems) to
make a txt document of 4 gigs? That is a lot of words. Plus when I tried to
open it(the document ,with word pad) it would not open. And the file is not
protected in anyway.

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-22-2007, 05:01 PM   #2
Jim
Guest
 
Posts: n/a
Default Re: DrWatson


"poatt" <poatt@discussions.microsoft.com> wrote in message
news:099EE71B-C708-4975-A290-8832F8DAA9C3@microsoft.com...
> I want to know why DR Watson is making text reports of 4 gig size?
> When I open Dr Watson it always comes up with "No Problems".
> What possibly could the program be saying (on a system with no problems)
> to
> make a txt document of 4 gigs? That is a lot of words. Plus when I tried
> to
> open it(the document ,with word pad) it would not open. And the file is
> not
> protected in anyway.
>

Dr. Watson runs because some program or other has crashed. It is a
debugger.

When you try to run it, of course it says that there are no problems because
there are none.

I'll bet that word pad cannot interpret the file. A program that converts
the data to an understandable format. Such a program usually reports the
contents of the file in hex format; sometimes the report the machine
language interpretation of the contents as well.

Jim


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 08-22-2007, 06:44 PM   #3
poatt
Guest
 
Posts: n/a
Default Re: DrWatson

Thanks for the input! Since I could not read the "Txt" file to see what went
wrong to create such a large file. And the system seems to work porperly. I
shredded the file with my shredder program and defraged the drive. It is gone.
I saw no reason to WASTE 4gigs of HD for an unreadable report log.
Question...
Is there a way to stop "DR Watson" or uninstall it?

"Jim" wrote:

>
> "poatt" <poatt@discussions.microsoft.com> wrote in message
> news:099EE71B-C708-4975-A290-8832F8DAA9C3@microsoft.com...
> > I want to know why DR Watson is making text reports of 4 gig size?
> > When I open Dr Watson it always comes up with "No Problems".
> > What possibly could the program be saying (on a system with no problems)
> > to
> > make a txt document of 4 gigs? That is a lot of words. Plus when I tried
> > to
> > open it(the document ,with word pad) it would not open. And the file is
> > not
> > protected in anyway.
> >

> Dr. Watson runs because some program or other has crashed. It is a
> debugger.
>
> When you try to run it, of course it says that there are no problems because
> there are none.
>
> I'll bet that word pad cannot interpret the file. A program that converts
> the data to an understandable format. Such a program usually reports the
> contents of the file in hex format; sometimes the report the machine
> language interpretation of the contents as well.
>
> Jim
>
>
>

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-22-2007, 07:15 PM   #4
Ghostrider
Guest
 
Posts: n/a
Default Re: DrWatson


poatt wrote:

> Thanks for the input! Since I could not read the "Txt" file to see what went
> wrong to create such a large file. And the system seems to work porperly. I
> shredded the file with my shredder program and defraged the drive. It is gone.
> I saw no reason to WASTE 4gigs of HD for an unreadable report log.
> Question...
> Is there a way to stop "DR Watson" or uninstall it?
>


Run drwtsn32.exe. From the options list, uncheck all of the boxes (although
leaving Visual Notification "on" could be useful).

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-22-2007, 07:32 PM   #5
Kayman
Guest
 
Posts: n/a
Default Re: DrWatson

"poatt" <poatt@discussions.microsoft.com> wrote in message
news:6C254F6E-1BD2-4B2F-8F5F-8602138B86C9@microsoft.com...

> Is there a way to stop "DR Watson" or uninstall it?


Yes, there is.

Disable Dr. Watson dump file creation.

Go to start, then run, then type in ‘regedit.exe’ and hit ‘Enter’.
Browse to the following location in the left pane:
HKEY_LOCAL-MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug
Left click on the value ‘Auto’ on the right pane, and change the value from
‘1’ to ‘0’ Close the registry editor.
To delete the dump files created by Dr Watson on earlier occasions, you will
have to delete them manually with this procedure: Open Windows explorer,
Browse to C:\Documents and Settings\All Users\Application Data\Microsoft\Dr
Watson and delete files named User.dmp and Drwtsn32log.

Good luck

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-22-2007, 07:50 PM   #6
poatt
Guest
 
Posts: n/a
Default RE: DrWatson

Tanks all for the input!

"poatt" wrote:

> I want to know why DR Watson is making text reports of 4 gig size?
> When I open Dr Watson it always comes up with "No Problems".
> What possibly could the program be saying (on a system with no problems) to
> make a txt document of 4 gigs? That is a lot of words. Plus when I tried to
> open it(the document ,with word pad) it would not open. And the file is not
> protected in anyway.
>

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-22-2007, 07:54 PM   #7
Jim
Guest
 
Posts: n/a
Default Re: DrWatson


"poatt" <poatt@discussions.microsoft.com> wrote in message
news:6C254F6E-1BD2-4B2F-8F5F-8602138B86C9@microsoft.com...
> Thanks for the input! Since I could not read the "Txt" file to see what
> went
> wrong to create such a large file. And the system seems to work porperly.
> I
> shredded the file with my shredder program and defraged the drive. It is
> gone.
> I saw no reason to WASTE 4gigs of HD for an unreadable report log.
> Question...
> Is there a way to stop "DR Watson" or uninstall it?
>

Yes, there is a local security policy setting to disable Dr. Watson. You
might as well do that because few people have the tools or experience to get
much from the dump.
Jim
> "Jim" wrote:
>
>>
>> "poatt" <poatt@discussions.microsoft.com> wrote in message
>> news:099EE71B-C708-4975-A290-8832F8DAA9C3@microsoft.com...
>> > I want to know why DR Watson is making text reports of 4 gig size?
>> > When I open Dr Watson it always comes up with "No Problems".
>> > What possibly could the program be saying (on a system with no
>> > problems)
>> > to
>> > make a txt document of 4 gigs? That is a lot of words. Plus when I
>> > tried
>> > to
>> > open it(the document ,with word pad) it would not open. And the file is
>> > not
>> > protected in anyway.
>> >

>> Dr. Watson runs because some program or other has crashed. It is a
>> debugger.
>>
>> When you try to run it, of course it says that there are no problems
>> because
>> there are none.
>>
>> I'll bet that word pad cannot interpret the file. A program that
>> converts
>> the data to an understandable format. Such a program usually reports the
>> contents of the file in hex format; sometimes the report the machine
>> language interpretation of the contents as well.
>>
>> Jim
>>
>>
>>



 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


All times are GMT -5. The time now is 02:59 PM.


Powered by vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Skin designed by CompletevB
Copyright © 2005-2008 Robert Schwarz, Sr. - All rights reserved - MS OS is an independent web site and is not affiliated with Microsoft Corporation.