Скачать patchcleaner для windows 10

Donate with PayPal button

Windows Installer Directory

When applications are installed and updated on the Windows Operating System a hidden directory «c:\Windows\Installer» is used to store the installer (.msi) files and the patch (.msp) files.

Generally these files are important as during updating, patching or uninstalling software it will use the .msi/.msp files. If you blanketly delete all the files in this folder, you will find yourself needing to rebuild windows.

Over time as your computer is patched and patched again, these installer files become outdated and orphaned. They are no longer required, but they can take up many gigabytes of data.

PatchCleaner

PatchCleaner identifies these redundant/orphaned files and allows you to either:

  1. (Recommended) Move them to another location. If you want to play it safe, just move them to another location, and you can always copy them back.
  2. Delete them.

How it works

HomeDev has had many queries about how PatchCleaner works and if it can be trusted to do the right thing.

Its pretty simple. The windows operating system holds a list of current installers and patches, that can be accessed via WMI calls, (Windows Management Instrumentation ).

PatchCleaner obtains this list of the known msi/msp files and compares that against all the msi/msp files that are found in the «c:\Windows\Installer» directory. Anything that is in the folder but not on the windows provided list is considered an orphaned file and is tagged to be moved or deleted.

HomeDev cannot warrant that PatchCleaner will not find a false positive and delete a required patch which is why we have added the filter feature to filter and recommend using the move function, that way you can always copy the patches back if required. Please see the Known Issues List at the bottom of the page

CLI — Command Line Interface

As of verison 1.3, patch cleaner implements a CLI, (Command Line Interface).

The application can now be run from the command line with the following switches:

     /d  — This will execute with the delete action.
     /m — This will execute the move action with the default location as stored in your local app configuration.
     /m [FilePath] — This will execute the move action, where [FilePath] is the location you wish to move the files to.

The process will write the output to the console window and also logs the messages to the windows event log.

Malware

After 200,000+ downloads, I have had some feedback that a few users are having problems where PatchCleaner is being detected as Malware.

Firstly let me reassure you that there is no Malware contained within PatchCleaner.

To stop PatchCleaner from being detected as malware would require purchase of an SSL certificate and digitally signing the software.

Given this is 100% free software I cannot justify the expense in doing this, so I do apologise for any extra clicks you may have to do to install PatchCleaner but I don’t think this will change any time soon.

If you don’t believe me, then how about trusting Softpedia where we have been given a 100% clean rating.

Check out the review here as well..

PatchCleaner on Softpedia

Known Issues

  1. Adobe Reader patches are detected incorrectly as orphaned files. As of verson 1.4, PatchCleaner now has an exclusion filter that allows you to filter out the Adobe Acrobat patch files so they can be excluded from the set of orphaned files. The exclusion filters are configurable

Requirements

  • Windows 7 / 8 or 10,  x64 or x86 (not compatible with windows XP)
  • .Net framework 4.5.2
  • Also, runs on Windows Server, Confirmed on Server 2008 R2 x64 and Server 2012 R2 64

Get it from CNET Download.com!

Support

Installation Issues

Some people have encountered some installaton challenges when attempting to install. If you hit problems then I suggest you try the following. 

The installer that you download from the website is a self extracting 7z archive created as per my blog post (http://ntsblog.homedev.com.au/index.php/2015/05/14/self-extracting-archive-runs-setup-exe-7zip-sfx-switch/).

So you can actually open the .exe file with 7Zip and extract the files (setup.exe and PatchCleaner.msi). 

I would then try running the PatchCleaner.msi file directly.

License

Yes the product is 100% free, but if you feel inclined please support via a donation either through the $ heart icon in the app or this link below

Donate with PayPal button

Version 1.4.2.0

Released 3/03/2016

Version 1.4.2.0 of PatchCleaner is another point release that  implements the following fixes:

  1. Fix for object not found crash in UI.
  2. Fix for crash on Cannot convert Null to System.DateTime
  3. Error handling for vbScript not configured on PC.
  4. Fix for duplicate patch files appearing
  5. UI enhancement for missing files.

Thats all the bugs fixed now.

Version 1.4.1.0

Released 16/02/2016

Version 1.4.1.0 of PatchCleaner is a hotfix release due to a crash that was occuring on Windows 7 machines

The hotfix also  implements the following fixes:

  1. Fix for Shell32 program crash
  2. Improved error handling after all the previous crashes.
  3. Improved product crash handling
  4. Improved file access performance
  5. Deep scan mode for improved performance but reduced functionality.
  6.  Move to .Net Framework 4.5.2
  7. Fixes for issues on Non-English versions of windows.
  8. Missing msi/msp file notification

Version 1.4.0.0

Released 10/02/2016

Version 1.4.0.0 of PatchCleaner implements new functionality, including:

File Details

PatchCleaner now provides the details of:

  1. The files that are still in use and need to be retained
  2. The orphaned files including those files that are excluded via the exclusion filters

Exclusion filters

There is a known issue in previous versions where PatchCleaner falsely identifies Adobe Acrobat Reader patches as not being required. Adobe do something proprietary when it comes to their automatic updating such that if PatchCleaner removes the «orphaned» patches from the installer directory, Adobe Reader automatic updates will no longer successfully install.

The exclusion filters feature allows you to add keywords that are used in «contains» filters to exclude patches that match these keywords. These «contains» checks are applied against the file title, subject, author and digital signature.

PatchCleaner is now pre-configured to exclude «Acrobat» which will exclude any Adobe Reader files from the set of orphaned files.

These exclusion filters are able to altered by you.

Bug Fixes

  • Issue with the «version» checking where version 1.3.0.0 always displayed that version 1.3.0.0 was available for download.

Adobe Reader

If you are concerned that PatchCleaner has detected your AdobeReader patches as orphaned, you could apply the following steps to recover them. (Note: This assumes you have used the move feature and have access to the full list of patches that have been marked as orphaned.)

  1. Install PatchCleaner 1.4.0.0
  2. Run patch cleaner
  3. Move your orphaned files to your «Move» folder. Patch cleaner should now say you have «0» orphaned files.
  4. Copy your patches from your «Move» location back to «c:\windows\installer»
  5. Run PatchCleaner (or click refresh if you left it running)
  6. Use the delete action.

Any Adobe Reader patches that were copied back to «c:\windows\installer» as part of step 4, will have been excluded from the set of orphaned files and will remain in the installer folder.

Version 1.3.0.0

Released 14/11/2015

Version 1.3.0.0 of patch cleaner implements a CLI, (Command Line Interface).

The application can now be run from the command line with the following switches:

     /d  — This will execute with the delete action.
     /m — This will execute the move action with the default location as stored in your local app configuration.
     /m [FilePath] — This will execute the move action, where [FilePath] is the location you wish to move the files to.

The process will write the output to the console window and also logs the messages to the windows event log.

Bug Fixes

  • There was code to ensure that the application had write access to the «Move» location. This seemed to cause security issues if your move location was the root of your drive. This functionality has been removed and the application will just log an error if it does not have write permission to the target «Move» location. 

Version 1.2.0.0

Released 16/06/2015

This version contains some minor fixes, including:

  1. Fix to save the move folder location between sessions. Previously PatchCleaner would not retain you chosen move location.
  2. Performance improvements, by removal of redundant code.

Note: There have been no functional changes to the code

Since version 1.1.1.0, HomeDev has performed further testing, which involved testing with the latest round of windows updates.

All windows update patches installed with no issues being encountered.

Running patch cleaner after running a large set of windows updates recovered another 1GB of free space.

Version 1.1.0.0

Released 9/06/2015

Hotfix for issue that was identifying false positives.

There was a bug that was falsely identifying a small number of patches as orphaned when in fact they were not. For example on a test computer it found 42 files worth 300MB of actual patch files that should have been retained.

If you used the move function the recovery process is:

  1.  copy the files back into the c:\windows\Installer directory; and
  2. re-run the PatchCleaner v1.1.0.0  to correctly identify orphaned patches.

If you deleted… Sorry :-(

I ran this for over a month with out any issues before releasing the first version of the product. It was only today that I had my first issue.

I appologise if this has caused any problems.

Version 1.0.1.0

Released 2/06/2015

Fixes issue with move action crashing.

Added better error capturing around the move logic.

If you have crashes when attempting the move action it will be related to file system permissions. Try choosing a destination location that you have full control over.

Version 1.0.0.0

Released 23/05/2015

First version of PatchCleaner.

Can you create a Command Line version of PatchCleaner?

Yes, we created a command line version of the PatchCleaner in version 1.3.0

I have upgraded to the latest version of PatchCleaner and it is crashing, what should I do?

Between version 1.3 and 1.4 there were changes made to the way PatchCleaner works.

It appears that a direct upgrade leaves some files from the pervious version behind and when the new version starts it fails to start throwing an error like:

FATAL PatchCleaner.App: An Unhandled Execption has occured System.IndexOutOfRangeException: Index was outside the bounds of the array.

The solution to fix this is to do the following:

  1. Uninstall PatchCleaner
  2. Delete the folder and all its contents
    1. 32 Bit computer — C:\Program Files\HomeDev\PatchCleaner
    2.  64 bit computer — C:\Program Files (x86)\HomeDev\PatchCleaner   
  3. Re-install PatchCleaner it should be fixed

Unrecoverable error, PatchCleaner uses vbScript and it appears that vbScript is not working on your computer.

On some computers the following error message may be recieved;

Unrecoverable error, PatchCleaner uses vbScript  and it appears that vbScript is not working on your computer. "Can't find script engine "VBScript". You will need to resolve this issue before running PatchCleaner

As the error suggests patch cleaner uses vbScript. It is used as the base technology for asking your computer what software and patches are required by your computer, as this is the fastest way to make the required «WMI» calls. Without a working version of vbScript on your computer PatchCleaner cannot work.

If you receive this error, it is because vbScript is broken on your computer. 

This can be for various reasons, and google will be your friend to help resolve this. 

https://www.google.com/search?num=20&newwindow=1&espv=2&q=can%27t+find+script+engine+vbScript

Below is a link that people have used to help resolve the issue with vbScript on their computer:

http://techlogon.com/2012/11/26/how-to-fix-the-error-cant-find-script-engine-vbscript-for-script/

Until you get vbScript working on your computer you will not be able to run patch cleaner.

To easlily test create a file called «test.vbs», open it in notpad and enter this code:

Wscript.Echo "Yeah, vbScript is working"

Save it and double click, if you get a message box showing the above text then you have fixed your vbScript issue

Is PatchCleaner Malware?

I have had some feedback that a few users are having problems where PatchCleaner is being detected as Malware.

Firstly let me reassure you that there is no Malware contained within PatchCleaner. To tell you the truth I am not smart enough to add malware to my product nor do I have the time or inclination to be bothered to do something like that. The only thing that PatchCleaner does is check back to base to determine if a new version of the product has been released, and uses that to display a download link.

To stop PatchCleaner from being detected as malware would require purchase of an SSL certificate and digitally signing the software.

Given this is 100% free software I cannot justify the expense in doing this, so I do apologise for any extra clicks you may have to do to install PatchCleaner but I have no plans to change this. 

Hundreds of thousands of happy «customers» can’t be wrong, so just give it a go.

As of  October 2017 — softpedia has given PatchCleaner a 100% bill of health as verified as 100% clean.

Read about their review on Softpedia

I am having trouble installing/uninstalling PatchCleaner

Some people have encountered installaton challenges when attempting to install/uninstall PatchCleaner.

The installer that you download from the website is a self extracting 7zip archive created as per my blog post (http://ntsblog.homedev.com.au/index.php/2015/05/14/self-extracting-archive-runs-setup-exe-7zip-sfx-switch/). The idea behind this is to package both a Bootstrap setup.exe, along with the actual .msi.

If you run into problems installing, (or in some cases uninstalling and cannot find the .msi file), you can actually open the .exe file with 7Zip and extract the files. 

Download and install a copy of 7Zip from 7Zip.org and right-click on the PatchCleaner.exe and choose extract here.

You will get 2 files, a setup.exe and a PatchCleaner.msi. The setup.exe is what is called a bootstrapper and it attempts to ensure that the pre-requisites are meet. The .msi is the installer itself. 

Try running the PatchCleaner.msi file directly.

Обновлено

Совместимость

Windows 7, Windows 8, Windows 10

Описание

PatchCleaner — это программа освобождает место на диске с операционкой путем удаления ненужных установщиков и файлов обновлений программ, которые со временем могут занять гигабайты дискового пространства. Как правило, эти файлы нужны для установки, обновления или удаления программ, но со временем они накапливаются, и появляются устаревшие, более не нужные файлы, которые лишь занимают место. Именно для удаления таких файлов и предназначена данная программа.  

PatchCleaner выполняет поиск устаревших установщиков/файлов обновлений и позволяет либо переместить их на другой носитель или полностью удалить их. Разработчики рекомендуют именно переносить эти файлы, чтобы в случае возникновения проблем их можно было восстановить.

PatchCleaner работает следующим образом. Windows хранит список всех актуальных (нужных) установщиков и патчей. Программа получает этот список, сравнивает его содержимое с содержимым папки c:\Windows\Installer и удаляет все файлы, которые есть в папке, но отсутствую в списке.

Обращаем ваше внимание, что для нормальной работы PatchCleaner необходимо скачать и установить Microsoft .NET Framework

Версии

Leader badge

Cleans your windows Installer directory of orphaned and redundant installation (.msi) and patch (.msp) files

Need a Freelancer Management System (FMS)? Icon

A Freelancer Management System (FMS) is a platform that enables companies to organize, track projects and manage payments with their freelance and contract workforce. TalentDesk.io does what a freelance management platform or FMS does and more. Driving the convergence of your contract, freelance and full-time employees, it ensures all resources are managed efficiently.

User Ratings


5.0

out of 5 stars

★★★★★

★★★★

★★★

★★

ease
1 of 5
2 of 5
3 of 5
4 of 5
5 of 5

5 / 5

features
1 of 5
2 of 5
3 of 5
4 of 5
5 of 5

5 / 5

design
1 of 5
2 of 5
3 of 5
4 of 5
5 of 5

4 / 5

support
1 of 5
2 of 5
3 of 5
4 of 5
5 of 5

4 / 5

User Reviews

  • All
  • ★★★★★
  • ★★★★
  • ★★★
  • ★★
  • Excellent way to safely clean outdated Windows update files left hanging around. First use cleared a lot of junk and subsequent uses clean less, but still worth using after each update.

    1 user found this review helpful.

  • Very good software i used it.
    After they can look at Soft Cleaner for speed up system quick & sustained.

    1 user found this review helpful.

  • struggling with 1-2 gb of free space on a 128gb ssd disk for more than a year now. this utility freed up more than 15gb of unwanted obsolete windows files. I was a bit sceptical at first, but a week later the laptop has been working without any problems.

    2 users found this review helpful.

  • I use the portable version and I find it stores a user.config file in C:\Users\User\AppData\Local\HomeDev\ everytime I open the app?

  • Excellent windows support utility to clean gigabytes of orphaned installers in the «c:\Windows\Installer» directory.

Read more reviews >

PatchCleaner 1.4.2.0

Любая операционная система для поддержания своей стабильной работы требует своевременной очистки от так называемого «мусора». Сделать это можно с помощью различных приложений. Удобной и функциональной является утилита PatchCleaner 1.4.2.0, последнюю версию которой можно бесплатно скачать на русском языке с официального сайта. Мы расскажем, как это сделать, а также выполним небольшой обзор программы.

Содержание

  1. Обзор приложения
  2. Инструкция по работе
  3. Скачиваем программу
  4. Как пользоваться
  5. Плюсы и минусы
  6. Аналоги
  7. Системные требования
  8. Скачать
  9. Подводим итоги

Обзор приложения

Для того чтобы понять суть программного обеспечения перед его скачиванием и установкой на компьютер или ноутбук, назовем его главные возможности:

  • Очистка ненужных файлов, хранящихся в каталогах операционной системы Windows XP, 7, 8 и 10.
  • Удаление ненужных временных файлов.
  • Выполнение сканирования в автоматическом режиме.
  • Пользователь может самостоятельно установить путь к удаляемому файлу.

PatchCleaner 1.4.2.0

Конечно, нельзя сказать, что софт обладает большим количеством функций, да это и не нужно. Дело в том, что программа была создана именно для очистки жесткого диска ПК от ненужных файлов. А с этой функцией приложение справляется просто отлично.

Инструкция по работе

Назвав главные возможности софта, поговорим о том, как его загрузить и инсталлировать на компьютер. Для этого мы предоставили небольшую пошаговую инструкцию.

Скачиваем программу

Итак, первое, что нам нужно сделать, это загрузить архив, в котором содержится установочный файл. Для этого прокручиваем страничку вниз и находим там ссылку. Кликаем по ней. Дальше действуем по следующему алгоритму:

  1. Распаковываем архив, применив пароль, который прикреплен в таблице. Находим здесь установочный файл и кликаем по нему. На скриншоте ниже нужный файл обведен красным цветом.

PatchCleaner 1.4.2.0

  1. Принимаем условия пользовательского соглашения и жмем на кнопку «Next», как показано на картинке ниже.

PatchCleaner 1.4.2.0

  1. Теперь осталось лишь дождаться окончания процесса инсталляции. Он не занимает много времени. После завершения установки жмем на кнопку «Close».

PatchCleaner 1.4.2.0

Готово. Больше никаких действий не потребуется. Запускаем программу и начинаем работу с ней.

Как пользоваться

Работать с утилитой очень просто. После запуска приложения пользователь должен указать путь к каталогу, который следует очистить от ненужных файлов. При нажатии кнопки «Refresh» мы сможем произвести повторное сканирование. После этого начнется сканирование ПК и автоматическая очистка диска от так называемого мусора.

PatchCleaner 1.4.2.0

По умолчанию интерфейс утилиты английский. При желании можно русифицировать программу. Это сделает ее использование более удобным.

Плюсы и минусы

Отдельно следует поговорить о положительных и отрицательных характеристиках приложения. Для начала выделим основные достоинства.

Плюсы:

  • Небольшой размер и минимальные требования к ПК.
  • Масса положительных отзывов от пользователей.
  • Есть portable-версия.
  • Очищение жесткого диска не занимает много времени.
  • Понятный и удобный пользовательский интерфейс.

Минусы:

  • Английский интерфейс. Русский язык устанавливается отдельно с помощью русификатора.

Аналоги

На сегодня существует множество утилит, помогающих очищать компьютер или ноутбук от ненужных файлов. Назовем некоторые из них:

  • CCleaner.
  • IObit Malware Fighter Free.
  • FreeSpacer.
  • Чистилка.
  • System Cleaner.

Системные требования

Пришло время поговорить о минимальных системных требованиях. Это важное условие для корректной работы того или иного софта на ПК:

  • Центральный процессор: от 1 ГГц и выше.
  • Оперативная память: не менее 512 Мб.
  • Пространство на жестком диске: от 2 Мб.
  • Платформа: Microsoft Windows 7,8 и 10 х32/64 Bit.

Скачать

Загрузить PatchCleaner через торрент с официального сайта вы сможете, кликнув по ссылке, прикрепленной сразу под табличкой. Немного ниже рекомендуем ознакомиться с важной информацией о программном обеспечении.

Версия: 1.4.2.0
Разработчик: Homedev
Год выхода: 2023
Название: PatchCleaner
Платформа: Microsoft Windows
Язык: Английский. Русский устанавливается с помощью русификатора
Лицензия: Бесплатно
Пароль к архиву: fraps.pro

PatchCleaner 1.4.2.0 rus

Подводим итоги

Если во время загрузки и установки приложения у вас возникнут какие-либо проблемы, пишите свои комментарии немного ниже. Наша команда внимательно читает все посты и обязательно поможет советом в той или иной ситуации.

Иконка PatchCleaner

Данная небольшая утилита очень помогает пользователю, очищая операционную систему от Microsoft. Она создана для того, чтобы удалять различные временные файлы, инсталляторы, которые уже не используется, чистить папки Temp и так далее. Более детально об этом мы расскажем ниже, а в самом конце странички предложим бесплатно скачать последнюю версию PatchCleaner на русском языке с официального сайта.

Описание и возможности

Перед тем как перейти дальше разберемся с возможностями, которые предоставляет пользователю приложение. PatchCleaner обладает следующими функциями:

  • Очистка различных каталогов, хранящих ненужные файлы в Windows XP, 7, 8 или 10.
  • Удаление папок с временными файлами.
  • Возможность установки пути к удаляемого объекту.
  • Режим автоматического сканирования.

Программный интерфейс PatchCleaner

Да, возможностей у данной программы не слишком много. Однако создана она для одной цели – очистки жесткого диска компьютера или ноутбука от мусора. И с данной задачей утилита справляется на отлично.

Как пользоваться

Теперь давайте переходить к практике и разбираться, как же при помощи данного приложения очистить ПК от ненужного хлама.

Загрузка и установка

Переходя дальше, мы предложим бесплатно скачать оригинальную версию PatchCleaner либо ее Portable-редакцию. Немного ниже будет написано, как это все установить, а также работать с приложением.

  1. В первую очередь переходим в самый конец странички и при помощи кнопки, которая там прикреплена, загружаем нужный нам архив. Посмотрев на таблицу, берем из нее пароль и распаковываем установочный файл. Дальше, произведя двойной левый клик, запускаем наш инсталлятор.

Запуск инсталлятора приложения PatchCleaner

  1. На втором этапе понадобится принять лицензионное соглашение программы, установив флажок напротив пункта, отмечено цифрой 1. После этого переходим к третьему шагу, кликнув по Next.

Принятие лицензионного соглашения при установке PatchCleaner

  1. Установка закончится в одно мгновение, и мы должны будем закрыть окно инсталлятора, нажав на отведенную красной линией кнопку.

Завершение установки PatchCleaner

Теперь с приложением можно работать.

Инструкция по работе

Когда программа запустится, мы можем указать путь к тому каталогу, который необходимо удалить. Для того чтобы повторно произвести сканирование файловой системы, кликаем по кнопке с надписью Refresh.

Использование программы PatchCleaner

В результате запустится сканирование и автоматическая очистка всех ненужных объектов.

Достоинства и недостатки

Также рассмотрим положительные и отрицательные особенности приложения, с которым вам скоро придется работать.

Плюсы:

  • Минимальный размер программы и ее низкие системные требования.
  • Много положительных отзывов.
  • Малое количество управляющих элементов, делающее работу с PatchCleaner очень простой.
  • Высокая скорость очистки мусора.

Минусы:

  • Русский язык необходимо устанавливать отдельно, загрузив и запустив русификатор.

Похожие приложения

Рассмотрим еще несколько программ, которые тоже позволяют очищать временные файлы в операционных системах Microsoft:

  • Ускоритель Компьютера.
  • CCleaner.
  • Advanced SystemCare Free.
  • Glary Utilities.
  • FreeSpacer.
  • DiscCleaner.

Системные требования

Приложение будет корректно работать только на компьютере, который соответствует как минимум приведенным ниже техническим параметрам:

  • Центральный процессор: от 1 ГГц.
  • Оперативная память: от 512 Мб.
  • Пространство на жестком диске: от 2 Мб.
  • Платформа: Microsoft Windows 7,8 10 32 64 бит

Скачать

Теперь вы можете скачать PatchCleaner через торрент или по прямой ссылке.

Разработчик: Homedev
Платформа: Windows
Язык: Английский (русский устанавливается при помощи русификатора отдельно)
Лицензия: Бесплатно
Пароль к архиву: bestsoft.club

PatchCleaner 1.4.2.0

  • Скачать pascal для windows 10 64 bit
  • Скачать perl для windows 10
  • Скачать parsec для windows 11
  • Скачать people playground для windows 7
  • Скачать peers tv на компьютер бесплатно для windows 10