top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

XP computer problems. Please help!

0 votes
115 views

I have a 17 year old XP laptop I've been using recently.

It started to act up early this morning. When I cut it on it went into the safe mode and or start your computer normally mode screen. I first hit the start your computer normally key but it didn't work. It keeps going back to the same safe mode etc screen. It will put the Compaq screen up then and then the Windows XP screen, then go back to the safe mode etc screen and keeps doing this non stop.
I have taken the battery out and restarted it tried to hit F-10 button and the escape button to no avail.

I am very aware I will need to get a new laptop. But I have quit a few Ms Word Word documents that I have worked on I would like to retrieve from this lap top before I get a new lap top.

Any help would be greatly appreciated.

Thanks

Sandra

posted Aug 25, 2019 by anonymous
Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Your answer

Preview

Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.
Similar Questions
0 votes

where is the problem in this code???,,,,,

#include<stdio.h>
#define EOS '\0'
int islet(char c)
{

    if(c>='a'&& c<='c')return(1);
    else
    return(0);
}

int main()
{
    char c,inpstr[]="abbbbccccb";
    int q,i,j;
    int count=0;
    printf("%s",inpstr);
    q=1;
    i=0;

   c=inpstr[i];

    while(c!=EOS)
    {
        if(q==1 && (inpstr[0]=='a')){q=2;}
        else  if(q==2 && (inpstr[i>=1 ||i<=19]=='b')&& islet(c) )
            {q=2;}    
             else if(q==2 &&(inpstr[i]=='c') && islet(c)){
                count++;
                if(count>1){printf("%d",count);}

else
                {q=3;}
             }
            else if(q==3 && (inpstr[0]=='b')){q=4;}
                 else{
                    q=5;
                    break;
                 }
      c=inpstr[i++];
    }

  if(q==5){
    printf("illegal");}
  else{
        printf("legal");
    }

  return(0);
}
0 votes

Can someone please help on some Use Cases on User equipment side(UE) ? I want to know few test cases steps regarding use cases in LTE/3G.

+1 vote

I have accidentally deleted WiredTiger.wt and another file start with "WiredTiger" in mongodbs dbpath.
The "collection.***.wt" files and another still exist, Are there any ways to recover my data?

+1 vote

Warning: the input device is not a console; cannot suppress echo during the password input.
Login: Login canceled.

+1 vote

I wanted to avoid push if any of the files is deleted from the local git clone area. Can anyone please help me with that?

I am using Stash for repository management.

...