Windows 11 Adds Native Support For RAR, 7-Zip, Tar Archive File Formats (techspot.com) 85
"Windows 11's last major update, 22H2 introduced native support for managing RAR archives, eliminating the need for third-party software," writes Slashdot reader jjslash. "This enhancement is part of the OS's broader capability improvements for handling various archive file formats." TechSpot reports: Microsoft finally introduced native support for RAR archives earlier this year, just three decades after the format's official introduction in 1993. Windows 11 development is now progressing at an accelerated pace, therefore support for a whole lot of new (ancient) archive formats is coming soon.
Microsoft recently released KB5031455, an optional, feature-rich preview cumulative update for Windows 11, refreshing the list of archive formats natively supported in the OS. Windows 11 22H2 and later versions can now manage files compressed in the following archive types: .rar, .7z, .tar, .tar.gz, .tar.bz2, .tar.zst, .tar.xz, .tgz, .tbz2, .tzst, .txz. Support for password-encrypted archives is not available yet.
Redmond programmers added support for the aforementioned archive files thanks to the libarchive library, an open source project designed to develop a portable, efficient C library that can "read and write streaming archives" in a variety of formats. Libarchive supports additional archive types (Lzh, Xar) that could eventually come to Windows 11 as well.
Microsoft recently released KB5031455, an optional, feature-rich preview cumulative update for Windows 11, refreshing the list of archive formats natively supported in the OS. Windows 11 22H2 and later versions can now manage files compressed in the following archive types: .rar, .7z, .tar, .tar.gz, .tar.bz2, .tar.zst, .tar.xz, .tgz, .tbz2, .tzst, .txz. Support for password-encrypted archives is not available yet.
Redmond programmers added support for the aforementioned archive files thanks to the libarchive library, an open source project designed to develop a portable, efficient C library that can "read and write streaming archives" in a variety of formats. Libarchive supports additional archive types (Lzh, Xar) that could eventually come to Windows 11 as well.
The Innovation Never Stops! (Score:5, Insightful)
"At Microsoft, The Innovation Never Stops!*"
FFS, every linux distro in the world has had this for how long?
* For very small values of "innovation"
Re: (Score:3)
tbh, I want to agree with you and also congratulate MS for finally f'ing doing it
Re:The Innovation Never Stops! (Score:4, Insightful)
Re:The Innovation Never Stops! (Score:4, Interesting)
and also congratulate MS for finally f'ing doing it
Yeah, they must be pretty desperate at Microsoft if they finally adopt things that are standard for decades now.
Re: (Score:2)
Not really. They have deliberately removed the encryption support that is in the libraries.
Re: (Score:2)
To be fair, most of the passwords actually being used are extremely short. Start with "12345" and you'll unlock a fair number. (If you forget, just chck your luggage)
A dictionary attack with common variants would be quite doable for perhaps 80% of the archives.
Re: (Score:2)
and also congratulate MS for finally f'ing doing it
Yeah, they must be pretty desperate at Microsoft if they finally adopt things that are standard for decades now.
RAR and 7-Zip aren't "standards". Vanilla zip is a standard. RAR/7-Zip have small user bases and seem mainly to be used in warez, pirated media content, and abandonware sites.TAR is a standard, but only on 'Nix. No one is distributing warez on TAR files.
Bottom line, it's a nice capability for Windows to have. Microsoft didn't have to add it, but did anyway. And Slashdot still bitches and whines about it, anyway.
Re: (Score:2)
True. However... (Score:1)
...Microsoft is the first one that does it right.
Re: (Score:3)
That being said, I mostly work on server distros, which makes sense as they typically have little attached to them by default.
I will still download 7zip, which handles rar/zip as well. Dont need MSes terrible versions. Even their native zip is bad in options and abilities.
Re:The Innovation Never Stops! (Score:4, Informative)
Actually downloading from the distro-archive is basically just configuring what you want to have installed. That is a bit different. On MS you had to download 3rd-party apps to get this to work.
Re: (Score:2)
Only if what you want is there and you know the packet name. If not, happy searching, and if you aren't lucky, happy downloading the source, compiling, fixing the errors because the make scripts have too many assumptions about the system and the gcc version, compiling, fixing more errors, compiling...
Re: (Score:2)
Oh noes, I have to open the graphic package manager and type "rar" or "archiver".
Re: (Score:2)
If you can't search for "rar" in your distro's repos, you probably shouldn't be using that distro.
Re: (Score:2)
Only if what you want is there and you know the packet name. If not, happy searching
Yeah it's super hard, mega-super hard to install anything on linux. It's nearly nearly impossible, frankly. I don't know why I keep using it year after year after year when it's just so damn hard to install anything. I mean, just adding a font can take hours and hours and that's if you know all the tricks, so yeah, I get it. Installing stuff = hard
and if you aren't lucky, happy downloading the source, compiling, fixing the errors because the make scripts have too many assumptions about the system and the gcc version, compiling, fixing more errors, compiling...
Or you could just click on the App Store, err I mean the Package Manager and just install anything you need. Also, with the stampede to put everything into flatpa
Re: (Score:1)
> You still have to download them.
In my experience there's base-install support for whatever format the package manager uses,
and packages in the repo for every archive format that anyone might possibly care about. Though I've never personally used RAR for anything. (I don't have a lot of connections to the Russian warez community.)
It's not clear what you mean by "You still have to download them." Technically we (or the instal
Re: (Score:2)
Mint has zip support if you're willing to tick a checkbox during the install.
And yes, 7zip is very good; it's what I use at work and occasionally at home.
Re: (Score:1, Troll)
The social cost of Windows past inability to open tar files is that millions of Fox viewers don't believe in global climate change, even though the temperature data is freely available, because it is provided as tar archives.
Prior to the 2000's, Republicans routinely courted the environmental movement. I remember when GH Bush said he wanted to be the environmental President. But with the widespread adoption of Windows on PCs, the majority of upper-middle class people were no longer logging into UNIX te
Re:The Innovation Never Stops! (Score:5, Funny)
The only thing your post is missing is feathers to go with all that tar.
Re: (Score:2)
This is the most amazing leap of logic I've seen, and on Slashdot that is saying something. The fact that you hit the landing after the leap without stumbling is brilliant. I, sir, would like to subscribe to your newsletter.
Re: (Score:2)
Re: (Score:1)
That is MS: Doing crappy design, crappy execution and being decades late on basic stuff. That is if they even get ot to work at all.
Re: (Score:3)
Re: (Score:2)
FFS, every linux distro in the world has had this for how long?
Technically never and still not. They bundled third party programs to perform this action. Linux as an OS can't do anything without tools written by someone else. If you want to get technical Windows had the ability to extract RAR archives longer than Linux has because the third party tools for RAR and GZip came out on Windows / Dos respectively first, though the Unix world has them beaten in TAR.
Re: (Score:2)
As usual, you have no insight. What is "Linux as an OS"? It is kernel plus user space tools. By your "argument" Linux as OS would not even have a boot-loader because grub (and others) do not come bundled with the kernel. Incidentally, /sbin/init (and alternatives) do not come with the kernel either, so by your "argument" Linux as an OS is lacking the OS. That is obvious nonsense.
Re: (Score:2)
Linux as an OS can't do anything without tools written by someone else.
I think that's true of every OS, isn't it?
Why so late? (Score:5, Insightful)
Even if they had provided native support for these formats a full decade ago they would still have been hopelessly late to the party. Why has it taken so long? It's hard to believe there was any significant cost saving or profit motive in not providing them.
It seems like forever since I've used Windows more than casually, (and that on other people's computers), so I'm definitely biased. That said, it really does seem sometimes that Microsoft goes out of its way to inconvenience Windows users for no good reason at all.
Re: (Score:3)
Microsoft could have added support for these formats 20 years ago, but you Linux zealots would have blasted them for abusing their monopoly power.
I'm not entirely sure about the "Linux zealots" part of your argument, but other than that I think you're probably right, and it's a point I hadn't considered. Thanks.
Of course that's been the case for a while now, and one could easily see in the intervening years Microsoft could have been focused on meaningful improvements like stability, performance, security, or backwards compatibility. Rather than adding native OS support for random file formats as if that passes for "innovation" these days. Hey who knows, maybe one day Linux distros will get exFAT support out of the box.
Those "meaningful improvements" would have cost them money which they didn't need to spend because they held a de facto monopoly. Adding support for the listed file formats probably cost them less than a pittance, so it was almost-free PR.
Re: (Score:1)
Hey who knows, maybe one day Linux distros will get exFAT support out of the box.
There's no "maybe" about it. Linux will get exFAT support out of the box in 5 years, once Microsofts patent expires.
No one can use it before then without Microsoft going on yet one more lawsuit spree like they love to dump money into instead of actually designing and writing software.
Re: (Score:2)
Microsoft does not give (and has never given) a damn what Linux zealots say.
Re: (Score:2)
For sure. But the reason could be more financial efficiency at MSFT. Could it be perhaps that MS choose the least expensive features that compel people to upgrade? Like with office, PowerPoint is the buggy sibling that sometimes got attention.
Re: (Score:1)
Why has it taken so long?
Why not? What have you been unable to compress / decompress for free in Windows? Why should the OS replicate functionality from freely available software?
If anything really they should have taken the Linux approach, which is one of bundling diverse tools written and maintained by diverse people. I.e. the Windows install script should just execute 'winget install -e --id RARLab.WinRAR' and call it a day.
Not everything needs to be re-written by Microsoft ... poorly (I say poorly not in that it doesn't work, b
Re: (Score:2)
You have to understand how large corporations work. There isn't anyone looking at Windows as a whole and seeing what features would really be nice quality of life things. And most of the people asking for 7zip/tar support probably aren't going to use this anyway, they will still install 7zip.
So you have to wait for someone at Microsoft to scratch that itch, and convince the managers to adopt it as a feature. There is a whole process to make sure that any open source code, in this case libarchive, is properl
Re: (Score:2)
You have to understand how large corporations work. There isn't anyone looking at Windows as a whole and seeing what features would really be nice quality of life things.
And that is the core problem. As a result, small things pile up, technological debt rises and at some time the whole thing cannot really be fixed anymore. My take is Windows and MS Office has passed that threshold some years ago and various problems cannot be fixed anymore. At the same time, I think a reimplementation is not possible anymore either.
Re: (Score:2)
That said, it really does seem sometimes that Microsoft goes out of its way to inconvenience Windows users for no good reason at all.
Well, there definitely is some reason, just not a good one. Microsoft inconveniences everybody that uses their crap. Office is only getting worse. The Windows user-experience is getting worse. Outlook is getting worse. Instead of fixing problems, they throw in new features and make the thing overall worse. It really is corporate dysfunctionality all the way down and with probably no way to fix it. As soon as an enterprise has a quasi-monopoly, its products become crap.
Packing too or just unpacking? (Score:3)
Because as far as I know, so far it only supports UNzipping but not zipping stuff.
Just saying that if it doesn't allow us to compress as well, it does by no means remove the need for third party tools.
Re: (Score:2)
Even if it supports compression it would not eliminate the need for third party tools. Third party tools provide a whole lot more functionality including choices of algorithms, encryption, archive splitting, etc.
Just like with ZIP, I extract them using Windows, but compress them using a 3rd party tool which does a better job.
Re: (Score:3)
I can't believe you actually got upvoted for such an obviously factually incorrect comment. FYI the "Send To->Compressed (Zipped) Folder" Windows Explorer context menu function, which has been in Windows since forever (pretty sure it was introduced in Windows XP), allows "zipping stuff" natively.
Re: (Score:2)
The reason this was upvoted is probably the same reason I posted it: The functionality is SO well hidden that nobody had the idea to LOOK there for it.
"Send to" to comparess... well, what do you expect from a company that has you press "start" to power down the system...
Re: (Score:2)
The reason this was upvoted is probably the same reason I posted it: The functionality is SO well hidden that nobody had the idea to LOOK there for it.
You've been able to create a zip file ("compressed folder" in Windows parlance, ugh) since Windows 98 with Plus! Pack, the same way you create any new file in Windows, open it and drag files into it. Sometimes it didn't even crash SHELL32.DLL like it just did in my VM :D
Re: (Score:2)
It's like the "Xbox" program, which is actually a PC game app store / gamepass / messenger. From the name, you would just assume it's some sort of companion app for the console, and never try it if you don't own one.
Re: (Score:2)
Predates even XP...
https://www.youtube.com/watch?... [youtube.com] (around the 8 minute mark)
Time to pay for winrar? (Score:1)
Re: Time to pay for winrar? (Score:1)
Re: (Score:3)
You can't create RAR archives using Windows. You can't even add a password to a ZIP file. There's definitely still a need for these 3rd party tools.
Re: (Score:3)
My IT dept support guy made me install Winrar, unzip the files that I required, then uninstall Winrar. No, buying it was "not in the budget." Nothing was ever in the budget. I work with large 3D models/assemblies/drawings that get shared all of the U.S. & the world. Some folks like Winrar. I use 7-zip because I can without buying it.
I could go on with a massive essay about my dealings with the IT dept from hell.
Re: Better late than never, I suppose... (Score:1)
It's gonna blow your mind when I tell you I've been using Linux almost exclusively for the last 20 years, isn't it?
Re: (Score:2)
Uhhh. Not trusting it. (Score:2)
This gonna be like the native ZIP format in WIndows?
You know the one tha fails on compression of files with various characters?
What about fixing actual problems? (Score:1)
Instead of cosmetics changes like "integrating" stuff that was already available as add-on? No?
No .ARC format (Score:2)
I see the list of supported formats does not contain .ARC [wikipedia.org]
Good.
Burn in hell System Enhancement Associates.
encryption support (Score:5, Interesting)
I get asked on a regular basis why File Explorer won't open a particular zip file. I show them how to open the file in 7-Zip and get prompted for the password. Windows won't tell you that it can't help you with an encrypted zip file, no it just silently fails you. Now more of the same, way to catch up to the 1990's Microsoft.
Attack vectors... (Score:1)
everywhere. Literally, in the wild and being abused.
I died a little more inside.
"eliminating the need for third-party software" (Score:3)
Re: (Score:2)
Re: (Score:2)
Usenet
Halloween is coming, and the zombies are leaving their graves to roam the land again.
Anyone not using Windows Explorer? (Score:2)
Re: (Score:1)
I too have been using Total Commander for couple of decades and rarely use Windows Explorer. Can't work without TC !
Re: (Score:2)
Re: (Score:1)
Eliminating the need for third-party software (Score:2)
They bought it for you (Score:3)
For all of us! They payed for WinRAR. Finally.
Re: (Score:2)
When the news broke, I bought another five licenses for WinRAR out of respect. Even got it on physical media.
Impressive, tar is such a new archive format (Score:3)
I wonder which vendor they are trying to limit developer interactions with in these moves so late in the game.
LoB
can it "unzip selection" though? (Score:2)
i wish it had the ability for me to select a dozen zip (or rar or gzip or whatever) files and unzip them all at once
Re: (Score:1)
Wanting to indicate several files together and specify the same operation once to be carri
Re: (Score:2)
indeed, an excellent suggestion
Avoidance is the best defense (Score:1)
Whenever possible, avoid MS native way to do anything. It will always lack what you want, have a stupid UI, and break in opaque ways.
Makes Sense To Me (Score:1)