๐ ๏ธ How-To Guides & Real-World Recipes¶
Step-by-step practical recipes for getting the most out of Cortex Workstation's 139 tools and forensic engines.
๐งน 1-Click Full System Cleanup¶
Quickly reclaim dozens of gigabytes of disk space safely:
- Open Cortex Workstation and navigate to Cleanup Hub in the sidebar.
- Select your desired scan categories:
- System Temp & Log Files
- DirectX Shader Caches (NVIDIA, AMD, Intel)
- Windows Delivery Optimization Cache
- Browser Caches (Chrome, Edge, Firefox, Brave)
- Click Scan Reclaimable Space.
- Review findings by category with estimated savings.
- Click Clean Selected to safely recycle files.
[!TIP] All deletions use the Windows Recycle Bin (
send2trash) by default, so files can be easily recovered if needed.
๐ Deduplication & Storage Reclaim¶
Find and eliminate redundant files with zero risk of false positives:
Exact Duplicates (Byte-for-Byte & BLAKE3)¶
- Navigate to Duplicate Files Finder under Cleanup & Storage.
- Choose the directory to scan (e.g.,
D:\MediaorC:\Users\username\Downloads). - Click Scan.
- The engine uses a multi-tier pipeline: size filtering $\rightarrow$ header checks $\rightarrow$ full BLAKE3 cryptographic digest.
- Select duplicate files to remove, keeping the original intact.
Perceptual Photo Duplicates¶
- Open Similar & Duplicate Photos.
- Select an image gallery folder.
- The engine computes perceptual hashes (dHash, pHash, aHash) to detect resized, recompressed, or cropped images.
- Preview image pairs side-by-side with similarity percentages before deleting.
๐ง Windows Deep Repair & Optimization¶
Repair corrupted system components without reinstalling Windows:
Component Store & DISM Health Restore¶
- Navigate to Windows Update & Component Store under Maintenance & Repair.
- Click Analyze Component Store to inspect cleanup viability.
- If corruption is detected, click Restore Component Health to invoke the native DISM repair engine.
- Run System File Checker (SFC) to verify and repair protected system binaries.
DirectStorage & BypassIO Verification¶
- Navigate to DirectStorage Optimizer under System Performance.
- Click Run Diagnostic.
- The tool verifies if your NVMe SSD, storage controller driver, and volume filter drivers support BypassIO for ultra-fast GPU asset streaming.
๐ Multi-Pass Secure File Shredding¶
Permanently destroy sensitive data beyond recovery:
- Open File Shredder under Security & Sanitize.
- Add files or folders using drag-and-drop.
- Choose your desired sanitization standard:
- NIST SP 800-88 Clear (1 Pass - Recommended for SSDs)
- DoD 5220.22-M (3 Passes)
- DoD 5220.22-M (ECE) (7 Passes)
- Peter Gutmann (35 Passes - HDD Only)
- Confirm deletion to securely overwrite the sectors and wipe file metadata.