Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

189,438

Downloads of v 18.2.0:

1,929

Last Update:

14 Dec 2023

Package Maintainer(s):

Software Author(s):

  • CHENGDU Yiwo Tech Development Co.
  • Ltd

Tags:

disk partition system freeware admin

EaseUS Partition Master (Free)

  • 1
  • 2
  • 3

18.2.0 | Updated: 14 Dec 2023

Downloads:

189,438

Downloads of v 18.2.0:

1,929

Maintainer(s):

Software Author(s):

  • CHENGDU Yiwo Tech Development Co.
  • Ltd

EaseUS Partition Master (Free) 18.2.0

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install EaseUS Partition Master (Free), run the following command from the command line or from PowerShell:

>

To upgrade EaseUS Partition Master (Free), run the following command from the command line or from PowerShell:

>

To uninstall EaseUS Partition Master (Free), run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade partitionmasterfree -y --source="'INTERNAL REPO URL'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade partitionmasterfree -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install partitionmasterfree
  win_chocolatey:
    name: partitionmasterfree
    version: '18.2.0'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'partitionmasterfree' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '18.2.0'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller partitionmasterfree
{
    Name     = "partitionmasterfree"
    Version  = "18.2.0"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'partitionmasterfree':
  ensure   => '18.2.0',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

WARNING

There are versions of this package awaiting moderation . See the Version History section below.

Package Approved

This package was approved as a trusted package on 14 Dec 2023.

Description

EaseUS Partition Master Free Edition is a partition solution and disk management utility. It allows you to extend partition, especially for system drive, settle low disk space problem, manage disk space easily on MBR and GUID partition table (GPT) disk under 32 bit and 64 bit Windows 2000/XP/Vista/Windows 7 SP1/Windows 8. The most popular hard disk management functions are brought together with powerful data protection including: Partition Manager, Disk and Partition Copy Wizard and Partition Recovery Wizard.

Features

  • Resize/move partition
  • Merge partition
  • Wipe partition & disk and unallocated space
  • Hide/unhide partition
  • Rebuild MBR, defrag disk, set active partition
  • Convert between primary and logical partition
  • Disk surface test
  • Manage EXT2/3 partitions
  • Initialize to GPT disk/MBR disk
  • 4k alignment
  • Resize EFI partition
  • MBR disk & partition copy

Package Arguments

  • /UninstallAdditions - Uninstall the 'EaseUS Todo Backup' software as well (this is bundled with the partitionmasterfree program, but not installed at the same time)

Example: choco uninstall partitionmasterfree --package-parameters="/UninstallAdditions"

Notes

  • Install is not completely silent, the application is launched after installation (we will try to close the application).
  • Uninstall is not completely silent, a browser window is opened during uninstallation.

screenshot


tools\chocolateyBeforeModify.ps1
$toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition

Get-Process "main" -ea 0 | Where-Object { $_.MainWindowTitle -ilike 'EaseUS Partition Master*' } | Stop-Process
tools\epm18.2_free_B.exe
md5: 0B79E631B5DD39EAFC95CE4C60628925 | sha1: DC0BBBB90D82436C698265742A7EB9145497AB1E | sha256: 8639D9A36079A21301104442513424D8E4836FC2EBF5A299A0B319026718CC87 | sha512: 9048977C808FB8468335C506C6DD1625D572B6967C4897AE16BA6ABBAE8863B4615CDBB1FDA20B60A2E9661AAD2942BE473E3BA9606F968705A510F9CD45F8E6
tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop'

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. "$toolsPath\helpers.ps1"

$packageArgs = @{
  packageName    = $Env:ChocolateyPackageName
  fileType       = 'exe'
  file           = "$toolsPath\epm18.2_free_B.exe"
  silentArgs     = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
  validExitCodes = @(0, 3010)
  softwareName   = 'EaseUS Partition Master*'
}
Install-ChocolateyInstallPackage @packageArgs
Get-ChildItem $toolsPath\*.exe | ForEach-Object { Remove-Item $_ -ea 0; if (Test-Path $_) { Set-Content "$_.ignore" "" }}

Ensure-NotRunning
tools\helpers.ps1
function Ensure-NotRunning() {
    Write-Host "Waiting max 60 seconds for the application to start..."
    for ($i=0; $i -lt 60; $i++) {
        Start-Sleep 1
        $process = Get-Process "main" -ea 0 | Where-Object { $_.MainWindowTitle -ilike 'EaseUS Partition Master*' }
        if ($process) { Start-Sleep 2; break }
    }
    if (!$process) { Write-Warning "Timed out waiting for application"; return }

    Write-Host "Application started, kill it";
    Stop-Process $process -Force -ea 0
}
tools\chocolateyUninstall.ps1
$ErrorActionPreference = 'Stop'

$commonPackageArgs = @{
  fileType       = 'exe'
  silentArgs     = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /RESTARTEXITCODE=3010 /SP-'
  validExitCodes = @(0, 3010)
}

$softwares = New-Object 'System.Collections.Generic.List[hashtable]'
$softwares.Add(@{
  packageName  = 'partitionmasterfree'
  softwareName = 'EaseUS Partition Master*'
})

$pp = Get-PackageParameters
if ($pp.UninstallAdditions) {
  $softwares.Add(@{
      packageName  = 'EaseUS additional programs'
      softwareName = 'EaseUS Todo Backup Free*'
    })
}

$uninstalled = $false

$softwares | ForEach-Object {
  $packageArgs = $_

  [array]$key = Get-UninstallRegistryKey @packageArgs

  if ($key.Count -eq 1) {
    $key | ForEach-Object {
      $packageArgs['file'] = "$($_.UninstallString)"

      Uninstall-ChocolateyPackage @packageArgs @commonPackageArgs
    }
  }
  elseif ($key.Count -gt 1) {
    Write-Warning "$($key.Count) matches found!"
    Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
    Write-Warning "Please alert the package maintainer that the following keys were matched:"
    $key | ForEach-Object { Write-Warning "- $($_.DisplayName)" }
  }
}
legal\VERIFICATION.txt
VERIFICATION

Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

Package can be verified like this:

1. Go to

   x32: https://down.easeus.com/product/epm_free

   to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
   - Use powershell function 'Get-FileHash'
   - Use Chocolatey utility 'checksum.exe'

   checksum32: 8639d9a36079a21301104442513424d8e4836fc2ebf5a299a0b319026718cc87

File 'license.txt' is obtained from:
   https://www.easeus.com/license.htm
legal\LICENSE.txt
License Agreement

Please read this document carefully. This is a legal agreement between you (either an individual or an entity) and CHENGDU Yiwo® Tech Development Co., Ltd, the developer of our products. This Agreement supersedes any prior version license and governs your use of the SOFTWARE.

CHENGDU Yiwo® Tech Development Co., Ltd exclusively owns all copyrights of our products.

Anyone may use the free or trial version of our products. Before deciding upon the purchase, you may use the free or trial for evaluation. After the trial is expired, you should purchase full version.

Once registered, the user is granted an exclusive license to use. Our products on one computer, for any legal purpose, at a time. You need a license for a machine on which the program is installed. The registered our products software may not be rented or leased but can be permanently transferred, if the person who receiving it agrees to the terms of this license. If the software is update, the transfer must include the update and all previous versions.

Our products free or trial version may be freely distributed, if the distribution package is not modified. No person or company may charge a fee for the distribution of our products free or trial version without written permission from the copyright holder.

OUR PRODUCTS IS DISTRIBUTED "AS IS". NO WARRANTY OF ANY KIND IS EXPRESSED OR IMPLIED. YOU USE AT YOUR OWN RISK. THE AUTHOR WILL NOT BE LIABLE FOR DATA LOSS, DAMAGES, LOSS OF PROFITS OR ANY OTHER KIND OF LOSS WHILE USING OR MISUSING THIS SOFTWARE.

You may not use, copy, emulate, clone, rent, lease, sell, modify, de-compile, disassemble, otherwise reverse engineer, or transfer the licensed program, or any subset of the licensed program, except as provided for in this agreement. Any such unauthorized use shall result in immediate and automatic termination of this license and may result in criminal and/or civil prosecution.

COPYRIGHT. The SOFTWARE is owned by CHENGDU Yiwo® Tech Development Co., Ltd and is protected by International copyright laws and treaty provisions.

EaseUS is trademark of CHENGDU Yiwo Tech Development Co., Ltd. All other trademarks are the property of their respective owners.

SOFTWARE SUPPORT. Support will only be provided by e-mail and only on the most current version. Queries regarding the installation and use of the SOFTWARE should be submitted by e-mail to [email protected]. If you have questions about buying or updating our products, please Email us at [email protected] or [email protected]. Requests for additional features and enhancements should be submitted by e-mail to [email protected]. We will attempt to implement all reasonable requests but is not obliged to implement it.

RESERVATION. CHENGDU Yiwo® Tech Development Co., Ltd reserves the right to change the license agreement of the software. CHENGDU Yiwo® Tech Development Co., Ltd has the right to change the product as it sees fit CHENGDU Yiwo® Tech Development Co., Ltd reserves the right to change prices without notice. CHENGDU Yiwo® Tech Development Co., Ltd reserves all rights that are not expressly granted here.

Installing and using our products signifies acceptance of these terms and conditions of the license. If you do not agree with the terms of this license you must remove our products files from your storage devices and cease to use our products.

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
EaseUS Partition Master (Free) 18.5.0 2 Tuesday, March 26, 2024
Waiting for Maintainer
EaseUS Partition Master (Free) 18.0.0 1802 Tuesday, September 19, 2023 Approved
EaseUS Partition Master (Free) 17.9.0 1625 Tuesday, July 25, 2023 Approved
EaseUS Partition Master (Free) 17.8 3280 Tuesday, February 7, 2023 Approved
EaseUS Partition Master (Free) 17.6 2047 Friday, December 2, 2022 Approved
EaseUS Partition Master (Free) 17.5 659 Thursday, November 17, 2022 Approved
EaseUS Partition Master (Free) 17.2 2055 Wednesday, October 19, 2022 Approved
EaseUS Partition Master (Free) 17.0 7974 Wednesday, August 17, 2022 Approved
EaseUS Partition Master (Free) 16.8 27521 Thursday, February 24, 2022 Approved
EaseUS Partition Master (Free) 16.6 188 Thursday, February 24, 2022 Approved
EaseUS Partition Master (Free) 16.0 60106 Thursday, July 22, 2021 Approved
EaseUS Partition Master (Free) 15.8 28304 Monday, March 29, 2021 Approved
EaseUS Partition Master (Free) 15.5 28812 Tuesday, January 12, 2021 Approved
EaseUS Partition Master (Free) 15.0 2253 Wednesday, December 2, 2020 Approved
EaseUS Partition Master (Free) 14.5 758 Sunday, November 22, 2020 Approved
EaseUS Partition Master (Free) 13.5 4258 Monday, October 21, 2019 Approved
EaseUS Partition Master (Free) 13.0.0.20190121 2312 Monday, January 21, 2019 Approved
EaseUS Partition Master (Free) 13.0.0.20181204 760 Tuesday, December 4, 2018 Approved
EaseUS Partition Master (Free) 13.0 518 Thursday, November 29, 2018 Approved
EaseUS Partition Master (Free) 12.10 1060 Tuesday, August 14, 2018 Approved
EaseUS Partition Master (Free) 12.9 1349 Tuesday, March 6, 2018 Approved
EaseUS Partition Master (Free) 12.8 962 Thursday, December 7, 2017 Approved
EaseUS Partition Master (Free) 12.5.0.20171125 506 Saturday, November 25, 2017 Approved
EaseUS Partition Master (Free) 12.5 1031 Thursday, August 10, 2017 Approved
EaseUS Partition Master (Free) 12.0 1040 Thursday, April 27, 2017 Approved
EaseUS Partition Master (Free) 11.10 578 Sunday, March 26, 2017 Approved
EaseUS Partition Master (Free) 11.9 668 Wednesday, February 15, 2017 Approved
EaseUS Partition Master (Free) 10.1.0.2 1712 Tuesday, October 7, 2014 Unknown
EaseUS Partition Master (Free) 10.1.0.1 497 Tuesday, October 7, 2014 Unknown
EaseUS Partition Master (Free) 10.1 466 Tuesday, October 7, 2014 Unknown
EaseUS Partition Master (Free) 9.2.2.20131028 788 Monday, October 28, 2013 Unknown
EaseUS Partition Master Free Edition 9.2.2.20130702 507 Tuesday, July 2, 2013 Unknown
EaseUS Partition Master Free Edition 9.2.2 595 Tuesday, July 2, 2013 Unknown

This package has no dependencies.

Discussion for the EaseUS Partition Master (Free) Package

Ground Rules:

  • This discussion is only about EaseUS Partition Master (Free) and the EaseUS Partition Master (Free) package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or EaseUS Partition Master (Free), or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus