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:

44,812

Downloads of v 1.44.0.20160826:

468

Last Update:

26 Aug 2016

Package Maintainer(s):

Software Author(s):

  • Tom Ehlert Software

Tags:

backup restore windows image demo trial admin

Drive Snapshot

This is not the latest version of Drive Snapshot available.

  • 1
  • 2
  • 3

1.44.0.20160826 | Updated: 26 Aug 2016

Downloads:

44,812

Downloads of v 1.44.0.20160826:

468

Maintainer(s):

Software Author(s):

  • Tom Ehlert Software

Drive Snapshot 1.44.0.20160826

This is not the latest version of Drive Snapshot available.

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Tom Ehlert Software. The inclusion of Tom Ehlert Software trademark(s), if any, upon this webpage is solely to identify Tom Ehlert Software goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged:

This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.

We recommend clicking the "Details" link to make your own decision on installing this package.

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Drive Snapshot, run the following command from the command line or from PowerShell:

>

To upgrade Drive Snapshot, run the following command from the command line or from PowerShell:

>

To uninstall Drive Snapshot, 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 drivesnapshot -y --source="'INTERNAL REPO URL'" --version="'1.44.0.20160826'" [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 drivesnapshot -y --source="'INTERNAL REPO URL'" --version="'1.44.0.20160826'" 
$exitCode = $LASTEXITCODE

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

Exit $exitCode

- name: Install drivesnapshot
  win_chocolatey:
    name: drivesnapshot
    version: '1.44.0.20160826'
    source: INTERNAL REPO URL
    state: present

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


chocolatey_package 'drivesnapshot' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '1.44.0.20160826'
end

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


cChocoPackageInstaller drivesnapshot
{
    Name     = "drivesnapshot"
    Version  = "1.44.0.20160826"
    Source   = "INTERNAL REPO URL"
}

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


package { 'drivesnapshot':
  ensure   => '1.44.0.20160826',
  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.

NOTE

Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...

Package Approved

This package was approved by moderator doc on 26 Aug 2016.

Description

This is a 30 days DEMO Version!
If you like this program, please buy at http://www.drivesnapshot.de/en/order.htm

Create Disk Image Backups, While Running Windows
The Backup process will back up all your data into a single file, containing all data, including system data and registry, for total security, should your computer ever crash.
There is no restart (to DOS) necessary.
Ever.


tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop'

$packageName = 'drivesnapshot'
$url32       = 'http://www.drivesnapshot.de/download/Setup.exe'
$checksum32  = 'b8ec20562e8b8cc8737758a422cb342767636c0db79b5accfea49ff14a8efc13'
$toolsPath   = Split-Path $MyInvocation.MyCommand.Definition

$packageArgs = @{
  packageName            = $packageName
  fileType               = 'EXE'
  url                    = $url32
  checksum               = $checksum32
  checksumType           = 'sha256'
  silentArgs             = '/S'
  validExitCodes         = @(0)
  registryUninstallerKey = $packageName
}

Install-ChocolateyPackage @packageArgs

$uninstall = Get-ChildItem -Path HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall, HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall  |
    Get-ItemProperty |
        Where-Object {$_.DisplayName -like "Snapshot*" } |
            Select-Object -Property DisplayName, UninstallString

$installpath = ($uninstall.UninstallString).Replace('uninstall.exe','')
$bits = Get-ProcessorBits
if ($bits -eq 64)
{
Install-ChocolateyPath $installpath
}
else
{
Install-ChocolateyPath $installpath
}
tools\chocolateyuninstall.ps1
$uninstall = Get-ChildItem -Path HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall, HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall  |
    Get-ItemProperty |
        Where-Object {$_.DisplayName -like "Snapshot*" } |
            Select-Object -Property DisplayName, UninstallString
 
ForEach ($ver in $uninstall) {
 
    If ($ver.UninstallString) {
 
        $uninst = $ver.UninstallString
        Start-Process $uninst -ArgumentList '/S'
    }
 
}

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
Drive Snapshot 1.501708.0 92 Monday, April 28, 2025 Approved
Drive Snapshot 1.501691.0 99 Wednesday, April 2, 2025 Approved
Drive Snapshot 1.501675.0 100 Thursday, March 6, 2025 Approved
Drive Snapshot 1.501651.0 127 Tuesday, February 4, 2025 Approved
Drive Snapshot 1.501643.0 119 Wednesday, January 8, 2025 Approved
Drive Snapshot 1.501639.0 116 Wednesday, December 11, 2024 Approved
Drive Snapshot 1.501612.0 128 Wednesday, November 13, 2024 Approved
Drive Snapshot 1.501600.0 193 Tuesday, October 15, 2024 Approved
Drive Snapshot 1.501596.0 228 Monday, September 23, 2024 Approved
Drive Snapshot 1.501527.0 220 Sunday, September 1, 2024 Approved
Drive Snapshot 1.501414.0 889 Wednesday, April 10, 2024 Approved
Drive Snapshot 1.501394 365 Thursday, February 29, 2024 Approved
Drive Snapshot 1.501350 254 Monday, January 29, 2024 Approved
Drive Snapshot 1.50.1334 190 Wednesday, January 3, 2024 Approved
Drive Snapshot 1.50.1332 176 Wednesday, December 20, 2023 Approved
Drive Snapshot 1.50.1306 179 Friday, November 24, 2023 Approved
Drive Snapshot 1.50.1267 209 Thursday, October 19, 2023 Approved
Drive Snapshot 1.50.1258 154 Friday, October 6, 2023 Approved
Drive Snapshot 1.50.1250 181 Wednesday, September 13, 2023 Approved
Drive Snapshot 1.50.1236 209 Wednesday, August 16, 2023 Approved
Drive Snapshot 1.50.1224 200 Friday, July 7, 2023 Approved
Drive Snapshot 1.50.1208 171 Monday, June 19, 2023 Approved
Drive Snapshot 1.50.1194 225 Wednesday, May 24, 2023 Approved
Drive Snapshot 1.50.1166 222 Monday, April 24, 2023 Approved
Drive Snapshot 1.50.1161 151 Tuesday, April 18, 2023 Approved
Drive Snapshot 1.50.1136 204 Wednesday, March 22, 2023 Approved
Drive Snapshot 1.50.1094 191 Tuesday, February 21, 2023 Approved
Drive Snapshot 1.50.1082 194 Tuesday, February 7, 2023 Approved
Drive Snapshot 1.50.1062 158 Monday, January 30, 2023 Approved
Drive Snapshot 1.50.1047 180 Tuesday, January 17, 2023 Approved
Drive Snapshot 1.50.1025 175 Friday, January 6, 2023 Approved
Drive Snapshot 1.50.1021 214 Tuesday, December 13, 2022 Approved
Drive Snapshot 1.50.1018 124 Friday, December 9, 2022 Approved
Drive Snapshot 1.50.941 164 Thursday, December 1, 2022 Approved
Drive Snapshot 1.50.856 237 Thursday, November 3, 2022 Approved
Drive Snapshot 1.50.835 201 Tuesday, October 18, 2022 Approved
Drive Snapshot 1.50.637 184 Tuesday, October 4, 2022 Approved
Drive Snapshot 1.50.633 150 Wednesday, September 28, 2022 Approved
Drive Snapshot 1.50.578 216 Monday, September 5, 2022 Approved
Drive Snapshot 1.49.19135 225 Tuesday, August 16, 2022 Approved
Drive Snapshot 1.49.19132 220 Friday, July 8, 2022 Approved
Drive Snapshot 1.49.19128 206 Tuesday, June 21, 2022 Approved
Drive Snapshot 1.49.19123 186 Thursday, June 2, 2022 Approved
Drive Snapshot 1.49.19121 219 Monday, May 9, 2022 Approved
Drive Snapshot 1.49.19114 240 Monday, April 4, 2022 Approved
Drive Snapshot 1.49.19101 223 Friday, March 4, 2022 Approved
Drive Snapshot 1.49.19073 219 Thursday, February 3, 2022 Approved
Drive Snapshot 1.49.19043 307 Tuesday, January 4, 2022 Approved
Drive Snapshot 1.49.19014 255 Wednesday, December 1, 2021 Approved
Drive Snapshot 1.49.19010 183 Thursday, November 25, 2021 Approved
Drive Snapshot 1.49.19004 198 Tuesday, November 2, 2021 Approved
Drive Snapshot 1.49.18992 213 Thursday, October 14, 2021 Approved
Drive Snapshot 1.49.18962 235 Tuesday, September 14, 2021 Approved
Drive Snapshot 1.49.18957 129 Monday, September 13, 2021 Approved
Drive Snapshot 1.49.18954 164 Tuesday, September 7, 2021 Approved
Drive Snapshot 1.49.18952 170 Wednesday, September 1, 2021 Approved
Drive Snapshot 1.49.18950 128 Wednesday, September 1, 2021 Approved
Drive Snapshot 1.49.18948 196 Wednesday, August 25, 2021 Approved
Drive Snapshot 1.49.18934 128 Wednesday, August 25, 2021 Approved
Drive Snapshot 1.49.18931 197 Tuesday, August 17, 2021 Approved
Drive Snapshot 1.48.18930 207 Thursday, July 29, 2021 Approved
Drive Snapshot 1.48.18911 239 Friday, July 2, 2021 Approved
Drive Snapshot 1.48.18905 251 Wednesday, June 2, 2021 Approved
Drive Snapshot 1.48.18895 236 Thursday, May 6, 2021 Approved
Drive Snapshot 1.48.18892 196 Monday, May 3, 2021 Approved
Drive Snapshot 1.48.18878 252 Wednesday, April 7, 2021 Approved
Drive Snapshot 1.48.18866 247 Monday, March 15, 2021 Approved
Drive Snapshot 1.48.18864 278 Monday, February 8, 2021 Approved
Drive Snapshot 1.48.18862 253 Thursday, January 14, 2021 Approved
Drive Snapshot 1.48.18860 223 Monday, December 14, 2020 Approved
Drive Snapshot 1.48.18856 281 Thursday, November 19, 2020 Approved
Drive Snapshot 1.48.18848 282 Wednesday, November 4, 2020 Approved
Drive Snapshot 1.48.18833 208 Thursday, October 29, 2020 Approved
Drive Snapshot 1.48.18831 298 Thursday, October 1, 2020 Approved
Drive Snapshot 1.48.18828 335 Friday, September 4, 2020 Approved
Drive Snapshot 1.48.18826 299 Tuesday, July 28, 2020 Approved
Drive Snapshot 1.48.18817 222 Wednesday, July 22, 2020 Approved
Drive Snapshot 1.48.18799 407 Friday, May 29, 2020 Approved
Drive Snapshot 1.48.18790 311 Thursday, May 14, 2020 Approved
Drive Snapshot 1.48.18785 324 Wednesday, April 29, 2020 Approved
Drive Snapshot 1.48.18766 386 Wednesday, March 25, 2020 Approved
Drive Snapshot 1.48.18764 398 Tuesday, March 3, 2020 Approved
Drive Snapshot 1.48.18753 325 Thursday, February 13, 2020 Approved
Drive Snapshot 1.48.18751 337 Thursday, February 6, 2020 Approved
Drive Snapshot 1.48.18745 300 Friday, January 24, 2020 Approved
Drive Snapshot 1.48.18740 322 Tuesday, January 14, 2020 Approved
Drive Snapshot 1.48.18730 330 Friday, December 13, 2019 Approved
Drive Snapshot 1.47.18710 315 Thursday, November 14, 2019 Approved
Drive Snapshot 1.47.18679 337 Sunday, October 20, 2019 Approved
Drive Snapshot 1.47.18663 303 Thursday, October 3, 2019 Approved
Drive Snapshot 1.47.18641 268 Thursday, September 26, 2019 Approved
Drive Snapshot 1.47.18597 313 Wednesday, September 11, 2019 Approved
Drive Snapshot 1.47.18573 277 Sunday, September 8, 2019 Approved
Drive Snapshot 1.47.18545 325 Thursday, August 29, 2019 Approved
Drive Snapshot 1.47.18537 287 Tuesday, August 27, 2019 Approved
Drive Snapshot 1.47.18523 307 Wednesday, August 7, 2019 Approved
Drive Snapshot 1.47.18512 309 Thursday, August 1, 2019 Approved
Drive Snapshot 1.47.18496 326 Saturday, July 20, 2019 Approved
Drive Snapshot 1.47.18466 353 Monday, July 15, 2019 Approved
Drive Snapshot 1.47.18458 254 Monday, July 15, 2019 Approved
Drive Snapshot 1.47.18455 373 Thursday, July 11, 2019 Approved
Drive Snapshot 1.46.18250 333 Wednesday, June 26, 2019 Approved
Drive Snapshot 1.46.18234 326 Thursday, June 6, 2019 Approved
Drive Snapshot 1.46.18233 334 Sunday, May 12, 2019 Approved
Drive Snapshot 1.46.18213 389 Wednesday, April 3, 2019 Approved
Drive Snapshot 1.46.18210 324 Tuesday, April 2, 2019 Approved
Drive Snapshot 1.46.18205 385 Monday, March 11, 2019 Approved
Drive Snapshot 1.46.18187 383 Tuesday, February 19, 2019 Approved
Drive Snapshot 1.46.18183 311 Monday, February 4, 2019 Approved
Drive Snapshot 1.46.18180 353 Monday, January 7, 2019 Approved
Drive Snapshot 1.46.18177 365 Friday, November 30, 2018 Approved
Drive Snapshot 1.46.18171 432 Thursday, October 25, 2018 Approved
Drive Snapshot 1.46.18161 395 Monday, September 10, 2018 Approved
Drive Snapshot 1.46.18151 410 Friday, July 27, 2018 Approved
Drive Snapshot 1.46.18148 397 Wednesday, June 27, 2018 Approved
Drive Snapshot 1.46.18138 369 Friday, June 15, 2018 Approved
Drive Snapshot 1.46.18136 357 Friday, June 8, 2018 Approved
Drive Snapshot 1.46.18129 380 Wednesday, May 30, 2018 Approved
Drive Snapshot 1.46.18114 369 Wednesday, May 23, 2018 Approved
Drive Snapshot 1.46.18067 452 Wednesday, April 18, 2018 Approved
Drive Snapshot 1.46.18041 399 Friday, March 23, 2018 Approved
Drive Snapshot 1.46.18037 429 Wednesday, March 14, 2018 Approved
Drive Snapshot 1.46.18023 445 Wednesday, March 7, 2018 Approved
Drive Snapshot 1.45.17699 422 Tuesday, January 30, 2018 Approved
Drive Snapshot 1.45.17689 471 Tuesday, December 19, 2017 Approved
Drive Snapshot 1.45.17684 481 Monday, November 6, 2017 Approved
Drive Snapshot 1.45.17680 492 Monday, October 9, 2017 Approved
Drive Snapshot 1.45.17664 482 Wednesday, September 6, 2017 Approved
Drive Snapshot 1.45.17655 476 Wednesday, August 16, 2017 Approved
Drive Snapshot 1.45.17640 456 Friday, July 14, 2017 Approved
Drive Snapshot 1.45.17630 452 Friday, June 30, 2017 Approved
Drive Snapshot 1.45.17626 451 Friday, June 23, 2017 Approved
Drive Snapshot 1.45.17594 488 Tuesday, May 9, 2017 Approved
Drive Snapshot 1.45.17585 527 Tuesday, April 11, 2017 Approved
Drive Snapshot 1.45.17582 502 Wednesday, April 5, 2017 Approved
Drive Snapshot 1.45.17578 472 Friday, March 17, 2017 Approved
Drive Snapshot 1.45.17573 508 Thursday, February 16, 2017 Approved
Drive Snapshot 1.45.17570 443 Thursday, February 16, 2017 Approved
Drive Snapshot 1.45.17562 520 Thursday, February 9, 2017 Approved
Drive Snapshot 1.45.17533 501 Friday, January 13, 2017 Approved
Drive Snapshot 1.45.17528 472 Wednesday, January 11, 2017 Approved
Drive Snapshot 1.45.17510 527 Tuesday, December 20, 2016 Approved
Drive Snapshot 1.45.17498 474 Monday, December 5, 2016 Approved
Drive Snapshot 1.44.17565 466 Monday, October 31, 2016 Approved
Drive Snapshot 1.44.0.20160926 535 Sunday, October 2, 2016 Approved
Drive Snapshot 1.44.0.20160826 468 Friday, August 26, 2016 Approved
Drive Snapshot 1.44 518 Monday, April 18, 2016 Approved
Drive Snapshot 1.43 517 Monday, March 14, 2016 Approved

This package has no dependencies.

Discussion for the Drive Snapshot Package

Ground Rules:

  • This discussion is only about Drive Snapshot and the Drive Snapshot 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 Drive Snapshot, 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