
47,002
Downloads
42,256
Downloads of v 10.0
2/16/2017
Last update
Partition Wizard Free Edition is a free partition manager software designed by MiniTool Solution Ltd. Our partition manager supports 32/64 bit Windows Operating System including Windows XP, Vista and Windows 7/8. Home users can perform complicated partition operations by using this powerful yet free partition manager to manage their hard disk. Functions include: Resizing partitions, Copying partitions, Create partition, Delete partition, Format partition, Convert partition, Explore partition, Hide partition, Change drive letter, Set active partition, Partition Recovery. Partition Wizard Home Edition is designated for home user only, to use Partition Wizard in a business environment, Partition Wizard Professional Edition is required.
Documentation
Community
Freeware
This package installs the free edition of Partition Wizard. Additional features may be unlocked with purchase of a license.
To install MiniTool Partition Wizard Home Edition, run the following command from the command line or from PowerShell:
C:\> choco install partitionwizard
To upgrade MiniTool Partition Wizard Home Edition, run the following command from the command line or from PowerShell:
C:\> choco upgrade partitionwizard
Files
Hide- tools\chocolateyInstall.ps1
Show
$packageName = 'partitionwizard' $installerType = 'exe' $silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-' $url = 'https://www.partitionwizard.com/download/pw10-free.exe' $checksum = 'a50dead5b1ed24b721bc2998795d5f44b82ba7e34457ca7deb4552d9fcbac1e4' $checksumType = 'sha256' $validExitCodes = @(0) Install-ChocolateyPackage -PackageName "$packageName" ` -FileType "$installerType" ` -SilentArgs "$silentArgs" ` -Url "$url" ` -ValidExitCodes $validExitCodes ` -Checksum "$checksum" ` -ChecksumType "$checksumType"
- tools\chocolateyUninstall.ps1
Show
$packageName = 'partitionwizard' $packageSearch = "MiniTool Partition Wizard Home Edition" $installerType = 'exe' $silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-' $validExitCodes = @(0) Get-ItemProperty -Path @( 'HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*', 'HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*', 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*' ) ` -ErrorAction:SilentlyContinue ` | Where-Object { $_.DisplayName -like "$packageSearch*" } ` | ForEach-Object { Uninstall-ChocolateyPackage -PackageName "$packageName" ` -FileType "$installerType" ` -SilentArgs "$($silentArgs)" ` -File "$($_.UninstallString.Replace('"',''))" ` -ValidExitCodes $validExitCodes }
Virus Scan Results
- partitionwizard.10.0.nupkg (0c6186d2a678) - ## / 56 - Log in or click on link to see number of positives
- pw10-free.exe (a1b1cef92e87) - ## / 58 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Copyright
© 2009 MiniTool Solution Ltd
Tags
Release Notes
Program
Package
- Automatically built and uploaded by dtgm
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
MiniTool Partition Wizard Home Edition 10.0 | 42256 | Thursday, February 16, 2017 | approved |
MiniTool Partition Wizard Home Edition 9.1.0 | 1782 | Saturday, October 10, 2015 | approved |
MiniTool Partition Wizard Home Edition 9.0.0 | 292 | Tuesday, June 30, 2015 | approved |
MiniTool Partition Wizard Home Edition 8.1.1.20141201 | 935 | Monday, December 1, 2014 | approved |
MiniTool Partition Wizard Home Edition 8.1.1 | 753 | Wednesday, January 22, 2014 | |
MiniTool Partition Wizard Home Edition 8.0 | 459 | Monday, August 26, 2013 | |
MiniTool� Partition Wizard Home Edition 7.8 | 385 | Friday, April 12, 2013 |
Discussion for the MiniTool Partition Wizard Home Edition Package
Ground rules:
- This discussion is only about MiniTool Partition Wizard Home Edition and the MiniTool Partition Wizard Home Edition 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 MiniTool Partition Wizard Home Edition, 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.