BEGIN:VCALENDAR
VERSION:2.0
METHOD:PUBLISH
PRODID:- Tech-Nachrichten //NONSGML Events //EN
CALSCALE:GREGORIAN
X-WR-CALNAME:ICAL-BLOG
BEGIN:VEVENT
UID:8c48d6e6-4386-42ce-9141-b3f16668234d
DTSTAMP:20260421T131154Z
CREATED:20260421T131154Z
SUMMARY:Windows 11 denglisch beheben
DESCRIPTION:https://tech-nachrichten.de/windows-11-denglisch-beheben/ - Artikel vom: Di.\, 25. November 2025\, 12:56:28 - Manchmal kommt es vor\, dass das (meist in englisch) vom Hersteller vorinstallierte Windows 11 Pro nach Einstellung auf Region und Sprache Deutschland noch immer ein Mischmasch aus englischen Begriffen (z.B. im Kontextmenü oder Immersive Control panel). Um das zu beheben\, gibt es ein effektives Powershell Script. Nach einem automatischen Neustart des Rechners ist alles auf deutsch:\n \n# --- Variables ---\n$targetLanguage = "de-DE" # Replace with the desired language code (e.g.\, "en-US"\, "fr-FR")\n# --- Install Language Pack ---\n# Ensure you have the necessary language pack on your system or a local repository\n# You can use Add-WindowsCapability -Online -Name "Language.es-ES~..." for feature-on-demand languages or install the pack from a local ISO [5\, 11]\n# Example using Install-Language cmdlet:\nInstall-Language -Language $targetLanguage\n# --- Set User Display Language ---\n# This sets the language for the current user\nSet-WinUserLanguageList $targetLanguage -Force\n# --- Copy Settings to System and Welcome Screen ---\n# This applies the language to the system and the welcome screen\n# You may need to run this section in a separate user session for it to fully apply\n# Or use a scheduled task to run it under the logged-on user [7\, 9]\nCopy-UserInternationalSettingsToSystem -WelcomeScreen $True\n# --- Force a Restart to Apply Changes ---\n# A reboot is required for the changes to take effect system-wide [1\, 9]\nRestart-Computer -Force
LOCATION:https://tech-nachrichten.de
CATEGORIES:Gelbe Kategorie
TRANSP:TRANSPARENT
X-MICROSOFT-CDO-BUSYSTATUS:FREE
SEQUENCE:0
CLASS:PUBLIC
PRIORITY:1
DTSTART:20260416T070000Z
DTEND:20260416T080000Z
BEGIN:VALARM
TRIGGER:-PT30M
ACTION:DISPLAY
DESCRIPTION:Reminder for Windows 11 denglisch beheben
END:VALARM
END:VEVENT
END:VCALENDAR
