- Thread Author
- #1
Anyone got a solution to the start button right context menu not working (Windows 10 build 1903) Microsoft no help!!
Tried the following and nothing has resolved it
SFC Scannow
Dism restorehealth
Powershell script:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Adding Dword to registry:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ ImmersiveShell\Launcher
Right click on Launcher -> New -> DWORD (32-bit) Value, and name it UseExperience.
Registry Tweak to Fix Start menu
Double-click the newly created DWORD and set the value to 0.
Reinstall, keeping personal files
Tried the following and nothing has resolved it
SFC Scannow
Dism restorehealth
Powershell script:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Adding Dword to registry:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ ImmersiveShell\Launcher
Right click on Launcher -> New -> DWORD (32-bit) Value, and name it UseExperience.
Registry Tweak to Fix Start menu
Double-click the newly created DWORD and set the value to 0.
Reinstall, keeping personal files