wimlib-imagex-info - Display information about a WIM file, or change information about an image
wimlib-imagex info WIMFILE [IMAGE [NEW_NAME [NEW_DESC]]] [OPTION...]
wimlib-imagex info displays information about WIMFILE, and optionally changes which image is bootable, or what the name and description of an image are. This command is also available as simply wiminfo if the appropriate hard link or batch file has been installed. If neither an image nor any flags other than --check are specified, some basic information about the WIM archive as well as information about the images contained in it will be printed. If an image is specified by IMAGE (as a 1-based image index or an image name), the printed information is restricted to that concerning the specified image. Changes to the WIM are made if NEW_NAME and/or --boot and/or --image- property are specified. NEW_NAME is taken to be the new name of the image specified by IMAGE while NEW_DESC is taken to be its new description. If NEW_DESC is not specified, the image's description is unchanged. wimlib-imagex info does not support modifying a split WIM, although you may display information about one.
--boot Indicates that the specified image is to be made the bootable image of the WIM archive. --check When reading WIMFILE, verify its integrity if the integrity table is present; additionally if an action that requires modifying the WIM archive is specified, include an integrity table in the modified WIM. If this option is not specified and WIMFILE is modified, an integrity table will be included in the modified WIM if and only if there was one before. --nocheck If an action that requires modifying the WIM archive is specified, do not include an integrity table in the modified WIM. If this option is not specified and WIMFILE is modified, an integrity table will be included in the modified WIM if and only if there was one before. --extract-xml=FILE Extracts the raw data from the XML resource in the WIM file to FILE. Note: the XML data will be encoded using UTF-16LE, and it will begin with a byte-order mark. --header Shows detailed information from the WIM header. --blobs Prints information about all the blobs ("file data") in the WIM. A WIM file stores only one copy of each unique blob. --xml Prints the raw XML data from the WIM. Note: the XML data will be encoded using UTF-16LE, and it will begin with a byte-order mark. --image-property NAME=VALUE Set an arbitrary per-image property in the XML document of the WIM file. NAME is an element path such as "WINDOWS/VERSION/MAJOR", and VALUE is the string to place in the element, such as "10". See the documentation for this option to wimlib-imagex capture (1) for more details. This option may be specified multiple times.
wimlib-imagex(1) wimlib-imagex-dir(1)
Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.
Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.
Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.
Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.
The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.
Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.
Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.
Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.