纯净系统
软件下载

压缩文件管理器 WinRAR v7.0.0 简体中文汉化版

介绍

WinRAR是一款强大的压缩文件管理器,它提供了RAR和ZIP文件的完整支持,能解压ARJ、CAB、LZH、ACE、TAR、GZ、UUE、BZ2、JAR、ISO格式文件。WinRAR 从 4.20开始更好地利用了多处理器核心,不过为了加快压缩速度增加了内存占用。另外,RAR常规解压算法的速度稍有提高,恢复卷的创建和处理可以使用多个CPU核心来获得更高的处理速度。

软件截图

更新日志

Version 7.00

1. Compression dictionary sizes larger than 1 GB are supported
for RAR archive format. Depending on the amount of physically
available memory, dictionary up to 64 GB can be selected.

Not power of 2 dictionary sizes can be specified for dictionaries
exceeding 4 GB. So we are not limited to 4, 8, 16, 32, 64 series
and can use values like 5 GB or 22 GB.

Archives with dictionaries exceeding 4 GB can be unpacked only
by WinRAR 7.0 or newer. 64-bit WinRAR version is needed to unpack
archives with dictionaries exceeding 1 GB.

Increasing the dictionary size can improve the compression ratio
for large files with distant repeated blocks, like virtual machine
disk images. It also can be efficient for sets of large similar files
in a solid archive, such as a collection of software ISO images
differing by version or localization.

2. WinRAR issues a prompt allowing to cancel or continue if dictionary
size in extracted RAR archive exceeds "Maximum dictionary size
allowed to extract" parameter in "Settings/Compression".
It is done to prevent the unexpected excessive memory allocation.

In the command line mode by default WinRAR refuses to unpack archives
with dictionary exceeding 4 GB. Use -md or -mdx to allow
unpacking dictionaries up to and including the specified size.
Unlike -md, -mdx is applied to extraction only and can be
added to RAR environment variable, not affecting archiving commands.

3. "Define dictionary sizes" dialog in "Settings/Compression" can be used
to customize dictionary sizes proposed in the drop down list associated
with "Dictionary size" field in "Archive name and parameters" dialog.

4. Alternate search algorithm, optimized to locate longer and more distant
repeated data blocks, can be used when creating RAR archives.
It helps to improve the compression ratio and sometimes speed
for redundant data like big text files.

It increases memory usage and might reduce the compression speed
for some types of data. It can be turned on or off with
"Long range search" options in "Advanced compression parameters" dialog
or with -mcl[+|-] switch. If "Auto" option is selected, WinRAR applies
the long range search depending on the compression method, dictionary
size and other parameters.

This algorithm is required for dictionaries exceeding 4 GB
and turning it off is ignored for such dictionaries.

5. Much slower and more exhaustive repeated data search and compression
algorithm can be enabled with "Exhaustive search" option
in "Advanced compression parameters" dialog or with -mcx switch.
It might provide the additional compression gain for some types of
redundant data, but at much lower compression speed.

Long range search is needed to implement this mode efficiently,
so the exhaustive search option activates it automatically.

Both long range and exhaustive search option do not affect
the compatibility of created archives. So if dictionary size
is in 128 KB - 4 GB range, archives created with these search options
can be unpacked by all WinRAR versions beginning from 5.0.

6. Maximum path length limit is increased from 2047 to 65535 characters.

7. Creating archives in RAR 4.x format isn't supported anymore.
Options and switches specific for this format are removed.
It doesn't affect RAR 4.x archives decompression, which is included
into WinRAR.

8. "Propagate Mark of the Web" option in "Settings/Security" dialog
controls assigning the archive Mark of the Web to extracted files.
It is possible to prohibit propagating, allow it for several
predefined file groups, for all files or for files matching user
defined file masks.

Mark of the Web is the security zone information added by Internet
browsers to downloaded files. It can be used by various software
for security purposes.

It is supported only by GUI WinRAR. Console RAR doesn't propagate
Mark of the Web regardless of this option.

9. "Attributes" column can be enabled in "Settings/File list/Columns".
It displays file attribute abbreviations, such as 'A' for "Archive"
and 'D' for directory.

If file attribute isn't among those recognized by WinRAR,
the numeric value of file attributes is also displayed.
This value uses hexadecimal format for Windows attributes
or octal format for Unix attributes.

10. "Benchmark" command allows to specify the exact number of threads
and copy results to clipboard. Information about WinRAR and Windows
versions, CPU and memory is added to benchmark window.

11. "Remove redundant folders from extraction path" option
in "Settings/Paths" is now applicable also to extraction commands
invoked from WinRAR user interface and to multiple archives
unpacked to separate folders. It removes a destination path
component, only if its name matches both the archive name and root
archived folder name, provided that there are no other folders
or files in archive root.

For example, it will remove one of "Pictures" in the destination path
if we unpack Pictures.rar containing the root "Pictures" folder
to "Pictures\" destination.

Previously it worked only for a single archive extracted from
context menu and didn't check if archived folder name matches
the last destination path component.

12. "Word wrap in comment" option in "Interface" options group
in "Settings/General" toggles the word wrap mode in archive comment
window.

13. Dictionary size data in archive information dialog is now available
for .bz2, .lz, .tar.bz2, .tar.gz, .tar.lz, .tar.zst archives.

14. Switch -ol- prohibits archiving and extracting symbolic links.

15. Switches -sl[u] and -sm[u] recognize [k|K|m|M|g|G|t|T]
size units for kilobytes, thousands of bytes, megabytes, millions
of bytes, gigabytes, billions of bytes, terabytes, trillions of bytes.
If unit character is 'b', 'B' or not present, bytes are assumed.

Previously these switches accepted bytes only.

16. SFX TempMode command accepts the optional @set:user parameter
allowing to modify temporary folder permissions, so only the current
user can access it. It prohibits a local user to replace files
in a temporary folder if SFX is started under another account.

It also can be enabled with "Restrict folder access" option
in "Advanced SFX options/Modes" dialog.

Some installers might fail to start in a folder created with
@set:user parameter.

17. File permissions and NTFS alternate streams are not saved for
hard link entries. They are saved only for the source file these
entries refer to. It allows to reduce the archive size, because
such file properties are automatically propagated to hard links
copies when extracting.

18. Keyboard shortcuts, such as Ctrl+A to select all files or Alt+E to
unpack found archives, are now functional in "Search results" window
also while search is still in progress. Previously they were available
only after completing search.

19. Switch -v[unit] recognizes 't' and 'T' as terabytes and
trillions of bytes for volume size units.

20. Warning is issued if leading '-' character is missing in a parameter
specified in "Additional switches" field of WinRAR archiving
and extraction dialogs. Also it is issued for parameters lacking '-'
in RAR environment variable and rar.ini file.

Previously such malformed parameters were ignored silently.

21. "Convert archives" command displays the smooth total operation progress.
Previously the total progress was updated abruptly after converting
an archive and was visible only when processing multiple archives.

22. Proper progress is displayed when compressing symbolic link targets.

23. "Integrate WinRAR into shell" option in WinRAR "Settings/Integration"
is grayed out if "Global\Integration=0" is present in winrar.ini file.

24. 64-bit WinRAR version uses 64-bit SFX modules by default.
64-bit SFX modules are needed to unpack archives with dictionaries
exceeding 1 GB.

32-bit modules are renamed to Default32.SFX, Zip32.SFX, WinCon32.SFX.

25. Maximum allowed dictionary size for archiving and extraction
can be specified in gigabytes in MaxDictA and MaxDictE variables
in "HKEY_CURRENT_USER\Software\WinRAR\Policy" Registry key.
If these variables are smaller than corresponding values defined
in WinRAR interface, they override interface values.

26. Console RAR filters out character 27 from screen output. It is done
for security reasons, because this character can be used to declare
ANSI escape control sequences in some terminal applications.

We are thankful to Siddharth Dushantha for bringing this issue
to our attention.

27. Bugs fixed:

a) it was possible to overwrite Mark of the Web, propagated from
archive to extracted files, and modify its security zone information
utilizing a specially crafted .rar archive.

We are thankful to Orange Tsai and NiNi from DEVCORE Research Team
working with Trend Micro Zero Day Initiative for letting us know
about this security issue.

Unlike WinRAR, unrar.dll library doesn't propagate the archive
Mark of the Web and leaves it to a caller application to assign it
to extracted files. So unrar.dll isn't affected by this issue;

b) "User defined archive extensions" field in "Settings/Integration"
was not saved if winrar.ini was used to store settings
and WinRAR was started under non-administrator user account.

 

此版特点

* 以英文版做为母版 + 周明波版官方简体中文升级, 并做了部分修改
* 集成 Real key,安装后即是注册版
* 无视文件锁定 (可编辑锁定的 RAR 文件, 方便修改注释、添加或删除文件!)
* 汉化命令行版本 RAR.EXE 和 UnRAR.exe
* 修改资源管理器右键查看 RAR 注释字体为宋体9号
* 感谢:D4llower (美化)、shuax、Black Hawk (技术支持)

特别说明

在此介绍一下WinRAR各官网的区别,当前WinRAR有三个官网,http://www.winrar.com.cnhttps://www.rarlab.comhttps://www.win-rar.com。第一个是中国代理方(软众)的官网,其中下载的简体中文版WinRAR是有广告的,使用激活码激活后也无法去除。第二个是WinRAR自己的官网,其中下载的简体中文版与中国代理商处下载的一致,使用激活码后仍然有广告,第三个是WinRAR官方面向国际企业的官网,仍然是不要在此处直接下载简体中文版,与前两者一致,使用激活码后仍然有广告。那么如何下载到激活后无广告的WinRAR呢?需要等国际企业购买WinRAR并泄露链接后,从此链接下载,才是激活后无广告的版本。

仔细观察从第三个网站直接下载的链接和企业泄露的链接,可以发现有细微差别的。

下载说明

烈火版:最老牌的WinRAR汉化特别版作者,稳定可靠

Th-sjy版:不如烈火老牌,但依然稳定,更新跟进快

magicgenius版:近期才开始制作WinRAR汉化的新作者,个人使用下来也不错

原版汉化:商业版的官方汉化版,没有最新版本,且官方汉化质量并不如民间,不建议使用

(以上仅为站长个人看法以及下载指导,总之十分感谢几位民间作者让我们用上了优质的汉化版)

下载地址

蓝奏云(81p5)        飞机盘        123网盘

未经允许不得转载:Puresys纯净系统-软件下载 » 压缩文件管理器 WinRAR v7.0.0 简体中文汉化版

相关推荐

  • 暂无文章

评论 4

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址
  1. #0

    真的可以使用吗

    kojsmi8个月前 (08-30)回复
  2. #0

    烈火版和magic版本总是报毒,不推荐用

    kaisa11个月前 (06-12)回复
  3. #0

    非常感谢

    staunch11个月前 (06-03)回复
  4. #0

    win11 不能用

    111111111年前 (2023-03-22)回复

支付宝扫一扫打赏