Latest entries (500)

PrivaZer v4.0.85 Updated

Ennovy on 10 May 2024
  • 19MB (uncompressed)
  • Released on 10 May 2024
  • Suggested by lautrepay

PrivaZer scans and cleans your computers and storage devices, including external disks, USB flash drives, iPods, SD cards or network drives. It safeguards your privacy by removing unwanted traces of internet activities, software usage, USB history, registry and files.

The program includes an available secure delete function that overwrites files to prevent recovery.

Category:
Runs on:WinXP / Vista / Win7 / Win8 / Win10 / Win11
Writes settings to: Application folder
Dependencies: Administrator rights
Stealth: ? Yes
Unicode support: Yes
License: Freeware
How to extract: Download the "portable version" PrivaZer.exe to a folder of your choice and launch.
Similar/alternative apps: BleachBit, CCleaner
What's new? See: https://privazer.com/changelog.php
Latest comments
Klard on 2021-12-22 12:28

I've been using PrivaZer for a few months now and I like it. Most of the time when something goes wrong it is Me, not the app.

The_PrivaZer_Team on 2022-01-02 11:12

Thank you Klard for your nice words.

PrivaZer cleans around 250,000 PCs every month.
As already explained, the issue reported here by FileHandler was fixed 3 YEARS AGO in 2018 !

kinki on 2024-03-31 13:48

I've some portable browser and port. thunderbird on drive D:, not useable to clean the internet browsing.

See all

Just Color Picker v6.0 Updated

lwc on 10 May 2024
  • 2MB (uncompressed)
  • Released on 9 May 2024
  • Suggested by lautrepay

Just Color Picker is a tool that captures the colour of any pixel in any screen area and displays its code in a variety of formats: HTML, RGB, HEX, HSB/HSV, HSL, CMYK and Delphi.

Category:
Runs on:Win2K / WinXP / Vista / Win7 / Win8 / Win10
Writes settings to: Application folder
Stealth: ? Yes
Unicode support: Yes
License: Freeware
How to extract:
  1. Download the ZIP package and extract to a folder of your choice and then do one of the following:

    • Create an empty text file in the application folder and name it jcpicker.ini
    • Run jcpicker.exe /ini and then close the program
  2. Launch jcpicker.exe
Similar/alternative apps: ColorMania, ColorSchemer ColorPix
What's new? See: https://annystudio.com/software/colorpicker/#versionhistory
Latest comments
tomcat on 2018-01-22 04:43

The instructions say:
"Run jcpicker.exe /ini and then close the program"
How do you Run that? In the folder there is an exe and an ini file, but not an exe /ini.

Midas on 2018-01-22 07:27

Type '[Windows key]+R', drag and drop 'jcpicker.exe' into the "Run" dialog, edit the the character string you just placed in the "Open" field, adding " /ini" at the end, click the "OK" button and presto... it's called a "Command Line Parameter".

Add comment

muCommander v1.4.0 Updated

lwc on 10 May 2024
  • 18MB (uncompressed)
  • Released on 2 May 2024
  • Suggested by spillej

muCommander is a Java-based skinnable, tabbed file manager with a dual-pane interface. The tool connects to a many online services such as FTP, SFTP, SMB, HTTP, Amazon S3, Bonjour, HDFS (Hadoop), NFS and more. File copying includes transfer verification, rate of speed controls and transfer visualization. It can open and create a variety of archive types as well as view and modify ZIP files without recompression. The program can batch rename, change permissions/date and hash files or folders with a variety of algorithms.

Cross-platform (Mac, Linux, *BSD) and available in 27 languages.

Alternatively, an outdated X-muCommander is also available.

Category:
Runs on:WinXP / Vista / Win7 / Win8 / Win10
Writes settings to: Application folder
Dependencies: jPortable
Stealth: ? No. Saves some temporary information to %TEMP%
License: GNU GPLv3
How to extract:
  1. Download the ZIP or even TGZ package (since the latter lacks an EXE file which isn't relevant for portable use since it requires to have Java installed).
  2. Extract to a folder of your choice (if it's the TGZ file, the actual extraction is from its internal TAR file).
  3. Prepare the following BAT (e.g. muCommander.bat) file (which is long since it both auto detects the [version] in mucommander-[version].jar and makes sure to take the newest one if you accidentally kept previous versions):
    @echo off
    setlocal enabledelayedexpansion
    set "JAR_FILE="
    set "LAST_FILE="
    for %%f in ("%~dp0mucommander-*.jar") do (
    if "!LAST_FILE!" lss "%%~nxf" (
    set "LAST_FILE=%%~nxf"
    )
    )
    if not defined LAST_FILE (
    echo mucommander-*.jar not found.
    exit /b
    )
    set "JAR_FILE=!LAST_FILE!"
    :startApp
    start "" "%~dp0\..\CommonFiles\Java\bin\javaw.exe" -jar "%~dp0!JAR_FILE!" -p "%~dp0.mucommander"
    endlocal
  4. Launch the BAT file (which relies on the Dependencies).
Similar/alternative apps: Multi Commander
What's new? See: https://github.com/mucommander/mucommander/releases
Latest comments
Danix on 2011-04-08 21:37

winPenPack has released X-muCommander Portable.
Note: the JRE setup will be downloaded and installed automatically in the "Lib" directory.
http://www.winpenpack.com/en/download.php?view.1101

appsuser on 2019-12-10 09:11

This program still supports SMB 1.0, which is no longer supported by Windows 10. Very useful if you have older devices and don't want to make your Windows 10 insecure by re-enabling this protocol.

Add comment

Notepad++ v8.6.6 Updated

Ennovy on 10 May 2024
  • 21MB (uncompressed)
  • Released on 9 May 2024
  • Suggested by Andrew Lee

Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. Includes source code "folding", allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, Perl-compatible regular expression search/replace, macro recording and playback, document map etc.

A host of additional functionality is available via the plugins admin view, including tools for file analysis, programming languages, viewers, calculations, user interface and many more.

Alternatively, Notepad++ Portable and the outdated X-Notepad++ clean the local folder.

Category:
Runs on:Vista / Win7 / Win8 / Win10 / Win11
Writes settings to: Application folder
Stealth: ? Yes
Unicode support: Yes
License: GNU GPLv2
How to extract:
  1. Download the "Portable" ZIP or 7z package according to your OS and extract to a folder of your choice
  2. Delete unnecessary localization files
  3. Launch notepad++.exe
Similar/alternative apps: AkelPad, PSPad, EditPad Lite
What's new? Changelog at: https://notepad-plus-plus.org/download/.
Latest comments
Pendrive on 2021-12-08 16:48

Where is this "v8.1.9.3"?

PAFuser on 2022-01-19 09:26

8.2 does not seem to have sessions check box under general tab, and session does not seem to load or save. Any comments?

Mike.S.G. on 2022-01-20 09:43

@PAFuser

Things have changed a bit, can you make something happen by tweaking settings in Backup & Multi Instance... looking at the changelog some settings have been tweaked regarding Sessions???

See all

Quick Clipboard Editor v2.1 Updated

Ennovy on 9 May 2024
  • 18MB (uncompressed)
  • Released on 9 May 2024
  • Suggested by JnLlnd

Quick Clipboard Editor (QCE) not only helps maintain a history of text copied to the clipboard, it also allows you to make quick edits to the text directory. The built-in text editor provides a set of functions including:

  • find and replace
  • insert new content on each line
  • trim unwanted sections of lines
  • keep or delete lines or characters based on various criteria
  • sort by all sort of criteria
  • change case of text or portion of text
  • convert text for various coding needs (HTML, XML, PHP, AHK, etc.)

Category:
Runs on:Win7 / Win8 / Win10 / Win11
Writes settings to: Application folder
Stealth: ? Yes
Unicode support: Yes
License: Freeware
How to extract: Download the ZIP package and extract to a folder of your choice. Launch QuickClipboardEditor-32-bit.exe or QuickClipboardEditor-64-bit.exe.
What's new? See: https://clipboard.quickaccesspopup.com/change-log/