1. There are multiple PDF software out there that claims that the can edit or convert PDF but few of them works. I have used classic PDF editor and completely satisfied with its performance. So I highly recommend classic PDF editing software.

    There are multiple PDF software out there that claims that the can edit or convert PDF but few of them works. I have used classic PDF editor and completely satisfied with its performance. So I highly recommend classic PDF editing software. See less
    • 0
  2. If u think it is a software issue run full scan of computer with good AV soft like MS security essentials (latest definition must be installed).You know the real meaning of peace only if you have been through the war.

    If u think it is a software issue run full scan of computer with good AV soft like MS security essentials (latest definition must be installed).

    You know the real meaning of peace only if you have been through the war.

    See less
    • 0
  3. You're welcome. I'm glad you got it fixed.

    You’re welcome. I’m glad you got it fixed. See less
    • -15
  4. Alright, it was my darn mouse. After half a day of search I have managed to find, accidentally a secret key combination that disables this function. I have a mouse with multiple buttons on the sides and they are all disabled (I don't need them) because I have not installed the driver and software, bRead more

    Alright, it was my darn mouse. After half a day of search I have managed to find, accidentally a secret key combination that disables this function. I have a mouse with multiple buttons on the sides and they are all disabled (I don’t need them) because I have not installed the driver and software, but it seems that some strange combination enables the mute function even if the mouse has no specific drivers.

    Problem solved but I have shortened my life by a few years, daaaaymn 🙂

    See less
    • -21
  5. As I said...."A partition being labelled Local Disk doesn't indicate a problem, unless it had a different label previously because a volume label had been assigned to it and you haven't deleted that. "You haven't said whether it had a different volume label previously. ....It's probable that the perRead more

    As I said….

    “A partition being labelled Local Disk doesn’t indicate a problem, unless it had a different label previously because a volume label had been assigned to it and you haven’t deleted that. “

    You haven’t said whether it had a different volume label previously.
    ….

    It’s probable that the person you lent it to unplugged it while Windows was running, without clicking on the Safely Remove Hardware icon and choosing to STOP accessing the drive, and because of that, the the partition table data was damaged on it. In that case, Windows often “thinks” the drive is not formatted and in Dik Mangement the space on the drive is seen as RAW – unallocated.

    Recuva is just one of the data recovery programs you can try to fix the partition table damage.
    Once that damage has been fixed, you will probably be able to access all of or most of the data on the external drive that you could access previously.

    Try various data recovery programs that can fix partition table damage. A program meant specfically only for un-deleting files will NOT work because of the partition table damage.

    The one thing you should NOT do if you want to recover your data is to delete the partition (s) on the external hard drive and make (a) new one(s). There are un-delete or un-format programs that can reverse that , but they’re meant to be used when there was nothing wrong with the partition table’s data – you probably would NOT be able to recover as much or maybe NO data because of the partition table damage.

    Troubleshooting USB device problems including for flash drives, external drives, memory cards.
    See Response 1:
    https://computing.net/answers/ha…

    In that – other data recovery programs you could try – response 2 here:
    https://computing.net/answers/ha…

    I haven’t needed to use any data recovery program to fix partition table damage on a removable drive caused by unplugging the drive at the wrong time, so I have no experience with using them.
    Others who answer here reguarly may have had experience with those or may be able to suggest other programs.

    See less
    • 0
  6. download d3d drivers driver igi game windows 7http://is.gd/u0eXBy

    download d3d drivers driver igi game windows 7
    http://is.gd/u0eXBy See less
    • 0
  7. change this line:echo %%1,%%2,%%3,%%4>output2.csvto:echo %%1,%%2,%%3,%%4>>output2.csvbe sure to "clear" output2.csv prior to each run unless you want incremental additions.

    change this line:
    echo %%1,%%2,%%3,%%4>output2.csv

    to:
    echo %%1,%%2,%%3,%%4>>output2.csv

    be sure to “clear” output2.csv prior to each run unless you want incremental additions.

    See less
    • 0
  8. open a cmd window or command promptenter: netstat (options) > filename.txtfilename.txt is in the current directory eg: c:\users\yourusername > netstat -a > netstat.txt ">" will write the output in the named file. The existing content is overwriten.">>" will append the output to theRead more

    open a cmd window or command prompt
    enter: netstat (options) > filename.txt

    filename.txt is in the current directory

    eg: c:\users\yourusername > netstat -a > netstat.txt

    “>” will write the output in the named file. The existing content is overwriten.
    “>>” will append the output to the named file.

    See less
    • 0
  9. Easiest solution is just to use copy instead of xcopy:for %%a in (H:\Source\*) do copy /y "%%a" "H:\Destination\Copy of %%~NXa"(Note: H:\Destination needs to exist before this command runs.)How To Ask Questions The Smart Way

    Easiest solution is just to use copy instead of xcopy:

    for %%a in (H:\Source\*) do copy /y "%%a" "H:\Destination\Copy of %%~NXa"

    (Note: H:\Destination needs to exist before this command runs.)

    How To Ask Questions The Smart Way

    See less
    • 0
  10. You have a couple of choices. Contact whoever is in charge of your IT program. Rememeber your password. Or if you don't have one you will need to set up a new vpn. Pretty sure those type of passwords are fairly well protected, so recovery is unlikely. If you are trying to set one up, I am certain thRead more

    You have a couple of choices. Contact whoever is in charge of your IT program. Rememeber your password. Or if you don’t have one you will need to set up a new vpn. Pretty sure those type of passwords are fairly well protected, so recovery is unlikely.

    If you are trying to set one up, I am certain that help will be available.

    ::mike

    See less
    • 0