Skip to content

ApkShellext v1.0.1

Choose a tag to compare

@alisakkaf alisakkaf released this 20 Jul 18:17
· 135 commits to main since this release

ApkShellext v1.0.1 - Bug Fixes & Security Update

Welcome to the ApkShellext v1.0.1 release, focusing on execution stability, resolving Windows SmartScreen warnings, and mapping support paths inside the Preferences form.


🛠️ Improvements & Bug Fixes in v1.0.1

  1. SmartScreen & Untrusted Script Fixes: Added self-unblocking PowerShell commands at the start of all installer and uninstaller batch scripts (install.bat, uninstall.bat, debug.bat). When run, the scripts automatically strip NTFS download Zone.Identifier metadata from themselves and adjacent DLLs/EXEs, preventing Windows from displaying security warnings or blocking execution.
  2. Clean Package Compression: Automated build cleanup switches to exclude compiler PDB files and temporary archives from user releases.

📦 Package Contents

  • ApkShellext.dll - Core COM server library.
  • ApkShellextService.exe - Background extraction service.
  • libwebp_x64.dll & libwebp_x86.dll - WebP decoders.
  • Google.Protobuf.dll - Protobuf utility library.
  • install.bat - Standard installation tool.
  • uninstall.bat - Standard uninstallation tool.
  • restart_explorer.bat - Quick Explorer restarter.
  • ar-SA\, de-DE\, es-ES\, fr-FR\, etc. - Resource folders for 15 localized languages.

🔧 Installation Guide

  1. Download and extract ApkShellext-v1.0.1.zip to a permanent directory on your machine.
  2. Right-click install.bat and select Run as Administrator.
  3. Choose whether to enable watermark overlays (Y or N).
  4. Restart your machine or run restart_explorer.bat to activate the extension.