Hi,
Thank you for writing to Microsoft Community Forums.
We understand the concern as you are getting old Windows Task bar, context menu and Start Menu. Ideally, the issue is fixed in 22000.71 update.
In this case, we would like you to post a screenshot of the Desktop and Settings window for further investigation. (Please follow the steps mentioned in the screenshot posted by Shawn ‘Cmdr’ Keene on Oct 2, 2015 to post the screenshots.) Do not share any personal information in the screenshots.
Let us try few steps.
Step 1: Run the SFC.
- Right click on the Start button, click on Command Prompt (Admin).
- Type “sfc /scannow” without quotes and hit Enter.
- After the scan, restart the computer.
- Now check for the issue.
Step 2: Run the DISM Tool.
- Right click on the Start button, click on Command Prompt (Admin).
- In the Administrator: Command Prompt window, type the following commands. Press the Enter key after each command:
- DISM.exe /Online /Cleanup-image /Scanhealth
- DISM.exe /Online /Cleanup-image /Restorehealth
- To close the Administrator: Command Prompt window, type Exit, and then press Enter.
Note: The tool might take some time to finish, so please do not cancel it.
Step 3: PowerShell Command.
- Press Windows + X key and select Windows PowerShell (Admin)
- Copy and paste this command, and then press Enter: Get-AppXPackage -User ([System.Security.Principal.WindowsIdentity]::GetCurrent().Name) *ShellExperienceHost* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
- Once the process complete, restart the PC and check
Note: if you get any error while running the command, then open taskbar and look for Windows Shell Experience Host under Process tab and right click on it to End task. Then run the command again.
Regards,
Aditya Roy
Microsoft Community – Moderator