record/opening documents

I'm not able to see or open any files that I save. I see the files in recent documents, but they are not in the document library. All my files are gone. If I I n type file, it says they are in an inaccessible place. I can't open anything on my USB key. The computer does not even recognize the device, it does not show in the location of 'my computer '. Is something wrong with my drive?

You can use these free tools to see if they find something,

Update manually before running comprehensive analyses,

Try not to use your computer while the scans are running, (one at a time of course).

http://www.Malwarebytes.org/products/malwarebytes_free
http://www.SUPERAntiSpyware.com/?tag=SUPERAntiSpyware

It is the longest up to 4 hours, others are only about 45 minutes,

http://www.Microsoft.com/security/scanner/en-us/default.aspx

Tags: Windows

Similar Questions

  • open documents (or files) in the subfolders of the folder of my target

    Hi guys,.

    I'm new to javascript and I need help to open documents in subfolders of the folder of my target. There are several subfolders (subfolder 1 to 10 for example) contained in a folder ("Folder" in the script below). I want to open all the documents in a subfolder at a time and do something for these documents. Then close and open documents in a different subfolder (loop).

    I find a way to open documents that are directly under a folder. The problem is that I don't know how to open a document in the subfolder of a folder

    I need code that could do something like "getfolders" (but there is no such thing as 'getfolders') to the subfolder of 1 to 10 the number and loop through them to open documents.

    Could some please help me with the problem?

    This is where I am so far:

    #target photoshop

    Var folder = Folder.selectDialog ("select folder");

    If {(Folder)

    Uses of the var = theFolder.getFiles (/ \.) (jpg) | TIF | EPS | (psd) / $i);

    for (var m = 0; m < theFiles.length; m ++)

    {

    Open all documents in the folder

    var idOpn = charIDToTypeID ('Opn');

    var desc52 = new ActionDescriptor();

    var idnull = charIDToTypeID ("null");

    desc52.putPath (idnull, theFiles [m]);

    var ADI is charIDToTypeID ("As");.

    var idTIFF = charIDToTypeID ("TIFF");

    desc52.putClass (Adis, idTIFF);

    executeAction (idOpn, desc52, DialogModes.NO);

    ... do something for documents

    ... Save and close

    }

    }

    I finally get the correct script by combining small pieces from here and elsewhere

    After selecting the top folder, this script will go through each subfolder, one to a tim.e to open two files tif - that contain respectively the cy5 and texas. Then the script will superimpose the cy5 texas file file in a new RBG file and save it with a similar name that the file of texas except the overlay file will replace Texasred with overlay:

    #target photoshop

    app.bringToFront ();

    main(); call the main function

    main() {} function

    records of var = [];

    var topLevel = Folder.selectDialog("");  Select the superior folder

    if(topLevel == null) return; If you cancel to quit smoking

    records = FindAllFolders (topLevel, records);  call the FindAllFolders function

    Folders.unshift (topLevel);  Add new items at the beginning of an array

    for (var z = 0; z)< folders.length;="" z++){//="" loop="" through="" all="">

    List of files of the var = folders [z] .getFiles ("*.tif"); a list of all the hair in this subfolder

    for (var a = 0;< filelist.length;="" a+="">

    {//loop through all the files in the folder; 2 at a time

    If (fileList[a].name.match(/cy5/i)) {/ / the file must contain cy5}

    DocRef var = app.open (fileList [a])}; Open file

    If (fileList[a+1].name.match(/texas/i)) {/ / the file must contain Texas}

    var docref1 = app.open (fileList [a + 1]);} Open file

    * insert ' final script any overlay ", recorded by scriptistener

    Marker - Sep 17, 2016, 18:21:49

    // start=======================================================

    create a new custom RGB

    var idMk = charIDToTypeID ("Mk");

    var desc136 = new ActionDescriptor();

    var idNw = charIDToTypeID ('Nw');

    var desc137 = new ActionDescriptor();

    TSM var = charIDToTypeID ("Md");

    var idRGBM = charIDToTypeID ("RGBM");

    desc137.putClass (TSM, idRGBM);

    var idWdth = charIDToTypeID ("Wdth");

    var idRlt = charIDToTypeID ("#Rlt");

    desc137.putUnitDouble (idWdth, idRlt, 665.760000);

    var idHght = charIDToTypeID ("Hght");

    var idRlt = charIDToTypeID ("#Rlt");

    desc137.putUnitDouble (idHght, idRlt, 498.720000);

    var idRslt = charIDToTypeID ("Rslt");

    var idRsl = charIDToTypeID ("#Rsl");

    desc137.putUnitDouble (idRslt, idRsl, 150.000000);

    var idpixelScaleFactor = stringIDToTypeID ("pixelScaleFactor");

    desc137.putDouble (idpixelScaleFactor, 1.000000);

    idFl var = charIDToTypeID ("Fl");

    idFl var = charIDToTypeID ("Fl");

    var idBckC = charIDToTypeID ("BckC");

    desc137.putEnumerated (idFl, idFl, idBckC);

    var idDpth = charIDToTypeID ("Dpth");

    desc137.putInteger (idDpth, 16);

    var idprofile = stringIDToTypeID ('profile');

    desc137.putString (idprofile, "sRGB IEC61966 - 2.1");

    var idDcmn = charIDToTypeID ("Dcmn");

    desc136.putObject (idNw, idDcmn, desc137);

    executeAction (idMk, desc136, DialogModes.NO);

    end of the new creation of file marker - Sep 17, 2016, 18:22:19

    // start=======================================================

    perform the action for recovery

    var idPly = charIDToTypeID ('folds');

    var desc138 = new ActionDescriptor();

    var idnull = charIDToTypeID ("null");

    var ref90 = new ActionReference();

    var idActn = charIDToTypeID ('Actn');

    ref90.putName (idActn, "Overlay");

    var idASet = charIDToTypeID ("ASet");

    ref90.putName (idASet, "Default Actions");

    desc138.putReference (idnull, ref90);

    executeAction (idPly, desc138, DialogModes.NO);

    end overlay action marker - Sep 17, 2016, 18:24:08

    // start=======================================================

    Save the overlay file

    var idsave is charIDToTypeID ('save');.

    var desc139 = new ActionDescriptor();

    var ADI is charIDToTypeID ("As");.

    var desc140 = new ActionDescriptor();

    var idBytO = charIDToTypeID ("selonPour");

    var idPltf = charIDToTypeID ("Pltf");

    var idMcnt = charIDToTypeID ("Mcnt");

    desc140.putEnumerated (idBytO, idPltf, idMcnt);

    var idTIFF = charIDToTypeID ("TIFF");

    desc139.putObject (Adis, idTIFF, desc140);

    Marie Salomé var is charIDToTypeID ('In');.

    var name = list of files [a + 1].name.replace ("Texasred", "Overlay"); Rename the new file to overlay RGB

    desc139.putPath (Marie-Salomé, new file (files [z] + ' / ' + name));

    var idLwCs = charIDToTypeID ("LGD");

    desc139.putBoolean (idLwCs, true);

    executeAction (idsave, desc139, DialogModes.NO);

    end of file save marker - Sep 17, 2016, 18:26:43

    // start =======================================================

    Close all files

    var idCls = charIDToTypeID ("Cls");

    executeAction (idCls, undefined, DialogModes.NO);

    // =======================================================

    var idCls = charIDToTypeID ("Cls");

    executeAction (idCls, undefined, DialogModes.NO);

    // =======================================================

    var idCls = charIDToTypeID ("Cls");

    executeAction (idCls, undefined, DialogModes.NO);

    end of file closing marker - Sep 17, 2016, 18:27:43

    * end of the insertion of the script of any final overlay

    } //end filelist loop

    } //end loop of subfolders

    } //end main function

    function FindAllFolders (srcFolderStr, destArray) {}

    var fileFolderArray =. getFiles() folder (srcFolderStr);

    for (var i = 0; i)< filefolderarray.length;="" i++="" )="">

    var fileFoldObj = fileFolderArray [i];

    If (fileFoldObj instanceof File) {}

    } else {}

    destArray.push (Folder (fileFoldObj));  Add new items at the end of a table

    FindAllFolders (fileFoldObj.toString (), destArray);

    }

    }

    Return destArray;

    }

  • I'm unable to open documents on my mac iCloud drive

    I'm having a problem where I am unable to open documents stored in iCloud drive on my MacBook Pro.  I already could solve this problem of disconnection and return in my iCloud desktop account.  This step doesn't work anymore.  When I try to open any file stored in iCloud, I get a message saying "the file _ could not be opened."

    Example: I opened the Pages.  When I try to open a file through this program, it will not be open.  If I try to open the file in the Finder, the same result happens.  This applies to the files of numbers and .pdf files.

    Hi mattfrompdc,

    Thank you for using communities Support from Apple!

    Looks like you are having some problems at the opening of documents stored in iCloud drive. If you do not already done, please go to iCloud.com and connect see if you are able to open the files there. If you are able to open the documents there, the next step would be to start the MacBook Pro in Mode safe and see if you can open documents from your iCloud drive it. A time tested, and then restart the MacBook Pro and try to access the iCloud drive as you normally would.

    See you soon!

  • I can't open documents sent to my email address

    I have Adobe reader and can open documents with the exception of any document sent to my email address at
    att.NET my email provider has tried repeatedly to find problems with the email account ect.
    with no will. My search engine is Mozilla firefox

    If you are in the AT & T Yahoo! platform?

    If so, you can run on a question that has plagued other Yahoo mail users, who has not been able to download attachments. This is especially a problem if you use an old favorite to access your e-mail, because Yahoo is not always correctly redirect on the currently preferred server.

    To find the best current address, try to access your mail through one of them:

    If you get to a working server, change your old bookmark for the new address.

    Some users have reported a different approach, which was to change to their Yahoo email settings basic messaging interface. I hope that won't be necessary.

  • Cannot open 'Documents' because the original item cannot be found.

    By clicking on the sidebar in the finder, received the error of the object:

    Cannot open 'Documents' because the original item cannot be found.

    I spend a lot of stuff around recently because of a SIN that went down.  A lot of backups, transfers etc.

    Just as moving things to normal.

    Have all my backup files.

    If I go to users / #username "/ Documents I get the following:"

    Cannot open the 'Documents' folder because you don't have permission to view its contents.

    cmd - I do not show Panel permissions at all, just said I have unknown access.

    Finally, the fold icon has a small blue arrow in a white circle in the lower right corner.

    I am the only user and admin.

    Do you use a data service on the clouds that fits in the Finder, like "Dropbox" or "Google Reader?"

  • Cannot open documents with .cwk on the new imac

    I just upgraded my mini in an imac. I transferred via MIGRATION Asst. I discovered that I had a lot of documents with file extension .cwk. Since Appleworks 6 is no longer viable, I can't open documents. I would like to convert the docs. in PDF format, but can not find a way to do it. For any help or suggestion will be greatly appreciated.

    Try a .cwk file right-click and select "open with...". "Pages. If it works, you can do a right-click on the .cwk file, choose 'Get Info', in virtue to open it with, select Pages in the menu drop-down and check "use this application to open all documents like this.

  • The index.xml file required is missing. Cannot open documents. 10.10.5 sys

    The index.xml file required is missing. Cannot open documents. 10.10.5 sys

    You have two versions of installed Pages, where the Pages ' 09 document format use it internal document index.xml, and all Pages v5 releases use a different document format that does not incorporate the index.xml file. If you have Pages ' 09 running without window, and double-click a v5 document Pages, you will get a Pages ' 09 dialog box indicating that the index.xml file is missing.

    Exit Pages ' 09 and then double click on the document to open correctly in your version of v5 Pages.

  • AppleScript/Pages can not find the open document

    This very simple script will not work:

    Tell application "Pages".

    activate

    say the document before

    name

    tell the end

    tell the end

    All of this has to do is give the name of the opened document. It says: "cannot get document 1. Invalid index. "And, Yes, there is an open document.

    This behavior deteriorated. He worked a few weeks ago and then become increasingly more broken. It's the same thing with the numbers.

    That's happened? My Applescript is corrupt?

    It works very well here:

             tell application 'Pages' to return before the document name

    And so for this:

    say application 'Pages '.

    say front document

    name

    end say

    end say

    With the keys v 5.6.1. OS X 10.11.1 (El Cap).

    Make sure you have checked it in system preferences:

    SG

  • Cannot open documents in the documents folder error microphone

    Items scanned the on30/01/12 printer in the documents folder, but cannot open the folder to change the content or do anything else he

    Hello

    Can I know what error message when you try to open documents in the documents folder of.

    You are able to open files (not folders) via the double left click?
    Please check if you can try to run any application or executable files (.) Exe files) and check if you get a nice option.

    Please post back with the information.

    Kind regards.

  • Unable to use Word to open documents

    Original title: program needs to link problems!

    I went to associate a program and the word to open, but instead, it always returns back to Word Pad. How can I change permaently? I click on word of the program I want and hit change. I use Vita home. This is a new problem. He showcs loading of associations that word was chosen, but if you click on the (doc) says the word pad. All the answers?

    Hey irv 61 diane 58,.

    1. which edition of Office that you are using?

    You can try to set Word as default program and set the file association to open documents.

    Visit the following links and see if it helps:

    Change the default settings for the program, please visit the links below: change which programs Windows uses by default:

    http://Windows.Microsoft.com/en-us/Windows-Vista/change-which-programs-Windows-uses-by-default

    Change default programs using Set Program Access and computer defaults:

    http://Windows.Microsoft.com/en-us/Windows-Vista/change-default-programs-using-set-program-access-and-computer-defaults

    Hope this information is useful.

    Jeremy K
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • "When I try to open documents - error: you currently have not allowed to access this folder."

    Original title: authorization to drive hard change

    The power supply or transformer died on a computer with XP.  Removed the hard to confirm, is not the problem and installed in an external case running from my W7 desktop.   When I try to open documents and configuration file are getting the message "you not currently have permission to access this folder."  If I still have that message, I get another access denied message that directs me to the Security tab where I have the choice to change the owner to the W7 PC administrator.  My question is, if I connect the enclosure to another computer I would then be able to modify the security settings so that I can access files on this computer also.

    My question is, if I connect the enclosure to another computer I would then be able to modify the security settings so that I can access files on this computer also.

    Yes, as long as you give full access to "everyone".

  • problem opening documents

    After execution of AVG is unable to open documents.

    When I start my computer 2 pop ups appear:

    C:/users/CHAYON/APPDATA/local/TBHostSupport/TBHostSupport.dll

    The specified module could not be found

    C:/users/CHAYON/appdata/roaming/pstorsvco.dll

    The specified module could not be found

    I would appreciate your help to fix this problem.

    You can run System Restore

    Or use the File Checker system to repair missing or corrupted system files

  • Can we open document from the hyperlink QML?

    Can we open document from the hyperlink qml?

    Label

    {

    "text:"Click here!

    "

    }

    I know that this problem has been resolved, but won't this is the solution.

    People, please stop using onTouch event on controls to manage the events of tap.

    To manage the tap, you must use gestureHandlers instead of onTouch

    gestureHandlers: [
                    TapHandler {
                        onTapped: {
                            // THIS CONTROL IS TAPPED AND NOT SIMPLY "TOUCHED". DO SOMETHING HERE
                        }
                    }
                ]
    

    If you treat your event on signal Notecard, you will eventually provide a poor user experience!

  • I prefer SEPARATE (for multiple open documents) instead of tedious proceedings hover over the icon and then choose the one I want.

    Notepad or WORD or EXCEL, Lotus SAMETIME, I prefer SEPARATE (for multiple open documents) instead of tedious proceedings hover over the icon and then choose the one I want.  I can't figure out how to change that, and it's a boring true change to XP. Does anyone know how to do this?

    Go to the Start menu button, right-click on it, select Properties, click the task bar .

    Click the drop-down list buttons Taskbar & select never combine.

    That's all.  You should now see an entry of the separate taskbar for each open file on your PC.

  • Bought and installed Office home & student 2010 without any problem. But now I can't open documents saved in a different format.

    Recently, when I try to open documents saved in another format, the window opens up to enter the product key for Office Home & Student 2007. I never had this version installed and I had no problem opening documents. Can view and print, but can't make changes, save it in any other format. I have to retype each document. Cannot know what has changed and how to reverse or to deal with this. Any help would be appreciated!

    Your computer came with a version of EVALUATION of Office 2007?
    If so then uninstall all THE implications of the office, re-boot and re - install your paid version.

Maybe you are looking for