Drivers, solutions and documentation for the most common technical issues. Free resources for clients and users.
HP's official drivers are not compatible with M1/M2/M3 chips. This package includes the corrected driver with native Apple Silicon support, resolving the installation error on modern MacBooks.
Microsoft Sysinternals tool that shows everything that runs at Windows startup: services, extensions, drivers, scheduled tasks, registry entries and more. Essential for diagnostics and malware removal.
Open-source script that removes Copilot, Recall, AI Features and other AI components built into Windows 11. Run in PowerShell as Administrator.
& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/zoicware/RemoveWindowsAI/main/RemoveWindowsAi.ps1")))
Script that removes unnecessary pre-installed apps, telemetry and background services from Windows 10 and 11. Run in PowerShell as Administrator for your Windows version.
irm https://git.io/debloat | iex
irm https://git.io/debloat11 | iex
Tool to install, update or uninstall any version of Microsoft Office Click-to-Run (Microsoft 365, Office 2021, 2019, 2016) with full control over components, update channel and language.
Install Windows 11 on PCs that don't meet TPM 2.0, Secure Boot or minimum RAM requirements. Method using the official Microsoft tool + Rufus to create a bootable USB without hardware restrictions.
Windows Home editions don't include the Local Group Policy Editor. This .bat script installs the required components using DISM — no external downloads needed. Just run as Administrator and restart.
1 · Download gpedit-enabler.bat
2 · Right-click → Run as administrator
3 · Wait for it to finish (black window) and press any key
4 · Restart your PC
5 · Win+R → type gpedit.msc → Enter
Access advanced configuration features that don't appear in the standard router interface. Copy the full URL for each section and paste it in your browser while connected to the local network. Adjust the IP if your gateway is different.
https://192.168.1.1:8000/cgi-bin/logIn_mhs.cgi
Official Windows tool to convert the system disk partition scheme from MBR to GPT without erasing data. Required to enable UEFI / Secure Boot. The conversion is irreversible.
Get-Disk | ft -Auto
diskpart
list disk
mbr2gpt.exe /validate
mbr2gpt.exe /validate /disk:0
mbr2gpt.exe /convert /disk:0
mbr2gpt.exe /convert /disk:0 /allowFullOS
mbr2gpt.exe /convert /disk:1 /logs:C:\MBR2GPT_Logs /allowFullOS
Free online tools to check the security posture, SSL certificates, HTTP headers, open ports, and DNS propagation of any domain or server.
Compact OS runs Windows directly from compressed files, saving between 2.75 GB and 4.75 GB without deleting files or impacting performance on SSDs. Can be enabled or disabled at any time from CMD.
Compact.exe /CompactOS:Query
Compact.exe /CompactOS:Query /WinDir:E:\Windows
Compact.exe /CompactOS:always
Compact.exe /CompactOS:never
DISM /Apply-Image /ImageFile:install.wim /Index:1 /ApplyDir:D:\ /compact
Dism /Mount-Image /ImageFile:"C:\Images\install.wim" /Index:1 /MountDir:C:\mount\Windows
Dism /Cleanup-Image /Image=C:\mount\Windows /StartComponentCleanup /ResetBase
Dism /Unmount-Image /MountDir:C:\mount\Windows /Commit
Dism /Export-Image /SourceImageFile:C:\Images\install.wim /SourceIndex:1 /DestinationImageFile:C:\Images\install_cleaned.wim
powercfg /h /type reduced
powercfg /h off
Tools to audit your site's SEO status and validate structured markup (Schema JSON-LD). Verify that Google can correctly read your content and generate rich snippets in search results.
Run additional operating systems (Windows, Linux, and more) inside your computer without modifying the main system or rebooting. Free for personal and non-commercial use. Compatible with VMs created in VMware Workstation Pro.
Enter the password to download the file. If you don't have it, contact me on WhatsApp.