Utility
🔧 Tool Utili in Versione Portable
Una raccolta di strumenti da avere sempre a portata di mano, ideali quando accedi a un PC da remoto o ti trovi su una macchina non tua.
📂 Software Portatili
- PuTTY Portable – Client SSH e Telnet leggero e versatile.
- WinSCP Portable – Client SFTP/SCP potente e semplice.
- TreeSize – Scopri quali cartelle occupano più spazio.
- tba
- tba
- AnyDesk – Accesso remoto rapido e senza installazione.
📀 Software di Boot
- Ventoy – Crea una chiavetta dove tenere più ISO
- Rufus – Crea una USB Bootable
- BalenaEtcher - Crea una USB Bootable su Linux (se da problemi di
chrome-sandboxqui versione 1.5 legacy)
🛠️ Runtime e Codecs
- Visual C++ AIO – Pacchetto ninite con tutti i runtime VC++
- .NET runtime AIO – Pacchetto ninite con tutti i runtime .NET
- tba
- tba
🛡️ Altri Tool Essenziali
- tba
- NirSoft Utilities – Oltre 100 mini tool per Windows: rete, password, USB, ecc.
- Ninite - Scegli le app e scarica un exe che le installa in maniera silent.
🛠️ Comandi PowerShell Utili
Mini script e comandi per ottenere info, recuperare chiavi, gestire Windows rapidamente.
🔑 Recupero Product Key di Windows
- OEM (da UEFI/BIOS):
Get-WmiObject -Query 'select * from SoftwareLicensingService' | Select-Object -ExpandProperty OA3xOriginalProductKey - Dal Registro (Retail):
Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform' -Name BackupProductKeyDefault | Select-Object -Expand BackupProductKeyDefault - Salva su file (es. USB E:\):
(Get-WmiObject -Query 'select * from SoftwareLicensingService').OA3xOriginalProductKey | Add-Content E:\productkey.txt
🔨 One-liner Utili
Get-ComputerInfo | Out-File info.txt– Salva info di sistema su file.Get-WmiObject win32_bios– Info sul BIOS/UEFI.Get-LocalUser– Elenco utenti locali.Get-Process | Sort CPU -Descending– Processi per uso CPU.
⚠️ Toolkit Chris Titus - WinUtil
- Esegui con:
irm "https://christitus.com/win" | iex - Alternativa:
iwr -useb https://christitus.com/win | iex
⚠️ Toolkit Massgrave - Activation
- Esegui con:
irm https://get.activated.win | iex - Alternativa:
irm https://massgrave.dev/get | iex
Questa pagina è in continuo aggiornamento. Puoi copiarla su una chiavetta USB o usarla come homepage per le emergenze!