PC Review


Reply
Thread Tools Rate Thread

computer ready to crash?? backing up

 
 
bonkk
Guest
Posts: n/a
 
      1st Jan 2010
I am thinking my computer is ready to crash, as it's flashing a small black
screen that appears to be a dos screen occasionally for a second or two. I
purchased an external hard drive (My Book Essential Edition) and the
salesperson told me that if I simply COPY my C drive to it, that if I get a
new computer I could simply COPY the same thing back to the new computer..
somehow that sounds too simple.. Can anyone advise me on that? For
instance...Could I be just copying something bad onto the new computer??
and/or I am now using Windows XP.. the new computer will likely have the new
Windows 7.. are they compatible?? I'm also wondering if the little black
screen flashing up is a sign of the computer ready to crash or something
else. Sorry to be so long.. any input would be appreciated.
 
Reply With Quote
 
 
 
 
philo
Guest
Posts: n/a
 
      1st Jan 2010
bonkk wrote:
> I am thinking my computer is ready to crash, as it's flashing a small black
> screen that appears to be a dos screen occasionally for a second or two. I
> purchased an external hard drive (My Book Essential Edition) and the
> salesperson told me that if I simply COPY my C drive to it, that if I get a
> new computer I could simply COPY the same thing back to the new computer..
> somehow that sounds too simple.. Can anyone advise me on that? For
> instance...Could I be just copying something bad onto the new computer??
> and/or I am now using Windows XP.. the new computer will likely have the new
> Windows 7.. are they compatible?? I'm also wondering if the little black
> screen flashing up is a sign of the computer ready to crash or something
> else. Sorry to be so long.. any input would be appreciated.



If you want help
you will need to post a better description of your problem


However it's *always* a good time to back up your data

Just copy anything you need to save to an external drive

do not attempt to copy the entire drive...just copy your important data
 
Reply With Quote
 
DL
Guest
Posts: n/a
 
      1st Jan 2010
And in future Ignore all advice from incompetent sales people.

Simply copy data only to your external, together with any installation files
you downloaded from the net

"bonkk" <(E-Mail Removed)> wrote in message
news:35910D6C-86DA-41C4-B2F7-(E-Mail Removed)...
>I am thinking my computer is ready to crash, as it's flashing a small black
> screen that appears to be a dos screen occasionally for a second or two.
> I
> purchased an external hard drive (My Book Essential Edition) and the
> salesperson told me that if I simply COPY my C drive to it, that if I get
> a
> new computer I could simply COPY the same thing back to the new computer..
> somehow that sounds too simple.. Can anyone advise me on that? For
> instance...Could I be just copying something bad onto the new computer??
> and/or I am now using Windows XP.. the new computer will likely have the
> new
> Windows 7.. are they compatible?? I'm also wondering if the little black
> screen flashing up is a sign of the computer ready to crash or something
> else. Sorry to be so long.. any input would be appreciated.



 
Reply With Quote
 
SC Tom
Guest
Posts: n/a
 
      1st Jan 2010


"bonkk" <(E-Mail Removed)> wrote in message
news:35910D6C-86DA-41C4-B2F7-(E-Mail Removed)...
> I am thinking my computer is ready to crash, as it's flashing a small
> black
> screen that appears to be a dos screen occasionally for a second or two.
> I
> purchased an external hard drive (My Book Essential Edition) and the
> salesperson told me that if I simply COPY my C drive to it, that if I get
> a
> new computer I could simply COPY the same thing back to the new computer..
> somehow that sounds too simple.. Can anyone advise me on that? For
> instance...Could I be just copying something bad onto the new computer??
> and/or I am now using Windows XP.. the new computer will likely have the
> new
> Windows 7.. are they compatible?? I'm also wondering if the little black
> screen flashing up is a sign of the computer ready to crash or something
> else. Sorry to be so long.. any input would be appreciated.


There's a program that came with you’re My Book (or you can download it from
Western Digital) called Acronis True Image. It will allow you to make a boot
disk, and then from that, create an image of your current hard drive. With
that image, you can restore a new disk to the same point in time as when you
created it. Check the instructions that come with it- they are fairly simple
and easy to follow. I use it myself with my own My Book, and used it to
restore my notebook when its hard drive crashed. Took me about 45 minutes to
restore it and boot it up. Never even knew I had a problem except the lost
45 minutes (and the cost of the new HDD LOL).
--
SC Tom

 
Reply With Quote
 
Paul
Guest
Posts: n/a
 
      1st Jan 2010
bonkk wrote:
> I am thinking my computer is ready to crash, as it's flashing a small black
> screen that appears to be a dos screen occasionally for a second or two. I
> purchased an external hard drive (My Book Essential Edition) and the
> salesperson told me that if I simply COPY my C drive to it, that if I get a
> new computer I could simply COPY the same thing back to the new computer..
> somehow that sounds too simple.. Can anyone advise me on that? For
> instance...Could I be just copying something bad onto the new computer??
> and/or I am now using Windows XP.. the new computer will likely have the new
> Windows 7.. are they compatible?? I'm also wondering if the little black
> screen flashing up is a sign of the computer ready to crash or something
> else. Sorry to be so long.. any input would be appreciated.


When it flashes a DOS screen for a second or two, *something* is running.
Could it be malware ? Could it be a legitimate system process ? I can't guess
from here.

This would happen if the user double clicked on something that would normally
run in the Command Prompt window. The window opens, to provide an interface
for the program (standard input, standard output, standard error). If the program
using the window quits quickly, you only see a flash of the command prompt window.
I think that could be what you're seeing.

Sysinternals.com has a couple programs that are useful for checking stuff like
this. Process Explorer gives information similar to Task Manager, about
what things are currently running on the computer. (Save this one for a rainy day.)

http://technet.microsoft.com/en-ca/s.../bb896653.aspx

I tried Process Explorer and it isn't fast enough to catch transient program
execution.

But there is a second one, called Process Monitor. It traces all sorts of system
events.

http://technet.microsoft.com/en-ca/s.../bb896645.aspx

For this one, I ran Procmon.exe . It will pop up a "Filter" window. Filtering
is necessary, to eliminate hundreds of thousands of unimportant events from the
viewing window. I double clicked on the green entries, to be able to edit them,
then selected "remove". That removes filter specifications we don't want. Then
I created a new one. When I click "Add", the new event specification appears in
green in the Filter window.

"Operation" "is" "Process Create"

Then, I closed the filter window, so the program would start watching the computer.
Now, it is looking for that single condition.

Next, I found a small dumb program to use as a test. "Dumppo.exe" is a program from
Microsoft. Double clicking that program causes a Command Prompt window to pop up,
and then disappear. In the Process Monitor window, I got an event recorded.
It logged that a process was created, and named the file that was used.

You can try that, if you're interested.

If either Process Monitor or Process Explorer won't run on your computer, you
could have malware on board. Process Monitor and Process Explorer are well
written programs. They don't need to be "installed" to work. The only possible
complication you can have with them, is Kaspersky AV software tends to fight
with the programs from Sysinternals (because Kaspersky doesn't like programs
that access system resources as deeply as those kinds of programs do). I've had
a computer lock up (freeze) because of that, with no escape (no Task Manager).

Paul
 
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
Is my computer ready? Nyds Windows XP MovieMaker 8 7th Jul 2009 03:24 AM
A new computer ready on Saturday JOHN Windows Vista General Discussion 8 6th Feb 2008 10:39 PM
Placed an Order for a New Gateway Computer, a Windows Vista Ready Computer. Windows Vista General Discussion 17 8th Mar 2007 08:48 PM
Ready to crash? Windows XP Performance 2 11th Apr 2004 09:27 PM
crash while backing up systemstate Ulrich Wurst Microsoft Windows 2000 0 25th Oct 2003 09:33 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:15 PM.