windows
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
windows [2019/02/27 10:54] – matthias | windows [2024/06/07 08:40] (aktuell) – matthias | ||
---|---|---|---|
Zeile 82: | Zeile 82: | ||
===== Bloateware löschen und Privacy optimieren ===== | ===== Bloateware löschen und Privacy optimieren ===== | ||
+ | |||
+ | iex ((New-Object System.Net.WebClient).DownloadString(' | ||
+ | |||
+ | https:// | ||
https:// | https:// | ||
Zeile 90: | Zeile 94: | ||
Get-AppxPackage *photo* | Remove-AppxPackage | Get-AppxPackage *photo* | Remove-AppxPackage | ||
- | https:// | + | https:// |
set-executionpolicy unrestricted | set-executionpolicy unrestricted | ||
set-executionpolicy restricted | 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.1551264899.txt.gz · Zuletzt geändert: 2019/02/27 10:54 von matthias