Laptop taskbar and start menu not working

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • CCRivas
    PCHF Member
    • Jun 2022
    • 3

    #1

    Laptop taskbar and start menu not working

    I have this laptop just for school work, sorry that I canโ€™t check the details since somehow with the current problem the start menu icon is gone and right click doesnโ€™t work on the taskbar, and if any program is open the same nothing is showing on the takbar, it shows the arrow for hidden icons but right click doesnโ€™t work in that either, the rest works fine, I can work just fine in any other program, is just the taskbar not shwoing that seems the only issue. I tried looking up but couldnโ€™t find anything related to my issue one thing I tried was doing sfc /scannow on PowerShell and restarted the laptop after it since it did found some issues that said were fixed and restarted the laptop after that but the issue with the takbar stil remainds.
  • Malnutrition
    PCHF Moderator
    • Jul 2016
    • 7045

    #2
    Download KillEmAll to your desktop.
    Download smartfix to your desktop.

    Right click KillEmAll and run as admin.
    Hit Enter twice.
    You will know it has ran because it will close all non essential-non windows programs. (Including your browser) So with that in mind save anything you are working on prior to running this.

    Now right click Smartfix and run as admin.
    Tick the launching button.
    Select WinRepair from the drop down menu.
    Make sure I accept the terms of use is ticked.
    Then hit the start button.

    Allow this tool to complete, then reboot. You may need to run it again, then you can run the batch file below.




    Open a notepad and copy the content of the code box below, paste into open notepad.
    Save it to your desktop as[COLOR=rgb(184, 49, 47)] fix.bat then right click on [COLOR=rgb(184, 49, 47)]fix.bat and run as admin.

    [COLOR=rgb(184, 49, 47)]Note: This batch will reboot your machine so close anything you are working on and save it.

    [COLOR=rgb(184, 49, 47)]Do not copy the word code!!

    [ICODE] @echo off %WINDIR%\SYSTEM32\lodctr.exe /R %WINDIR%\SysWOW64\lodctr.exe /R C:\Windows\SYSTEM32\lodctr.exe /R C:\Windows\SysWOW64\lodctr.exe /R DISM.exe /Online /Cleanup-Image /StartComponentCleanup pause DISM.exe /Online /Cleanup-image /Restorehealth del /s /q C:\Windows\SoftwareDistribution\download\*.* del /s /q "%userprofile%\AppData\Local\temp\*.*" del /f /s /q %windir%\prefetch\*.* del /f /s /q %systemdrive%\*.tmp ipconfig /flushdns pause sfc /scannow pause shutdown -r Exit /B[/ICODE][/COLOR][/COLOR][/COLOR][/COLOR]

    Comment

    • Bruce
      PCHF Moderator
      • Oct 2017
      • 10702

      #3
      if no luck with the above, see if the problem is there when booted into Safe Mode.
      and also create another user account and log in under that profile and see if itโ€™s still there.

      Comment

      • Malnutrition
        PCHF Moderator
        • Jul 2016
        • 7045

        #4
        @CCRivas

        As well from elevated PowerShell.

        Please run this command, if the above steps are of no use.
        Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register โ€œ$($_.InstallLocation)\AppXManifest.xmlโ€}

        Reboot after, and check.




        From Elevated command prompt, which can be opened by hitting windows key and r at the same time then type CMD into the run box, make sure the run elevated box it ticked, then hit enter.

        Copy and paste the following commands into command prompt one at a time hitting enter after each.
        sc stop tiledatamodelsvc
        echo y|del %userprofile%\AppData\Local\TileDataLayer
        md โ€œ%userprofile%\AppData\Local\TileDataLayerโ€
        sc start tiledatamodelsvc

        Comment

        • Bruce
          PCHF Moderator
          • Oct 2017
          • 10702

          #5
          @CCRivas - any progress?

          Comment

          • CCRivas
            PCHF Member
            • Jun 2022
            • 3

            #6
            Yes I have tried the suggestions given no luck with them the problem was still ther., Luckyly since it was a new laptop a fresh reinstall of windows did the work, not much lost, but I do have to wonder if I put more time looking for other ways to fix it without the need for a reinstall of window if I see this problem pop up again.

            Comment

            • Bruce
              PCHF Moderator
              • Oct 2017
              • 10702

              #7
              glad you got it sorted.
              best bet would now be to watch out if it happens again and work out what was the last change you did that may have caused it!

              Comment

              • Bruce
                PCHF Moderator
                • Oct 2017
                • 10702

                #8
                @CCRivas - anything to report?

                Comment

                • CCRivas
                  PCHF Member
                  • Jun 2022
                  • 3

                  #9
                  Reinstalling windows seems like did the work and is working properly now thanks, yea I donโ€™t think I changed anything that might have caused it only thing that happen before is that I installed a program that was needed to use for my school work, but now that I reinstalled windows and installed that program again seem the problem didnโ€™t happen again

                  Comment

                  Working...