1. One thing on forgot to add is that if the strings are rather generic to windows you may be able to return a number and reference it with "net helpmsg x".Here is a list I just generated on xp home:http://judago.webs.com/helpmsg.txtDon't expect the file to stay up long, I only put it there because pasRead more

    One thing on forgot to add is that if the strings are rather generic to windows you may be able to return a number and reference it with “net helpmsg x”.

    Here is a list I just generated on xp home:

    http://judago.webs.com/helpmsg.txt

    Don’t expect the file to stay up long, I only put it there because pastebin is down.

    See less
    • 0
  2. Try running Clipboard using Run:Click StartClick RunType: clipbrdIf the clipboard comes up, delete everything.Even if you can't see anything, click the Delete Key, (looks like the letter X on the task bar.)See if that helps.MIKEhttp://www.skeptic.com/

    Try running Clipboard using Run:

    Click Start
    Click Run
    Type: clipbrd

    If the clipboard comes up, delete everything.
    Even if you can’t see anything, click the Delete Key, (looks like the letter X on the task bar.)

    See if that helps.

    MIKE

    http://www.skeptic.com/

    See less
    • 0
  3. I am quite sure it is the hard drive, based on what I'm reading online. It could be that drives with some firmware versions are affected but not others. I've found this to be an interesting read: https://www.reddit.com/r/techsuppor... One part I took particular notice of is this by a person who ownsRead more

    I am quite sure it is the hard drive, based on what I’m reading online. It could be that drives with some firmware versions are affected but not others. I’ve found this to be an interesting read: https://www.reddit.com/r/techsuppor…

    One part I took particular notice of is this by a person who owns two of these drives but with different firmware versions: “I pulled up HDTune and was horrified to find that the drive has an extremely high Load/Unload Cycle Count (2000+) after only around 3 days of use. The other USB drive only has readings in the low 100 and also did not make any chirping noise.”

    I have also used HDTune and my Load/Unload Cycle Count is also quite high considering everything is new and it has barely been used.

    See less
    • 0
  4. "1. the file was copied over the same folder as the cracked executable"No help here for PIRATED games!intel P4 3.0ghz HTTATI 9800 Pro AGP 8x2 x 1gb Corsair DDR4002 x 250gb HDDWindoze XP SP3Ubuntu 10.04 LTS

    “1. the file was copied over the same folder as the cracked executable”

    No help here for PIRATED games!

    intel P4 3.0ghz HTT
    ATI 9800 Pro AGP 8x
    2 x 1gb Corsair DDR400
    2 x 250gb HDD
    Windoze XP SP3
    Ubuntu 10.04 LTS

    See less
    • -13
  5. It is unlikely that the graphics card cannot handle the graphics that Windows uses providing the graphics card is working correctly and the correct drivers are installed.You said you added a graphics card and all you get is green squiggles. Did you disable the on-board graphics in the BIOS and moveRead more

    It is unlikely that the graphics card cannot handle the graphics that Windows uses providing the graphics card is working correctly and the correct drivers are installed.

    You said you added a graphics card and all you get is green squiggles. Did you disable the on-board graphics in the BIOS and move the cable to the new graphics card. If you just left installed the graphics card and changed nothing ion the BIOS then Windows is probably getting confused as to which graphics ard it is supposed to be using. If the on-board is enabled and the monitor is connected to it remove the add on card and start again.

    Whenever you have graphics problems the first thing to do is to boot into safe mode and see if that works. Safe Mode uses a low res graphics format that all graphics cards can handle, even without drivers installed.

    Stuart

    See less
    • 0
  6. If you disabled an on-board video adapter in BIOS Setup I'm afraid you're stuffed. You'll have to install an add-on graphics card and connect your monitor to that instead.

    If you disabled an on-board video adapter in BIOS Setup I’m afraid you’re stuffed. You’ll have to install an add-on graphics card and connect your monitor to that instead. See less
    • -1
  7. There may not be a file or folder, however that doesn't mean you shouldn't check to see if there's a file or folder. I question what's going on, because of the double quotes. According to Task Manager, what's explicitly happening is the computer will try to run "C:\Program[.com|.exe|.bat|.cmd|.vbs|.Read more

    There may not be a file or folder, however that doesn’t mean you shouldn’t check to see if there’s a file or folder. I question what’s going on, because of the double quotes. According to Task Manager, what’s explicitly happening is the computer will try to run “C:\Program[.com|.exe|.bat|.cmd|.vbs|.vbe|.js|.jse|.wsf|.wsh|.msc|.cpl],” and give it the options of “files\synaptics\syntp\syntpenh.exe.”

    Now, Synaptics has been in this game a long time. I’m not expecting them to make the same mistakes they made 20 years ago. That doesn’t mean they can’t, nor does it mean someone else who repackaged it into their own installer is competent, but it does require further investigation.

    How To Ask Questions The Smart Way

    See less
    • 0
  8. Hi,Just doing this with formulas is rather limiting.The following will give you some of the features you want, and it works in OpenOffice.I left row 1 & 2 empty to leave room for some more headings if required.Rows 3 & 4 are headingsEach Tenant takes up two rows, so that date of payment is oRead more

    Hi,

    Just doing this with formulas is rather limiting.
    The following will give you some of the features you want, and it works in OpenOffice.

    I left row 1 & 2 empty to leave room for some more headings if required.

    Rows 3 & 4 are headings
    Each Tenant takes up two rows, so that date of payment is on one row and amount paid is on the next row.

    To make this work each payment is recorded along with the payment date. I have used columns P to HO for the payment record. For someone paying weekly this would last for 4 years.

    Enter the following text in cells. If I have two cells for one text, merge the cells and centre the text, and enter the text once.

    Row 3
    B3 Name C3 Address D3 Weekly
    E3/F3 First Payment
    G3/H3 Start of tenancy
    I3/J3 Last payment
    K3/L3 Balance
    M3/N3 Paid until
    O3 Payment
    Row 4
    D4 Rate E4 $ F4 Date G4 Date H4 Day I4 $
    J4 Date K4 $ L4 Days M4 Week of N4 Day O4 record

    Other rows O5 date O6 $

    Formulas:
    Enter these formulas:
    H5=IF(D5=””,””,DAY(G5))
    I5=IF(D5=””,””,IF(ISNA(HLOOKUP(J5,P5:HO6,2,FALSE)),””,HLOOKUP(J5,P5:HO6,2,FALSE)))
    J5=IF(D5=””,””,IF(MAX(P5:HO5)=0,””,MAX(P5:HO5)))
    K5=IF(D5=””,””,(SUM(P6:HO6)+E5)-INT((SUM(P6:HO6)+E5)/D5)*D5)
    L5=IF(D5=””,””,INT(K5/(D5/7)))
    M5=IF(D5=””,””,G5+(INT((SUM(P6:HO6)+E5)/D5)*7))
    N5=IF(D5=””,””,M5+L5)

    Select cells D5 to O6
    Now drag these cells down, as many pairs of rows as you have tenants.

    The formulas all test the weekly rate and if the weekly rate is empty, the formulas all return “”

    For the first tenant, add data in cells D5 to G5 and enter dates and payment amounts (after the initial payment) starting with first regular payment date in P5 and amount in P6.

    I hope that this gives you something to work on.
    I haven’t tested this with much data so you need to look at results closely when you first start using it, to be sure it is doing what you expect.

    One problem is that when you change weekly rates you will need to start a new pair of rows as the paid until calculation is based on one weekly rate.

    Regards

    See less
    • 0
  9. That card is really old. Win98 era. Why aren't you just using on board sound. Probably superior to that old 4 channel sound card. The last supported version of Windows is XP. That said, did you try letting Windows 8.1 find a driver?The link below is for the Gigabyte site to download the drivers forRead more

    That card is really old. Win98 era. Why aren’t you just using on board sound. Probably superior to that old 4 channel sound card. The last supported version of Windows is XP. That said, did you try letting Windows 8.1 find a driver?

    The link below is for the Gigabyte site to download the drivers for the on board sound.

    http://www.gigabyte.com/products/pr…

    See less
    • 0
  10. .fat is not a file type. FAT is a type of partition formatting. You need to delete any partition on the memory stick and then make a new partition. Then FORMAT the partition using FAT or FAT 32, depending on the capacity of the partition. You should copy any file currently on the memory stick to youRead more

    .fat is not a file type. FAT is a type of partition formatting.

    You need to delete any partition on the memory stick and then make a new partition. Then FORMAT the partition using FAT or FAT 32, depending on the capacity of the partition.

    You should copy any file currently on the memory stick to your computer. Deleting and reformatting will erase any current files. After you do the above, you can copy your .jpg files to the memory stick.

    See less
    • 0