Fast file encryption and backup to the U disk

Source: Internet
Author: User

In the usual work, we often need to backup some important files to the USB drive, generally we will choose to use WinRAR tools such as hand-made the required files into a compressed package, for data security, we usually also encrypt the file, and then move it to the USB drive. Such operations are more complex, in fact, the use of Windows "Send to" menu, you can achieve more efficient encryption compression operations.

Enter SendTo in the Start Run menu, and enter the Send To folder after carriage return. Right-click in the blanks, select new → text file, open the new text file, and enter the following:

@echo off

"C:Program Fileswinrarwinrar.exe" A-phellomima "f:%~n1". rar ""%1 ""

Pause

The file will then be renamed "Encrypted to USB flash drive. bat", where the default installation path for WinRAR is used, and you can make changes as needed. Use the Winrarrar.exe "-P" parameter followed by the password, here for the Hellomima, you can also change at will, where the assumption F disk is a USB drive letter. Then when you need to encrypt the file, first plug in the USB flash drive, the corresponding file in the right menu click the "send to → encryption to the USB flash drive. Bat", you can encrypt the file to the USB flash drive. Of course, the unified password used here is convenient for decompression.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.