1. You need to make sure that the SSD or any bootable drive is connected to one of the chipset SATA ports, not one of the Marvel ones.Look at this site:http://www.overclock.net/t/1156654/...it has some great tips for installing and optimizing Windows 7 for an SSD drive.You have to be a little bit crazyRead more

    You need to make sure that the SSD or any bootable drive is connected to one of the chipset SATA ports, not one of the Marvel ones.
    Look at this site:
    http://www.overclock.net/t/1156654/…
    it has some great tips for installing and optimizing Windows 7 for an SSD drive.

    You have to be a little bit crazy to keep you from going insane.

    See less
    • 0
  2. This is the message received once the IP address changes:Your IP address has been changed. Multi part archive can be successfully unpacked ONLY when ALL it's parts are downloaded from the same IP. Start download againThis makes it effectively impossible to download multi-part files from FilesmonsterRead more

    This is the message received once the IP address changes:
    Your IP address has been changed. Multi part archive can be successfully unpacked ONLY when ALL it’s parts are downloaded from the same IP.
    Start download again

    This makes it effectively impossible to download multi-part files from Filesmonster since the IP address is usually automatically changed every 24 hours.

    The Filesmonster site is just a complete waste of time unless you pay for membership!!

    See less
    • 0
  3. If none of these help, you can go into the bios & load Setup Default Settings & see if that helps.http://www.ehow.com/how_6853544_do-...After those, try/borrow a usb monitor & see if that is normal.

    If none of these help, you can go into the bios & load Setup Default Settings & see if that helps.

    http://www.ehow.com/how_6853544_do-…

    After those, try/borrow a usb monitor & see if that is normal.

    See less
    • 0
  4. If the drive is not seen in BIOS then it is a hardware fault so no software fix will work.Possible HD failure.Always pop back and let us know the outcome - thanks

    If the drive is not seen in BIOS then it is a hardware fault so no software fix will work.

    Possible HD failure.

    Always pop back and let us know the outcome – thanks

    See less
    • 0
  5. "WHY DO THEY MAKE THIS SO DIFFICULT!?"It's not that difficult. It's no different than needing a part for your car, refrigerator, washer, etc, etc. But to be able to locate the correct part, you'll need the exact make/model/model number of the device you're working with.As ijack alluded to, if the MaRead more

    “WHY DO THEY MAKE THIS SO DIFFICULT!?”

    It’s not that difficult. It’s no different than needing a part for your car, refrigerator, washer, etc, etc. But to be able to locate the correct part, you’ll need the exact make/model/model number of the device you’re working with.

    As ijack alluded to, if the Marvell chipset is part of the motherboard, you’ll need to know the make/model of your board, then you should be able to download the drivers from the motherboard manufacturer’s website. If the motherboard is part of an OEM system (Acer, Dell, HP, etc), you will have to know the model/model number of the PC. Once you have that, you should be able to download the drivers from the OEM manufacturer’s website. OR, if you have a Marvell based ATA controller card, you would have to know the make/model/model number of the card & then you should be able to download the drivers from the card manufacturer’s website.

    If you’ll post the make/model/model number of what you have, one of us should be able to point you to the exact driver you need.

    See less
    • 0
  6. You seem to be doing all sorts of things which makes it a bit confusing. For the time being just run these three programs in the order given so that we can check for malware:AdwCleaner:https://toolslib.net/downloads/view...(blue "Download Now" button on right).Download and "Save" the file somewhere.Read more

    You seem to be doing all sorts of things which makes it a bit confusing. For the time being just run these three programs in the order given so that we can check for malware:

    AdwCleaner:
    https://toolslib.net/downloads/view…
    (blue “Download Now” button on right).
    Download and “Save” the file somewhere. Go to the saved file then double click it to run the program. Use the “Scan” button, followed by the “Clean” button.

    Junkware Removal Tool (JRT)
    https://www.malwarebytes.org/junkwa…
    (blue Download button).
    Download and “Save” the file somewhere. Go to the saved file then double click it to run JRT. It might appear to have stopped at times or flash the screen but sit tight until it has finished.

    MalwareBytes:
    https://www.malwarebytes.org/
    (use the “Free Download” button rather than the “Buy Now” button).
    After the install go to “Settings > Protection”. Under Scan Options move the “Scan for rootkits” slider over to On and Run the Threat Scan. Quarantine anything it finds.

    If they find anything copy/paste the appropriate logs on here and let us know if there is any improvement. If you lose the ADW log you can find it as a text file in the ADWCleaner folder directly off the system drive root (usually C).

    Always pop back and let us know the outcome – thanks

    See less
    • 0
  7. First question@echo off & setlocal EnableDelayedExpansion set row= for /F "delims=" %%j in (File.txt) do ( if defined row echo.!row!>> File.new set row=%%j ) Second question@echo off & setlocal EnableDelayedExpansion set cnt=0 for /F "delims=" %%j in (File.txt) do ( set /A cnt+=1 set lRead more

    First question

    @echo off & setlocal EnableDelayedExpansion
    set row=
    for /F "delims=" %%j in (File.txt) do (
      if  defined row echo.!row!>> File.new
      set row=%%j
    )
    

    Second question

    @echo off & setlocal EnableDelayedExpansion
    set cnt=0
    for /F "delims=" %%j in (File.txt) do (
      set /A cnt+=1
      set line!cnt!=%%j
      call :SUB
    )
    exit
    
    ;SUB
      [HERE YOUR STUFF]
    exit
    

    See less

    • 0
  8. a simple commandroute print >textfile.txtAnswers are only as good as the information you provide.How to properly post a question: Sorry no tech support via PM's

    a simple command

    route print >textfile.txt

    Answers are only as good as the information you provide.
    How to properly post a question:
    Sorry no tech support via PM’s

    See less
    • 1