tis-hp-image-assistant icon

HP Image Assistant

Paquet d’installation silencieuse pour HP Image Assistant

5.3.4
System and network
System and network
  • Éditeur: HP Inc.
  • Date de signature:
  • Site officiel
  • Suivi par LUTI: 5.3.4
  • 142 téléchargements

Description

Maintenez vos appareils HP grâce à une assistance, des mises à jour et des correctifs automatisés

Cette page répertorie tous les paquets d’installation silencieuse de HP Image Assistant. En utilisant ces paquets avec WAPT, notre logiciel de déploiement, vous pourrez installer silencieusement HP Image Assistant sur vos Windows.

tis-hp-image-assistant

A propos

HP Image Assistant est un outil essentiel qui assiste les administrateurs systèmes dans l'amélioration de la qualité et de la sécurité des PCs HP sous Microsoft Windows en analysant, identifiant les problèmes et recommandant des solutions.

Utilisation avec Bitlocker

Ce paquet peut créer des problèmes avec Bitlocker et bloquer des volumes. Nous recommandons soit d'utiliser les paquets tis-disable-bitlocker avant tis-enable-bitlocker après l'utilisation de HP Image Assistant, ou de passer par des scripts Powershell en tâches planifiées, par exemple :

Pour suspendre Bitlocker sur le disque système (d'habitude C:) jusqu'au prochain redémarrage

$bitLockerStatus = (Get-BitLockerVolume -MountPoint "C").VolumeStatus
if ($bitLockerStatus -eq "FullyEncrypted") {
    Suspend-BitLocker -MountPoint "C" -RebootCount 1
    Write-Host "BitLocker protection suspended until next reboot."
}
else {
    Write-Host "BitLocker is already suspended or not enabled."
}

Pour forcer le redémarrage du système

Write-Host "System will reboot in 2 minutes."
Show-Progress -Seconds 120
# Schedule the restart via a forced task to ensure it happens
shutdown.exe /r /f /t 120  # Initiates the restart in 2 minutes, /f forces running applications to close

Pour réactiver Bitlocker

if ($bitLockerStatus -eq "FullyEncrypted") {
    Resume-BitLocker -MountPoint "C"
    Write-Host "BitLocker protection resumed."
}

Logiciel Version Architecture Langue OS Taille Actions
tis-hp-image-assistant 5.3.4-10 x64 - windows 6.00 Mo
tis-hp-image-assistant

Version: 5.3.4-10

Architecture: x64

OS: windows

Logiciel Version Architecture Langue OS Taille Actions
tis-hp-image-assistant 5.3.3-10 x64 - windows 6.00 Mo
tis-hp-image-assistant 5.3.2-10 x64 - windows 5.99 Mo
tis-hp-image-assistant 5.3.1-10 x64 - windows 5.97 Mo
tis-hp-image-assistant 5.3.1-9 x64 - windows 5.97 Mo
tis-hp-image-assistant 5.3.0-4 x64 - windows 5.96 Mo
tis-hp-image-assistant 5.3.0-3 x64 - windows 5.96 Mo
tis-hp-image-assistant

Version: 5.3.3-10

Architecture: x64

OS: windows

tis-hp-image-assistant

Version: 5.3.2-10

Architecture: x64

OS: windows

tis-hp-image-assistant

Version: 5.3.1-10

Architecture: x64

OS: windows

tis-hp-image-assistant

Version: 5.3.1-9

Architecture: x64

OS: windows

tis-hp-image-assistant

Version: 5.3.0-4

Architecture: x64

OS: windows

tis-hp-image-assistant

Version: 5.3.0-3

Architecture: x64

OS: windows