Benutzer-Werkzeuge

Webseiten-Werkzeuge


windows

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
windows [2026/05/20 12:06]
jango [Updates]
windows [2026/05/20 12:07] (aktuell)
jango [Updates]
Zeile 31: Zeile 31:
 =====Updates===== =====Updates=====
  
-<code>+<code powershell>
 Get-WindowsUpdate [-MicrosoftUpdate] Get-WindowsUpdate [-MicrosoftUpdate]
  
 +# Installieren
 Install-WindowsUpdate -MicrosoftUpdate -AcceptAll [-AutoReboot] Install-WindowsUpdate -MicrosoftUpdate -AcceptAll [-AutoReboot]
 Install-WindowsUpdate -KBArticleID KB5086096,KB5086097,KB5007651,KB890830,KB5082417,KB5083769 -AcceptAll Install-WindowsUpdate -KBArticleID KB5086096,KB5086097,KB5007651,KB890830,KB5082417,KB5083769 -AcceptAll
 Install-WindowsUpdate -Title "PowerShell v7.5.5*" -AcceptAll Install-WindowsUpdate -Title "PowerShell v7.5.5*" -AcceptAll
  
 +# Updates ausblenden
 Hide-WindowsUpdate -Title "*Defender Antivirus*" -Hide:$false -Confirm:$false Hide-WindowsUpdate -Title "*Defender Antivirus*" -Hide:$false -Confirm:$false
  
Zeile 43: Zeile 45:
 Get-WindowsUpdate -Category "Critical Updates" Get-WindowsUpdate -Category "Critical Updates"
 Get-WindowsUpdate -NotCategory "Drivers" Get-WindowsUpdate -NotCategory "Drivers"
 +Get-WindowsUpdate -Category "Critical Updates" -NotCategory "Drivers" -Download
  
 +# Reboot Status anzeigen
 Get-WURebootStatus Get-WURebootStatus
 Test-Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\RebootRequired" Test-Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\RebootRequired"
windows.1779271572.txt.gz · Zuletzt geändert: 2026/05/20 12:06 von jango