mass release of zip archives

I have a bunch of files and archives downloaded from trusted sources. I would like to 'unlock' the content of them to stop the warnings, but let the protection mechanism for untrusted files. Is it possible to unlock everything in a directory or something similar to
attrib - r cover
(This removes the atrribute 'read only' of each ZIP file into the directory.) I would like to do something similar to the 'potentially dangerous' attribute, but attrib /? does not list that as a property as possible).
to remove the indicator "that content possibly dangerous" a whole bunch of files at once using wildcards?
If I select more than one file, I haven't presented the possibility to unlock with the Properties dialog box, and I have not found a command line equivalent.

What can I use? The command line seems the best solution because of wildcards, but what command?

This is possible. Check out streams and similar utilities discussed here:

Tags: Windows

Similar Questions

  • Research Assistant can be configured to not search in zip archives?

    The default action of the search wizard which consists in finding files in zip archives.  This can lead to
    extremely long search times when there are a lot of big zip archives within the desired area.  Is
    It there a way to prevent this (as if the zip archives are normal files and not "compressed folder").
    Normally I use the zip as the backup storage files and access it only using WinZip.

    Hello

    There is no supported way to perform the action that is necessary, may however seem to 3 third-party software to achieve this.

    WARNING of THIRD PARTY SOFTWARE: 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.

  • Domain with Weblogic 12 c configuration of ZIP archive

    Hello

    for purposes of development, I set up an Ubuntu Linux system and installed Weblogic 12.1.3 zip archive follows the instructions added to archive (download of software Oracle Fusion Middleware).

    But coming to the point where I want to create the field, documentation is vague and I don't know exactly what to do and why the field isn't, and no more scripts are created.

    Documentation states:

    It is recommended that you create areas outside the MW_HOME.

    Linux

    $ mkdir/home/myhome/mydomain

    $ cd/home/myhome/mydomain

    $ $JAVA_HOME/bin/java $JAVA_OPTIONS-Xmx1024m - XX: MaxPermSize = 256 m weblogic. Server

    So I did the following (normal user is named oracle):

    $ mkdir /home/oracle/chkdom
    $ cd /home/oracle/chkdom
    $ sudo su
    $ source /etc/profile
    $ $JAVA_HOME/bin/java -Xmx1024m -XX:MaxPermSize=256m weblogic.Server
    

    WebLogic Server starts and the directory structure is created. I invited the start Weblogic server user identification information. But no more than the following output is produced:

    No config.xml was found.
    Would you like the server to create a default configuration and boot? (y/n): y
    <06.11.2014 22:54 Uhr MEZ> <Info> <Management> <BEA-140013> </home/oracle/chkdom/config not found> 
    <06.11.2014 22:54 Uhr MEZ> <Info> <Management> <BEA-141254> <Generating new domain directory in /home/oracle/chkdom.>
    

    What's not?

    Okay, forget my ad.

    I had to wait over half an hour and domain is created.

  • Creation of zip archives in CF - free methods

    I would use Windows built-in archiver or java.utils zip classes.
    But I need more info, the advantages and the disadvantages.

    For example, to use java.utils classes - should I manually install jdk on server? And then specify the classpath in CF administrator, is this correct?

    What about windos built-in zip archivers? How to use it?

    There is a great cfc that you can use. It was created by Artur Kordowski. Newsight.de is the Web site. Good luck... IT WORKS VERY WELL!

  • Cannot display files from zip archive using Windows Photo Gallery

    I am unable todownload Zip files to e-mail photos. It is said that library does not support this format

    EO Unable open or save files photo zip e-mail to Photo Gallery

    =========================================
    Photo Gallery can't see a .zip file.

    Copy the .zip file to a folder on your hard disk and unzip (or
    Open it and drag the photos out of it in another folder).

    Then import the photos in the photo library.

    FWIW... If these are .jpg files, they are already highly compressed
    and pass as a Flash is not needed.

    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 *.

  • AdobePatchFiles .zip archives safe to delete?

    I have about 4 GB of AdobePatchFiles on my hard drive, some .zip, some unpacking. My drive OS/app is a small space SSD is at a premium and I can't afford this kind of space lost - which is almost twice the size of After Effects installed. I'm not able to upgrade the SSD at least a few months, he must get this sort. Advice?

    Screen Shot 2016-01-04 at 11.12.00 AM.png

    Previous discussion on this topic for a few years back

    Adobe Patch files

    See also http://dirtywords.tv/2009/reclaim-disk-space-after-creative-suite-4-updates/

    Safe to delete? Your call.

  • Mass release Possible?

    Hi people,

    I have a major project and have had used to lock all the layers on each slide. Now, I want to make a setting change to my boxes in click and apply it to all my clickboxes throughout the project, but do not. I guess that's because everything is locked down, right? Is there a way 'mass unlock? Or I just need to go through all the slides and unlock all layers, then relock each layer on each slide, when I'm done?

    Thank you!

    Hi dratndarn

    Unfortunately, I think you will end by visiting each slide. No way, I am aware of a "mass unlock. Could make for a good suggestion to developers well! To do this, click here.

    See you soon... Rick

  • Unzip archive zip with sample - installer of resources on the SD card

    Some of you might have found this:

    http://supportforums.BlackBerry.com/T5/Java-development/resource-Installer-to-SD-card-application-SA...

    In the sense that I said in one of the positions, you need to know what files are in the package, but added "see below".

    Finally, here is the "see below", which was invited by this thread:

    http://supportforums.BlackBerry.com/T5/Java-development/searching-a-way-to-manipulate-7-zip-zip-and-...

    The attachment is a zip archive.  Please unzip and you will find a JDE project.  In this project there is a code and another one zip archive.  The code addresses of internal zip, reading of the directory archive and writes all files from archive to SD card.

    What I think is useful in itself - you could use this project, paste you own zip archive inside and you have an installer!

    And I suspect the decompression code could be useful too.  It uses the native decompression integrated for the Blackberry, is so as soon as possible.

    I actually use a zip archive as a repository for data, as well as in some applications, the archive is never actually decompressed, it is just copied to the SD card and left it as archive.

    My testing suggests that actually faster, he should leave intact zip archive and process files directly from it, rather than decompression and processing of the files on the SD card.  In my tests, it seems that there is a charge of overhead costs related to the opening (or maybe find) each file on the SD card - this is deleted using uncompress the treatment because the file to the SD card (i.e. archive) is opened only once.

    He was actually waiting for me to find an excuse to publish, I'm sorry it has taken so long.

    Also my apologies, this is a JDE project.

    This code is offered without support, you're on your own.  But I can you that there are applications on App World using this code.  And I'll try to answer the questions.

    And above all it is completely free, without any reserve.  And although there are pieces that resemble the library Java ZIP and zipme - it is because I was looking for a good architecture.  It's my own code.  So, copy and paste to your heart's content.  No need to credit me, it can be all your work if you want to!

    Take advantage of...

    Peter.

    Tried that. Did not help. Doesn't have a change on all but a few.  Clean all and package.

    It is no more a problem for me. I just took the classes I need for a background decompress and added code to transfer the zip file from a Web site to theSD card. Also created a disassembled, version of the UnzipRunnable that is not a thread, because the calling class is threaded anyway.

    Works well, thanks a lot

  • Why is there a small lock symbol in the lower left corner of archive zip that I do?

    I noticed that when I do a zip archive icon has a small symbol to lock in the lower left corner.
    If I copy the archive on a removable small lock symbol disappears. What is with that? The files that I am archiving are not read only or encrypted.

    First glance at all at this location: C:\Users

    You will notice that your user file has this lock too. The content is protected by other users (standard). If you sign in as someone else you can not see what is there.

    I guess you zipped something outside your user profile, but it is compressed by you, and once again you have rights to this file (the lock icon appears). You can right-click on the zipped file > choose Properties > Security tab > and you will see only under the Group of users listed in the system, you and administrators. You can check this: press the Edit button... > press the Add... button > type users and press OK > press apply then OK. You will notice that the lock icon has disappeared. Now everyone can access this file (all users)

    When you copy something on the removable drive are extend these rights that can open a file, so everyone have access to it.

  • Export package and compressing a zip in ActionScript

    Hello world

    Our users should be able to export InDesign packages to our remote web application directly from our extension of InDesign. Compressing with ZIP is probbaly the best option.

    saw that this question had already been asked and answered for JavaScript (http://forums.adobe.com/message/4243513#4243513). My question is, is there a zip library good for actionscript there; the few that I found were not maintained for years. Or is the best option to use also JsZip here? I wish I could use the command line tools, but our users are working on a variety of OS and we cannot guarantee that they will have the appropriate tools are installed.

    Thanks in advance for your help.

    -Bastien

    I cannot formally approve anything, but I used before (http://codeazur.com.br/lab/fzip/), which now seems to be part of the as3commons fzip: http://www.as3commons.org/as3-commons-zip/index.html. From what I remember it worked well enough. There is an example of code here for the creation of archive: http://wahlers.com.br/claus/blog/fzip-alpha-release-create-and-modify-zip-archives/, but it was before he moved to as3commons, so I think that the class names will be changed slightly.

    Hope that helps,

    Louis

  • How to open a zip file, I received in an e-mail?

    Received a notice of Fed Ex, they couldn't deliver the package... I need to print a receipt of the package that is in a Zip file - cannot open it with my Microsoft Word XP... What can I do?

    New version of Windows (Vista and later versions) can open ZIP files internally, but on Windows XP, you must install an Archive Manager to open and extract files from a ZIP archive.

    You can look at the file manager of 7-zip or WinZIP or WinRAR if you don't have a an Archive Manager:

  • Where can I find a windows zip install for Firefox 3.6.13?

    Is an installer of zip (windows version) for Firefox 3.6.x exist, such as that of minefield?

    Mozilla has stopped releasing the zip generates when they released new versions of Firefox because of accidents caused by defective facilities.

    They do the zip versions and they are available from ftp sites even get you the zip of minefield builds. Make sure you get one that matches the release is not always simple. For 3.6.13 is available at ftp://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/3.6.13-candidates/build3/unsigned/win32/en-US/

  • zip file creation

    I create a text file with a specific name and multiple values from an experience. I need to place this text file in a zip file that has a specific name, also referring to the respective experience. I don't know how to do this. I read something about the creation of projects, but that seemed more manual. I need this to be automatic so that when the values are obtained, it creates the zip file then creates and updates the txt file in zip archive. Thanks in advance.

    lvuser333 wrote:

    I create a text file with a specific name and multiple values from an experience. I need to place this text file in a zip file that has a specific name, also referring to the respective experience. I don't know how to do this. I read something about the creation of projects, but that seemed more manual. I need this to be automatic so that when the values are obtained, it creates the zip file then creates and updates the txt file in zip archive. Thanks in advance.

    Try something like this

    It essentially uses the name of the experience to generate a full path of a text file, and a full path of a file zip (both with the common name experiment) in location based on the file path.

    Then writes the results to a text file, create / open a zip file, adds the text file newly created for the zip file and the farm.

  • To password protect a zip file in Windows 7

    OK, so we have Windows 7 after using XP. But now we have a big problem. I can't password protect all files zip or open them. Google seems to find no answer if anyone can tell me how I can do this. Now, if I can't create/open, then we have a serious problem. Can someone tell me why this has been deleted if it were.

    7-zip is free software and work to password protect, however if the file is transferred to another computer, that computer must have 7 zip installed to open it.

    Another option is that Windows 7 Professional and ultimate edition have the option to use Windows XP Mode, which should enable the password protection. I don't know if the recipient (if the file is intended for email) / other computer should open in the same mode of Windows XP.

    I could be wrong, but I tried to create an archive of password protected using 7 - zip and selecting the format of "zip" archive Once that the archive was created I closed my 7 - zip and then open the archive and entered my password using Windows Explorer.

    Everything worked OK, so presumably you can open an archive on another PC that does not have installed 7 - zip, as long as you created archive using "zip" as the format.

  • Contents of the zip file of the extraction error UNC or mapped drive

    In the last two days, I noticed an error in Windows Explorer zip file management. During the extraction of multiple files or folders to a zip file directly on a UNC or mapped drive letter, files Wizard previews only 2-3 "extract all files" - i.e. the extraction is incomplete. Using copy and paste in the Explorer window showing the zip to a different window of the Explorer showing the UNC/mapped drive destination also translates incomplete extraction of the archive, but it's a different set of 2 or 3 files that are extracted.  Extraction of the zip on a hard drive works correctly.

    Steps to reproduce the problem:

    1. open the zip files containing multiple files/folders in Windows Explorer.
    2. use "extract all files" or copy and paste the entire contents of zip archive to a UNC path or mapped network accessible drive.
    3. review the location target of extraction: only 2-3/folder files have been extracted.

    4 subsequently repeats steps 1-2 will add files to the location of the target at a speed of 0 to 3 files per race.
    Any suggestions to fix this?

    Hello sjd200,

    Microsoft Answers is mainly for consumer issues on Windows 8 Preview of consumer, Windows 7, Windows Vista and Windows XP.

    Since you are dealing with a network path, I suggest that you post your question in the questions of TechNet for Windows 7 ITPRO. You can post using the link below to post on TechNet.
    http://social.technet.Microsoft.com/forums/en-us/w7itprogeneral/threads

    However, I found several posts that might be relevant to your question.
    This first post is perhaps what you are running in.

    Files not appearing is not in the network drive

    Zip files

    Copy of a Zip file on a share network not visible until you restart

    If the posts that I've included do not help your question, I suggest that you post your question in TechNet.

    Sincerely.

    Marilyn

Maybe you are looking for