windows
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
windows [2018/01/12 07:27] – [Updateprobleme] matthias | windows [2024/06/07 08:40] (aktuell) – matthias | ||
---|---|---|---|
Zeile 73: | Zeile 73: | ||
Quellen: [[http:// | Quellen: [[http:// | ||
+ | |||
+ | ===== WinSxS aufräumen ===== | ||
+ | |||
+ | Dism.exe /online / | ||
+ | Dism.exe /online / | ||
+ | |||
+ | https:// | ||
+ | |||
+ | ===== Bloateware löschen und Privacy optimieren ===== | ||
+ | |||
+ | iex ((New-Object System.Net.WebClient).DownloadString(' | ||
+ | |||
+ | https:// | ||
+ | |||
+ | https:// | ||
+ | |||
+ | https:// | ||
+ | |||
+ | |||
+ | Get-AppxPackage *photo* | Remove-AppxPackage | ||
+ | |||
+ | https:// | ||
+ | |||
+ | set-executionpolicy unrestricted | ||
+ | set-executionpolicy restricted | ||
+ | |||
+ | ===== SSH installieren ===== | ||
+ | |||
+ | < | ||
+ | Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0 | ||
+ | Add-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0 | ||
+ | Start-Service sshd | ||
+ | Set-Service -Name sshd -StartupType ' | ||
+ | </ | ||
+ | |||
+ | ===== Window-Update via Powershell ===== | ||
+ | |||
+ | Work In Progress ! | ||
+ | |||
+ | [Net.ServicePointManager]:: | ||
+ | Install-Module -Name PSWindowsUpdate | ||
+ | |||
+ | Auf Nachfrage mit " | ||
+ | |||
+ | Verfügbare Updates aneigen: | ||
+ | |||
+ | Get-WindowsUpdate | ||
+ | |||
+ | Get-WindowsUpdate -Download -KBArticleID KB2267602 -AcceptAll | ||
+ | |||
+ | Get-WindowsUpdate -Install -KBArticleID KB2267602 -AcceptAll -IgnoreReboot | ||
+ | |||
+ | ===== Defender Definitionem reseten ===== | ||
+ | |||
+ | cd " | ||
+ | .\MpCmdRun.exe -RemoveDefinitions -All | ||
+ | .\MpCmdRun.exe -SignatureUpdate | ||
+ | |||
+ | ===== PC in Intune registrieren ===== | ||
+ | |||
+ | powershell - neue PCs: SHIFT-F10 für eine Shell in der OBE | ||
+ | |||
+ | Set-Execution-Policy bypass | ||
+ | install-script get-windowsautopilotinfo | ||
+ | get-windowsautopilotinfo.ps1 -online | ||
+ | |||
+ | @ - . , # + \ / ~ % $ & " ' ' ` |
windows.1515742071.txt.gz · Zuletzt geändert: 2018/01/12 07:27 von matthias