Windows not displaying desktop after update

Discussion in 'Windows Virtual Machine' started by WalterC3, May 14, 2017.

  1. WalterC3

    WalterC3 Bit poster

    Messages:
    5
    After update Windows to version 15063.rs2 release 170.317-1834 it does not display start menu or desktop.
    The cursor is showing and is operational, but the mouse buttons are ineffective.
    If I restore previous version, it works without problems.
    What can I do?
    Thanks in advance....
     
  2. PaulChristopher@Parallels

    PaulChristopher@Parallels Product Expert Staff Member

    Messages:
    3,113
    Hi @WalterC3, this issue might be occurred because of Windows user profiles corruption. Please try the following steps to resolve the issue:
    1. Right-click the Start button and select Command Prompt (run as Administrator) from the context menu.
    2. Type powershell in Command Prompt and press Enter.
    3.Paste the following text in the Powershell window and press Enter.
    Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
     

Share This Page