V
V
Vladislav Altyncev2015-02-12 11:04:55
Windows
Vladislav Altyncev, 2015-02-12 11:04:55

Windows 10 TP 9926 Start button and Update Center not working?

Updated from 8.1 licensed.
Everything that I did not find on the Internet does not work, namely:

Has anyone else encountered the problem of not working start, search and notification center? When you click on the icons, nothing happens at all. Tech support offers to roll back the updates. But can anyone solve the problem differently?
0
akibkalo Jan 30, 2015 at 11:34 am#


PowerShell in admin mode:
Get-appxpackage -all *shellexperience* -packagetype bundle |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + “\appxmetadata\appxbundlemanifest.xml ”)}
Nothing helped me either, but somewhere on the answers.microsoft.com forums I found a batch file that helped me:
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /V EnableXamlStartMenu /T REG_DWORD /D 1 /F
taskkill /f /im explorer.exe
start explorer.exe

I also found advice to enable User Account Control, but also to no avail.
The batch file above helped many, but either I'm doing it wrong, or something)

Answer the question

In order to leave comments, you need to log in

3 answer(s)
Y
ya_kv, 2015-03-05
@ya_kv

To make it work, you need to add a parameter for the 32-bit version
EnableXamlStartMenu DWORD 32 = 0

V
Vyacheslav Zolotov, 2015-02-12
@SZolotov

It is strange that before the "update" they did not find advice not to update working machines to this preview version. It's not even a release candidate, beta, or alpha. Some things may work and some may not work at all.

G
Garry Fisher, 2015-03-24
@garik_R

When I turned off UAC in the registry through this EnableLUA (0) parameter in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System, the launch also stopped working. Turned it back on and it worked.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question