Logiciels

Windows 11, WinRAR 6.1 débarque avec un prise en charge « complète » du menu contextuel

WinRAR évolue en version 6.1 afin de prendre en charge le menu contextuel de Windows 11. Nous retrouvons des changements, quelques correctifs de bug et la fin de la prise en charge de certains systèmes d’exploitation.

Disponible en téléchargement, WinRAR 6.1 propose pas mal de nouveautés. Le fait le plus marquant est la  prise en charge « complète » du menu contextuel de Windows 11. L’équipe de développement s’est attardée sur la nouvelle approche de Microsoft. En raison des modifications apportées dans Windows 11, les applications sont limitées avec le menu contextuel. Elles ne peuvent utiliser qu’une seule commande ou sous menu de niveau supérieur. Du coup WinRAR a dû s’adapter.

WinRAR 6.1 et le menu contextuel de Windows 11

Windows 11 et l’utilitaire WinRAR 6.1

Le journal des modifications explique

“Si « Menus contextuels en cascade » dans la boîte de dialogue « Paramètres d’intégration » est activé, cet élément unique est un sous-menu stockant toutes les commandes WinRAR. Dans le cas contraire, une seule commande d’extraction pour les archives et une seule commande d’archivage pour les fichiers habituels sont disponibles.”

Cette évolution ne change pas l’organisation actuelle. En clair les menus contextuels « hérités » continuent d’être disponibles au travers de l’option « Afficher plus d’options » dans le menu contextuel de l’Explorateur de fichiers. Un ajustement de l’application est recommandé pour éviter les doublons. Il est expliqué

” L’option de menus contextuels hérités dans la boîte de dialogue « Paramètres / Intégration » peut être utilisée dans Windows 11 si les commandes WinRAR sont manquantes dans le menu contextuel hérité « Afficher plus d’options » ou dans les menus contextuels de gestionnaires de fichiers tiers. Si les commandes WinRAR sont déjà présentes, désactivez l’option « Menus contextuels hérités » pour éviter de les dupliquer. Cette option n’est pas disponible dans Windows 10 et les versions antérieures.”

A ceci s’ajoute la fin de la prise en charge de Windows XP. Ce système d’exploitation a été lancé par Redmond en 2001. Sa fin de vie a eu lieu en avril 2014. Windows Vista est désormais le système d’exploitation le plus ancien pris en charge par WinRAR. L’utilitaire est désormais capable de décompresser des archives .zst et .zipx via l’algorithme Zstandard.

WinRAR 6.1, lien et note de version

Nom : WinRAR

Version : 6.1

Date de publication : le 24 janvier 2022

  1. WinRAR can unpack contents of .zst and .zipx archives utilizing Zstandard algorithm.
  2. Added support of Windows 11 Explorer context menus.Beginning from Windows 11, an application can add only a single top level command or submenu to Explorer context menu.If “Cascaded context menus” in “Integration settings” dialog is on, this single item is a submenu storing all necessary WinRAR commands.If this option is off, only one extraction command for archives and one archiving command for usual files are available. You can select these commands with “Context menu items…” button in “Integration settings” dialog.
  3. “Legacy context menus” option in “Settings/Integration” dialog can be used in Windows 11 if WinRAR commands are missing in “Show more options” Windows legacy context menu or in context menus of third party file managers. If WinRAR commands are already present here, keep “Legacy context menus” option turned off to prevent duplicating them.This option is not available in Windows 10 and older.
  4. Windows XP is not supported anymore. Minimum required operating system version is Windows Vista.
  5. “Close” item is added to “When done” list on “Advanced” page of archiving dialog. It closes WinRAR window, when archiving is done.
  6. “When done” list is added to “Options” page of extraction dialog. It allows to select an action like turning a computer off or closing WinRAR after completing extraction.
  7. Switch -si can be used when extracting or testing to read archive data from stdin, such as:type docs.rar | rar x -si -o+ -pmypwd dummy docs\Even though the archive name is ignored with this switch, an arbitrary dummy archive name has to specified in the command line.Operations requiring backward seeks are unavailable in this mode. It includes displaying archive comments, testing the recovery record, utilizing the quick open information, processing multivolume archives.

    Prompts requiring user interaction are not allowed. Use -o[+|-|r], -p<pwd> or -mes switches to suppress such prompts.

  8. New -ep4<path> switch excludes the path prefix when archiving or extracting if this path is found in the beginning of archived name. Path is compared with names already prepared to store in archive, without drive letters and leading path separators. For example:rar a -ep4texts\books archive c:\texts\books\technicalremoves “text\books” from archived names, so they start from ‘technical’.
  9. New -mes switch skips encrypted files when extracting or testing. It replaces the former -p- switch.
  10. New -op<path> switch sets the destination folder for ‘x’ and ‘e’ extraction commands. Unlike <path_to_extract\> command line parameter, this switch also accepts paths without trailing path separator character.
  11. If ‘p’ command is used to print a file to stdout, informational messages are suppressed automatically to prevent them mixing with file data.
  12. “Generate archive name by mask” option and switch -ag treat only first two ‘M’ characters after ‘H’ as minutes. Previously any amount of such characters was considered as minutes.It makes possible to place the time field before the date, like -agHHMM-DDMMYY. Previous versions considered all ‘M’ in this string as minutes.
  13. Maximum allowed size of RAR5 recovery record is increased to 1000% of protected data size. Maximum number of RAR5 recovery volumes can be 10 times larger than protected RAR volumes.Previous WinRAR versions are not able to use the recovery record to repair broken archives if recovery record size exceeds 99%. Similarly, previous versions cannot use recovery volumes if their number is equal or larger than number of RAR volumes.
  14. Warning is issued if entered password exceeds the allowed limit of 127 characters and is truncated. Previously such passwords had been truncated silently.
  15. If archive includes reserved device names, the underscore character is inserted in the beginning of such names when extracting. For example, aux.txt is converted to _aux.txt. It is done to prevent compatibility problems with software unable to process such names.You can use “Allow potentially incompatible names” option in “Advanced” part of extraction dialog or command line -oni switch to avoid this conversion.
  16. WinRAR attempts to reset the file cache before testing an archive. It helps to verify actual data written to disk instead of reading a cached copy.
  17. Multiple -v<size> switches specifying different sizes for different volumes are now allowed also for ZIP archives:WinRAR a -v100k -v200k -v300k arcname.zipPreviously multiple -v<size> switches were supported only for RAR archives.
  18. Switches -sl<size> and -sm<size> can be used in WinRAR.exe command line mode when extracting archives in any supported formats, provided that such archive includes unpacked file sizes. Previously these switches could filter files by size only in RAR and ZIP archives.
  19. Newer folder selection dialog is invoked when pressing “Browse” button in WinRAR “Settings/Paths” page, “Repair” and “Convert” commands, also as in few other similar places. Previously a simpler XP style folder selection dialog was opened.
  20. When restoring from tray after completing an operation, WinRAR window is positioned under other opened windows, to not interfere with current user activities.
  21. “650 MB CD” is removed and “2 GB volumes” is added to the list of predefined volume sizes in “Define volume sizes” dialog invoked from WinRAR “Settings/Compression”.
  22. “Rename” command selects the file name part up to the final dot. Previously it selected the entire name.
  23. If SFX archive size exceeds 4 GB, an error message is issued during compression, immediately after exceeding this threshold. Previously this error was reported only after completing compression.Executables of such size cannot be started by Windows.
  24. Command line -en switch is not supported anymore. It created RAR4 archives without the end of archive record.End of archive record permits to gracefully skip external data like digital signatures.
  25. Bugs fixed:
    1. when editing a file inside of .rar or .zip archive, WinRAR created a new SFX archive instead of updating an existing archive if “Create SFX archive” option was set in the default compression profile;
    2. the total progress could be displayed incorrectly when using -oi, -f, -u switches or appropriate GUI options;
    3. “Find files” command with “Use all tables” option and command line “it” commands failed to find strings in UTF-16 encoding.

Lien de téléchargement : WinRAR

Jerome G

Issu d’une formation scientifique. Aime l'innovation, la High Tech et le développement durable. Soucieux du respect de la vie privée.

4 commentaires

  1. Winrar : excellent shareware… Dans les années 2000… Vraiment. Meilleur que winzip.
    Et puis 7zip gratuit/opensource est arrivé. 😀
    Jamais compris pkoi on trouve encore des winzip & co payants sur des Windows, sérieux… 😮
    Des vieilles et mauvaises habitudes des utilisateurs, certainement… 😛

    1. Pour info le support utilisateur a un coût ce que n’offre pas le
      logiciel libre qui fait l’aumône pour se financer… 😉

      1. Paske toi tu achètes tu support, pour faire clic-droit, compresser en RAR ? 😮
        Franchement, à part la fonctionnalité de créer des archives SFX autoextractibles directement depuis la GUI, y’a plus aucune plus value quelconque entre les produits “zip” et le 7zip opensource…

        1. Sauf que le support utilisateur ce n’est pas seulement l’aide à
          l’utilisation mais aussi la correction de bogues et le portage
          sur plusieurs environnements logiciel en distribuant des binaires
          exécutables prêt à l’emploi.

          Aux dernières nouvelles le développeur de 7-Zip Igor Pavlov ne porte
          aucun intéret pour Windows 11 d’où la pertinence de cette dernière
          version de WinRAR pour les utilisateurs Windows 11.

          https://sourceforge.net/p/sevenzip/discussion/45797/thread/100e7bb9fb/

Laisser un commentaire

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *

Bouton retour en haut de la page