Zum Hauptinhalt springen
  1. Beiträge/
  2. Kleines Homelab/
  3. Windows/

Windows Snippets

·48 Wörter· ·
Inhaltsverzeichnis

Snippets
#

Remotedesktop aktivieren und in der Firewall freischalten
#

1Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server' -name "fDenyTSConnections" -value 0
2Enable-NetFirewallRule -DisplayGroup "Remote Desktop"

Chocolatey vcredist dependency hell lösen
#

1
2choco install chocolatey-core.extension chocolatey-dotnetfx.extension -y --source="'https://community.chocolatey.org/api/v2/'" --force --ignore-dependencies
3
4choco install vcredist140 vcredist-all -y --source="'https://community.chocolatey.org/api/v2/'"
5
6choco upgrade all
Fabrice Kirchner
Autor
Fabrice Kirchner
stolzer Vater, Nerd, Admin