windows
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
windows [2017/03/22 07:33] – matthias | windows [2024/06/07 08:40] (aktuell) – matthias | ||
---|---|---|---|
Zeile 48: | Zeile 48: | ||
Funktionieren die Windows-Updates auch nicht, dann könnte das hier helfen: | Funktionieren die Windows-Updates auch nicht, dann könnte das hier helfen: | ||
* https:// | * https:// | ||
+ | ==== Benutzer wechseln verbergen ==== | ||
+ | HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Policies\System | ||
+ | Neuen DWORD-Wert anlegen mit Name " | ||
+ | gpedit.msc | ||
+ | |||
+ | Unter Computerkonfiguration / Administrative Vorlagen / System / Anmelden | ||
+ | " | ||
+ | |||
+ | ===== Updateprobleme ===== | ||
+ | |||
+ | DISM /online / | ||
+ | DISM /Online / | ||
+ | DISM /online / | ||
+ | DISM /online / | ||
+ | | ||
+ | sfc /scannow | ||
+ | |||
+ | [[http:// | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | 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.1490168027.txt.gz · Zuletzt geändert: 2017/03/22 07:33 von matthias