Taskbar/Start button not working!

Page 10 of 31 FirstFirst ... 8910111220 ... LastLast

  1. Posts : 10
    Windows 10
       #91

    I tried most things from anywhere I could find and they didn't work. THen suddenly it started workking again.

    HOwever many/most of the 'modern apps' do not work
    The store doesn't work
      My Computer


  2. Posts : 2
    10
       #92

    I had this problem back in November. I tried all the fixes, powershell script, sfc /scan now, etc. the only way i could fix it was to create a new windows 10 profile and start from scratch. Now its Jan 18 and the issue started again. Start menu wont work, neither would app programs. Is there any new fixes for this problem?
      My Computer


  3. Posts : 10
    Windows 10
       #93

    New profile didn't even work for me
      My Computer


  4. Posts : 2
    10
       #94

    Steps I tried
    -Ran SFC /Scannow
    -Ran powershell as administrator, ran the script everybody tried
    Get-appxpackage -all *shellexperience* -packagetype bundle |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + “\appxmetadata\appxbundlemanifest.xml”)}
    -Stop State Repository Service and deleted C:\Users\AffectedUserName\AppData\Local\TileDataLayer. Restarted services/rebooted to recreate TileDataLayer folder.
    -Ran Regedit and created EnableXAMLStartMenu in the correct location. Set it to 0.
    -Created a new user profile and migrate all my data over(fixed the problem only for 2 months).

    Going to try the following below later on today and post the results. Found these on another forum. It work for a few people.

    1. Login to your current profile
    2. Press Win+X, and select "Command Prompt (Admin)"
    3. Enter the following commands, in this order
      1. net user "TempAdmin1" "password1" /add
      2. net user "TempAdmin2" "password2" /add
      3. net localgroup administrators "TempAdmin2" /add

    4. Press Ctrl+Alt+Del, click Sign Out
    5. Login to the "TempAdmin1" account using password "password1"
    6. Logout, and then login to the "TempAdmin2" account, using "password2" (note: you must fully sign out, not just switch users)
    7. Open File Explorer, select View, then check the box marked "Hidden Items"
    8. Navigate to C:\Users\TempAdmin1\AppData\Local\TileDataLayer (click "continue" to gain access when prompted)
    9. Right Click the folder "Database" & Copy
    10. Now, navigate to the same folder for your damaged profile (C:\Users\YOUR_USERNAME\AppData\Local\TileDataLayer)
    11. Right click "Database", and rename to "Database.BAD"
    12. Right click empty area in the folder, and select Paste
    13. Reboot, then sign back in with your original profile.


    And

    down vote Here are some fixes i found Online:
    Fix one:

    • Right-click at Start and run Command Prompt as Admin
    • Type command:
    • ren %windir%\System32\AppLocker\Plugin*.* *.bak
    • Reboot

    Fix Two:

    • Right-click at Start and click RUN
    • type SERVICES.MSC and press the enter key
    • right click on APPLICATION IDENTITY and select START
    • Reboot

    Fix Three:

    • Right click on the START button and select COMMAND PROMPT (RUN AS ADMINISTRATOR)
    • Type dism /online /cleanup-image /restorehealth
    • Reboot

    Fix Four:

    • Press Windows Key + R on your keyboard.
    • Key in PowerShell and hit Enter.
    • Right click on the PowerShell icon on the taskbar and select Run as Administrator.(Or create a shortcut with PowerShell and run as admin)
    • Now paste the following command in the Administrator: Windows PowerShell window and press Enter key:
      Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
    • Wait for PowerShell to execute and complete the command. Ignore the few errors (in red color) that may pop up.
    • Reboot
      My Computer


  5. Posts : 5
    windows 1o until i dump it for linux
       #95

    Same here, tried the 4 fixes and still broke
      My Computer


  6. Posts : 1
    Windows 10
       #96

    AveYo said:
    I have experienced this after messing with Windows services and packages via dism.
    Undoing changes did bring the functionality back.

    I have attached a batch file to reset all services (and optionally device drivers) to defaults.
    Coupled with the solution posted above by flhthemi, should fix most cases.
    Second this! Thank you, this worked for me like a charm.
      My Computer


  7. Posts : 2
    Windows 8.1, Windows 10
       #97

    bushwick2002 said:
    Steps I tried
    Going to try the following below later on today and post the results. Found these on another forum. It work for a few people.
    net user "TempAdmin1" "password1" /add
    net user "TempAdmin2" "password2" /add
    net localgroup administrators "TempAdmin2" /add
    Navigate to C:\Users\TempAdmin1\AppData\Local\TileDataLayer (click "continue" to gain access when prompted)
    Right Click the folder "Database" & Copy
    I just fixed this myself today using a very similar method:
    1. Create 2 temporary user accounts, e.g. TempUserA and TempUserB
    2. Login to one of the temporary accounts, e.g. TempUserA
    3. Copy the folder "TileLayerData" and subfiles from the other temporary user account (e.g. TempUserB) to the account with the problem (e.g. MyAccount):
    - Open Windows Explorer > turn on "Show hidden files" > navigate to "c:\Users\TempUserA\AppData\Local" > copy the "TileLayerData" folder (c:\Users\TempUserA\AppData\Local\TileDataLayer) > navigate to the "Local" folder for the account with the problem (e.g. c:\Users\MyAccount\AppData\Local\) > paste the contents of the clipboard there and overwrite all files.
    4. Logout then login with the account with the problem (e.g MyAccount).


    The command line options you mentioned above in your post are all correct and can be user for my method too. It's very similar, except I copied the whole TileDataLayer folder. I haven't tried just copying the edb file.
    I had success with it where no other attempted solution has worked (I've tried six other solutions).
    It was quick and easy to do.
      My Computer


  8. Posts : 11
    Windows 10 Home Version 1511 (OS Build 10586.29)
       #98

    Ever since the Jan 13th update my laptop once again moving like a potato.
    My start menu nor taskbar is working.
    I have to press Windows Key+X to access file explorer control panel etc and i even use it to shut down my laptop.
    luckily i can use the tab menu to select different screens because once i minimize they disappear since the taskbar not working.
    It took me sometime to get command prompt(admin) because it also running very slow.
    I did a sfc/scannow this morning but I had to leave home before it finished but I'm really hoping the sfc/scannow helps because I need my laptop for school and I'm already behind on work sigh*

    bushwick2002 said:
    Steps I tried
    -Ran SFC /Scannow
    -Ran powershell as administrator, ran the script everybody tried
    Get-appxpackage -all *shellexperience* -packagetype bundle |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + “\appxmetadata\appxbundlemanifest.xml”)}
    -Stop State Repository Service and deleted C:\Users\AffectedUserName\AppData\Local\TileDataLayer. Restarted services/rebooted to recreate TileDataLayer folder.
    -Ran Regedit and created EnableXAMLStartMenu in the correct location. Set it to 0.
    -Created a new user profile and migrate all my data over(fixed the problem only for 2 months).

    Going to try the following below later on today and post the results. Found these on another forum. It work for a few people.

    1. Login to your current profile
    2. Press Win+X, and select "Command Prompt (Admin)"
    3. Enter the following commands, in this order
      1. net user "TempAdmin1" "password1" /add
      2. net user "TempAdmin2" "password2" /add
      3. net localgroup administrators "TempAdmin2" /add

    4. Press Ctrl+Alt+Del, click Sign Out
    5. Login to the "TempAdmin1" account using password "password1"
    6. Logout, and then login to the "TempAdmin2" account, using "password2" (note: you must fully sign out, not just switch users)
    7. Open File Explorer, select View, then check the box marked "Hidden Items"
    8. Navigate to C:\Users\TempAdmin1\AppData\Local\TileDataLayer (click "continue" to gain access when prompted)
    9. Right Click the folder "Database" & Copy
    10. Now, navigate to the same folder for your damaged profile (C:\Users\YOUR_USERNAME\AppData\Local\TileDataLayer)
    11. Right click "Database", and rename to "Database.BAD"
    12. Right click empty area in the folder, and select Paste
    13. Reboot, then sign back in with your original profile.


    And

    down vote Here are some fixes i found Online:
    Fix one:

    • Right-click at Start and run Command Prompt as Admin
    • Type command:
    • ren %windir%\System32\AppLocker\Plugin*.* *.bak
    • Reboot

    Fix Two:

    • Right-click at Start and click RUN
    • type SERVICES.MSC and press the enter key
    • right click on APPLICATION IDENTITY and select START
    • Reboot

    Fix Three:

    • Right click on the START button and select COMMAND PROMPT (RUN AS ADMINISTRATOR)
    • Type dism /online /cleanup-image /restorehealth
    • Reboot

    Fix Four:

    • Press Windows Key + R on your keyboard.
    • Key in PowerShell and hit Enter.
    • Right click on the PowerShell icon on the taskbar and select Run as Administrator.(Or create a shortcut with PowerShell and run as admin)
    • Now paste the following command in the Administrator: Windows PowerShell window and press Enter key:
      Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
    • Wait for PowerShell to execute and complete the command. Ignore the few errors (in red color) that may pop up.
    • Reboot
      My Computer


  9. Posts : 131
    Windows 10 Pro x64
       #99

    Which antivirus you use?
      My Computer


  10. Posts : 11
    Windows 10 Home Version 1511 (OS Build 10586.29)
       #100

    were you directing that question to me?
    if so, avast :/

    oh and the sfc/ scannow did not help, I ran it twice the second time I fell asleep and awoke to a black screen.
    i pressed ctrl alt delete and opened task manager and now I'm running a DISM repair at the moment
    sunberg said:
    Which antivirus you use?
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 23:42.
Find Us




Windows 10 Forums