Unable to open the zip file

Music downloaded from Rhapsody to use on Windows Moviemaker. Unable to open the Zip file.

Music downloaded from Rhapsody to use on Windows Moviemaker. Unable to open the Zip file.

==================================
Open zip files is to open the folder and drag
all of the content to another folder.

And the following article might suddenly look:

Windows Vista - compress and uncompress files (zip files)
http://Windows.Microsoft.com/en-us/Windows-Vista/compress-and-uncompress-files-ZIP-files

Volunteer - MS - MVP - Digital Media Experience J - Notice_This is not tech support_I'm volunteer - Solutions that work for me may not work for you - * proceed at your own risk *.

Tags: Windows

Similar Questions

  • I opened 2 emails that were in the folder spam from my email and that each contained an attachment zip 2 k and 3 KB. As I could not open directly in my email, I opened the zip files with the "open in" another app option. At the opening of th

    I opened 2 emails that were in the folder spam from my email and that each contained an attachment zip 2 k and 3 KB. As I could not open directly in my email, I opened the zip files with the "open in" another app option. When you open the zip files at this other app asked me if I wanted to extract zip files in a new folder, I have accepted, in both files .js (javascript) files there. I opened these .js inside this same application files and content files white text on black background and that seems to be a script file. My question is: my iPad Air has been compromised by a scam of viruses, such as the Trojan horse thieves and banking password especially as Dridex or Dyreza, the Trojans and ransomware as Locky, cryptolocker, or Teslacrypt. If that were the case, then what is the solution to get rid of these... Thank you.

    Simply delete them. It is not possible to install anything on iOS using this method. For good measure, you can remove and reinstall the application allowing you to open it with, but I don't really have that is actually needed.

  • How to open the zipped files?

    How to open the zipped files?

    Right-click | Extract all.

    If these are RAR files, then you need a tool like this.

    Free RAR Extract Frog
    http://download.CNET.com/free-RAR-extract-frog/3000-2250_4-10804840.html

  • Windows Photo Gallery does not open the zipped files

    Photo Gallery Windows does not open the photos that are in the zipped files received by Email. He said: Photo Gallery can't open this photo or video. This file format is not supported, or you do not have the latest updates to the photo gallery.

    This is expected behavior...

    Unzip the file and open the uncompressed version. Or just open
    the zip files and do drag the photos on the zip file and
    drop in a new folder.then you can open.

  • Photo Gallery will not open the zip file

    Hi all

    Someone sent me an email with 5 photos inside zip file.  I downloaded the attachment and open the file with photo gallery.  I watched all 5 images successfully.  When I tried to turn one of the pictures I noticed the button to rotate the image was gray.  I also noticed that the Photo Gallery menu everything is gray.  I closed the library and tried the process again.  Now all I get is the error response "Photo Gallery can't open this photo or video.  The file format is not supported, or you do not have the latest updates. "I tried to download it from the email once again, but just keep getting the same error response.  I can't open the zip file AT ALL and have no idea what to do.  I also tried Picasa to open the file, but here, the answer is "invalid image".  I'm sorry to say that I'm a novice on the actual technical stuff so go easy on me please :)  Thanks in advance for any help.

    Yes, I double click on the file and looked at the pictures.  Now, if I double click on I just get the error message.

    =====================================
    Double click on a zip file it will open but do not unzip.

    Two things to try:

    (1) slide the photos out of the file compressed in a new folder.

    (2) make a right-click the folder zipped and in the menu... Choose... Extract all.

    John Inzer - MS - MVP - Digital Media Experience - Notice_This is not tech support_I'm volunteer - Solutions that work for me may not work for you - * proceed at your own risk *.

  • problem by opening the Zip file

    I have 8.0 Zip when I create a zip file and open the zip file all show but open in notped.

    The possible Zip files were dissasociated and rather associated with Notepad.  Go to start / Default programs / high a file or program with a Protocol / and go to .zip files.  It shows probably associated with Notepad.  Go to the following link: http://www.mydigitallife.info/2008/06/22/reset-and-fix-broken-windows-vista-file-ext-and-type-associations-include-exe-com-sys-zip-lnk-folder-drive/ and select the zip file option file and run it to reset the association of zip files.

    If this does not work, install 7-Zip http://www.7-zip.org/ one good program free Zip.  This should establish associate files with 7-Zip Zip (OK this action if requested).  Then, use 7 - Zip to open the Zip file.

    I hope this helps.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • ORA-39070: unable to open the log file, while using expdp

    Hello
    Please notice why I get ORA-39070: unable to open the log file.
    When you run the expdp against the default directory: the expdp DATA_PUMP_DIR is completed successfully.

    -current direcory on the Linux file system:
    $ pwd
    /log_files/oracle/cdl1
    -Create directory and grant of read/write on it
    $ sqlplus sys/xxxx@cdl as sysdba
    SQL*Plus: Release 11.2.0.3.0 Production on Wed Feb 22 16:36:01 2012
    Copyright (c) 1982, 2011, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
    Data Mining and Real Application Testing options
    
    SQL> create or replace directory EXPTEMPDIR as '/log_files/oracle/cdl1';
    Directory created.
    
    SQL> grant read,write on directory EXPTEMPDIR to system;
    Grant succeeded.
    -Verify the existence of the directory:
    QL> select * from dba_directories;
    
    OWNER      DIRECTORY_ DIRECTORY_PATH
    ---------- ---------- --------------------------------------------------
    ...
    SYS        EXPTEMPDIR /log_files/oracle/cdl1
    ...
    Check for permission to write to the directory:
    [/log_files/oracle/cdl1]$ touch 1
    [/log_files/oracle/cdl1]$ ls -l
    total 0
    -rw-r--r-- 1 oracle oinstall 0 Feb 22 16:38 1
    -try to expdp:
    expdp system/xxxx@cdl FULL=y DIRECTORY=EXPTEMPDIR dumpfile=expfull220212.dmp
    Export: Release 11.2.0.3.0 - Production on Wed Feb 22 16:38:33 2012
    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
    Data Mining and Real Application Testing options
    ORA-39002: invalid operation
    ORA-39070: Unable to open the log file.   <<<<<<<<=======
    ORA-29283: invalid file operation
    ORA-06512: at "SYS.UTL_FILE", line 536
    ORA-29283: invalid file operation

    Post pl OS details - it's an RAC instance?

    Error ORA-39002 ORA-39070 ORA-29283 ORA-6512 when you use Export DataPump (EXPDP) [ID 1305166.1]
    Export DataPump (EXPDP) triggers errors ORA-39002 ORA-39070 ORA-29283 ORA-6512 on RAC Instance [1317798.1 ID]

    HTH
    Srini

  • Could not open the zipped file

    Original title: I can't open my file are compressed, I think they are embroidery designs?

    I put the drawings in my doc file, I see what looks like a file but cannot open the same try to put in the folder and open. I don't know what is a compressed file, but I saw that while I'm going to lower the load, don't know if I did something a way to use it or not.

    Hello

    You have any software to open Zip files?

    To inform you, a zip file contains one or more of the files that have been compressed to reduce the size of the file, or stored as is. The zip file format allows a number of compression algorithms. Zip files generally use file extensions ".zip" or ".". ZIP ".

    You will need third-party software to open ZIP files in Windows XP. Use your favorite search engine to download third party software.

    Note: Using third-party software, including hardware drivers can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the use of third-party software can be solved. Software using third party is at your own risk.

    I hope this information is useful!

  • Open the zipped file

    I have a file that was created some time ago, but now I can't open. I have an answer that says "" Please inert the last multi volume disk and click ok to continue "but there is no such discs."

    Its likely the zipped file was one of many in a series representing a split volume and you have only the single file when there are supposed to be several files.  Or the zip file has been corrupted, but I suspect the former.
     
    Steve
     

    I have a file that was created some time ago, but now I can't open. I have an answer that says "" Please inert the last multi volume disk and click ok to continue "but there is no such discs."

  • Creating recovery discs - "unable to open the following file" error "

    Hello all,.

    I'm trying to create a set of recovery disc for a customer * Satellite L300 - PSLB8A-07U004 *.

    While the application opens and begins the creation of the disk set, there, three times now, failed to with the error message of * 'cannot open the following file. D:\ ! "V5_01_07.VRP (error Code: 020123-F1-00000000). *

    I tried the first time in this process while all customer data were always loaded.
    I have now done a "restoration"out of box experience"because I thought that one of these files may be the cause, but, alas, the mistake was repeated."
    Of course, it's irritating (to say the least).

    I did NOT any changes to the layout or resizing of partitions. »

    Any thoughts?

    rampant_rhino

    Stand by. If I understand you well you CAN restore the operating system using F8, but you CAN create DVDs using "Toshiba Recovery Disc Creator' of recovery.

    Am I right about that?

  • Cannot open the zip file with windows vista causes flashes when right click on the mouse

    When I try to open pictures sent on Zip file by right-clicking mouse screen starts blinking non-stop. Having to stop to computer. Windows vista ultimate operating system.

    Thank you
    Raymond

    See the thread is if it helps:

    IE8 crashes when opening zip files
    http://answers.Microsoft.com/en-us/Windows/Forum/windows_vista-windows_programs/zip-files-IE8-crashes-when-opening/f91ee0fd-99A5-4993-AC37-a0c461dc9b9b

  • Open the Zip file

    I tried to download a digital stamp image.  After clicking on 'Download' a zip file appeared downstairs

    my screen.  Now what should I do?

    Hello

    This should help you.

    "Compress and uncompress files (zip files).

    http://Windows.Microsoft.com/en-us/Windows-Vista/compress-and-uncompress-files-ZIP-files

    • To extract a single file or folder, double-click the compressed folder to open it. Then drag the file or folder the file compressed to a new location.

    • To extract the entire contents of the compressed folder, right-click the folder, click on extract all and then follow the instructions.

    "How to open files Zip on Vista.

    http://www.ehow.com/how_4963978_open-zip-files-Vista.html

    See you soon.

  • Unable to open the pdf files from the downloads

    nothing happens when I try to open the files

    Plugin installed Acrobat?

    https://support.Mozilla.org/en-us/KB/use-Adobe-Reader-plugin-view-or-download-PDF-files

  • Unable to open the *.hlp files

    I have the machine running Windows XP Professional (SP3) and I'm not able to open any *.hlp file.

    Found that the following file was missing in the C:\Windows directory. Copied from another machine and now the system works.

    • Description: Microsoft help
    • Size: 277 KB
    • Version: 5.1.2600.5512 (assuming that your system is up to date)
    • Internal name: WINHLP32. EXE
  • 10.1.3 Adobe is unable to open the pdf file in Safari 5.1.5

    All,

    After the Adobe Reader 10.1.3 update everytime I try to pen a PDF in Safari 5.1.5 I get the following window:

    http://msemac.redwoods.edu/~darnold/adobecap.TIFF

    What is going on?

    David

    Hi David,

    Please note that if you use OS X 10.6.x, then you need to run Safari in 64-bit mode. You can do the same in

    1. go into Applications, command-click Safari to open the context menu.

    2. now click on read the information

    3. in the new window that appears, uncheck the box "Open mode 32 bits".

    This is because on OS X 10.6.8 Safari 5.1 in 32-bit mode is not supported. Refer to the release notes for more details on changes to the systems requirements.

    If above information was not useful,

    Please let us know your OS version and the question of whether this problem occurs with all PDF files or any specific file?

    Also try to "Recharge" the PDF file in safari when gray window is displayed by pressing "control + R?

    -Shashi

    Post edited by: Shashi Kant

Maybe you are looking for

  • How many GB 6000 songs should be?

    I just bought the ipod touch 64 GB, and after the apps there is left 55gbs. This is announced to hold a fair a few thousand songs and even my itunes tells me 6800 songs is 55 concerts. What happens here?

  • I can't connect to mail from aol with firefox

    When I click on firefox all that I get is a message saying connection but eventually it says "problem loading page".All my favorites seem to work. But not AOL

  • Satellite P300 - 1 9 - is not read or write CDs

    I have a new laptop Satellite P300 - 1 9, which has the Pioneer DVRTD08A combo player. (+ Windows Vista, updated firmware and drivers). The problem is that he does not read write or see even any CD! When a CD is inserted and as I click on the CD/DVD

  • Protection against the Virus Android

    Phones Android need anti-virus software?

  • Delicate expansion/Pathfinder/compound path

    Hi all.It is an element of a logo I created using several traces applied to ellipses (see appearance Panel):Now, I need to develop all this and end up with only one, filled with traces of the parts that I can put on any background color. Expand the a