Tony passed along this which fixed my issue with the Start Menu.
Code:
Step 1: Right click on Start Menu button and a smaller menu will appear instead.
        From that smaller menu select Command Prompt (Admin).

Step 2: In the administrator command prompt, type in powershell and hit enter.

Step 3: Paste the following Command in the Powershell(previosuly was Command Prompt) window and hit enter.

         Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}