MSI
WinGet
Quick Explorer
biondi53 · 0.1.24 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i Quick.Explorer_0.1.24_x64_en-US.msi /quiet /norestart
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{692F8F97-3F69-45D2-8E61-E9A3FBD5054F}
Product version operator
Greater than or equal to
Product version
0.1.24
MSI Properties
Product Code
{692F8F97-3F69-45D2-8E61-E9A3FBD5054F}
File Identity
Filename
Quick.Explorer_0.1.24_x64_en-US.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
biondi53.QuickExplorer
Version
0.1.24
Description
quickexplorer
License
MIT
Installer URL
https://github.com/biondi53/Quick-Explorer/releases/download/v0.1.24/Quick.Explorer_0.1.24_x64_en-US.msi
Release Notes
✨ Asynchronous Pipeline & CPU Optimization
- ⚡ Asynchronous Thumbnail Protocol: Migrated the entire thumbnail backend to Tauri's asynchronous protocol handler. This eliminates all IPC blocking, ensuring the UI remains 100% fluid regardless of folder size or media complexity.
- 🛡️ Tokio Semaphore Throttling: Implemented a strict concurrency limit (4 concurrent operations) using a Tokio Semaphore. This protects system resources by preventing "thread explosion" during rapid scrolling.
- 🧠 Native As…