# Windows 11, Taskleiste weg
# https://learn.microsoft.com/de-de/troubleshoot/windows-client/shell-experience/troubleshoot-start-menu-errors
# Überprüfen, ob die Menü installiert ist
Get-AppxPackage -Name Microsoft.Windows.StartMenuExperienceHost
Add-AppxPackage -Path
"C:\Windows\SystemApps\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy\AppxManifest.xml"
-Register -DisableDevelopmentMode
dism /online /Cleanup-Image /RestoreHealth /LimitAccess /Source:c:\mount\Windows
[HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell]
"FolderType"="NotSpecified"
HKEY_LOCAL_MACHINE
SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters
jeweils auf "0": "DirectoryCacheLifetime" / "FileInfoCacheLifetime" / "FileNotFoundCacheLifetime"
@echo off
taskkill /f /IM explorer.exe
CD /d %userprofile%\AppData\Local
DEL IconCache.db /a
Start explorer.exe
shutdown -g -t 0
Add-AppxPackage -Register -Path
'C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\appxmanifest.xml'
-DisableDevelopmentMode
Add-AppxPackage -Register -Path
'C:\Windows\SystemApps\Microsoft.UI.Xaml.CBS_8wekyb3d8bbwe\appxmanifest.xml'
-DisableDevelopmentMode
Add-AppxPackage -Register -Path
'C:\Windows\SystemApps\MicrosoftWindows.Client.Core_cw5n1h2txyewy\appxmanifest.xml'
-DisableDevelopmentMode
Get-AppxPackage Microsoft.Windows.ShellExperienceHost | foreach
{Add-AppxPackage -register "$($_. InstallLocation)\appxmanifest.xml"
-DisableDevelopmentMode}
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_. InstallLocation)\AppXManifest.xml"}
sfc /scannow
dism /online /cleanup-image /restorehealth
reg delete HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\IrisService /f & shutdown -r -t 0
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3
Settings löschen
# https://www.windowspro.de/wolfgang-sommergut/gruppenrichtlinien-windows-11-25h2-42-neue-einstellungen