๐Ÿ“ท

Picasa Portable for Win 11

A portable, fully sandboxed Picasa 3.9 for Windows 11. Runs from any folder, scans only its own Pictures\ subfolder, and leaves zero trace on the host. A humble revival of the old JauntePE workflow, this time using Sandboxie-Plus as the virtualization layer.

Windows 11 ยท 64-bit ยท Portable installer (~47 MB) ยท MIT licensed

Why this exists

Back in the Windows 7 days, I used JauntePE to make Picasa portable. It worked beautifully โ€” you could have a dozen separate Picasa Portable folders, each holding a different project's photo library, completely isolated from each other and from the host system.

That stopped working on Windows 11 โ€” JauntePE's runtime hooks don't survive on modern Windows. This project is a humble attempt to bring the same workflow back, with a different approach: instead of API hooking, it uses Sandboxie-Plus to virtualize Picasa's file and registry writes into a portable folder.

What it does

๐Ÿ—‚ Truly portable

One self-extracting installer drops everything into a folder of your choice โ€” USB drive, external SSD, or local disk. Drive letters auto-detect.

๐ŸชŸ Double-click to launch

One click on Picasa.exe. UAC once on first run, Sandboxie wizard once, then Picasa opens. Subsequent launches are instant.

๐Ÿ”’ Real isolation

Picasa scans only the Pictures\ subfolder inside the portable folder. The host's My Pictures, Desktop, Documents, Downloads, OneDrive, and other drives are hidden.

๐Ÿ’พ Self-contained data

All of Picasa's database, face-tags, edits, and settings stay inside the portable folder's data\ subfolder. Nothing touches the host's %LocalAppData%.

๐Ÿงน Zero residue

Delete the folder and Picasa is gone. No registry leftovers, no orphan files in Program Files, no Start Menu entries pointing into the void.

๐Ÿ›ก Sandboxie-Plus under the hood

File and registry virtualization powered by Sandboxie-Plus v1.17.6 โ€” battle-tested kernel-mode isolation, GPLv3, open source.

The multi-library workflow

After installing the first copy, just copy the entire installed folder to make a new isolated library. Each copy is fully independent โ€” its own albums, its own face-tags, its own watched folder.

C:\PicasaPortable_Wedding2014\
C:\PicasaPortable_FamilyArchive\
C:\PicasaPortable_ClientJob_Acme\
C:\PicasaPortable_Travel_Japan\

Launch whichever you need; the others stay untouched. The original JauntePE idea, finally back on Windows 11.

Note: Sandboxie's service is shared across all copies, so they all share the same Picasa sandbox name. Don't run two copies at the same time โ€” close one before launching another.

How the isolation works

First-run, what to expect

Known limitations