Start Menu and ALT+TAB Dont work on PC Startup

Page 1 of 2 12 LastLast

  1. Posts : 369
    Windows 10 21H1 Pro 64-bit
       #1

    Start Menu and ALT+TAB Dont work on PC Startup


    Hey guys,

    I had same issue on previous Windows 10 x64 Pro and a week ago I did fresh installed Windows 10 x64 Pro and facing same issue. Whenever I start my laptop start button and ALT+TAB dont work and when I do LOG OFF or Restart Laptop it will work.

    Edit: Moreover, I dont see folder on Desktop when I do extract from .rar/.zip or create new folder unless I do Refresh Desktop.

    Anyone know how to fix for Lifetime ?

    Regards.
      My Computer


  2. Posts : 42,963
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #2

    First try turning off fast startup and see what happens.
    The Pros and Cons of Windows 10 Mode
    - you shouldn't need it as you have a SSD.

    If no joy- could this be a graphics driver problem? Perhaps try using an OLDER driver and hide the upgrade to the current version.

    Put another way- how was this resolved previously?
      My Computers


  3. Posts : 369
    Windows 10 21H1 Pro 64-bit
    Thread Starter
       #3

    dalchina said:
    First try turning off fast startup and see what happens.
    The Pros and Cons of Windows 10 Mode
    - you shouldn't need it as you have a SSD.

    If no joy- could this be a graphics driver problem? Perhaps try using an OLDER driver and hide the upgrade to the current version.

    Put another way- how was this resolved previously?
    Fast Startup is already disabled. And previously it didnt fixed thatswhy I reinstalled new fresh Windows 10. This problem coming from Nov 2017 update.
      My Computer


  4. Posts : 41,462
    windows 10 professional version 1607 build 14393.969 64 bit
       #4

    1) open administrative command prompt and type or copy and paste:
    2) sfc /scannow
    3) dism /online /cleanup-image /restorehealth
    4) chkdsk /scan
    5) net user test /add
    6) When these have completed > right click on the top bar or title bar of the administrative command prompt box > left click on edit then select all > right click on the top bar again > left click on edit then copy > paste into the thread
    7) shutdown /r
    8) sign on with the new user named test
    9) report into the thread whether the new user test can use the start menu or problematic keyboard keys.
    10) Open administrative powershell and copy and paste:
    Code:
    Get-appxpackage -all *shellexperience* -packagetype bundle |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + “\appxmetadata\appxbundlemanifest.xml”)}
    11) Open the Lenovo website > enter the computers product or serial number or model > view drivers > post a URL or hyperlink into the thread
    12) Perform the full Lenovo diagnostic tests on the computer and post results/images into the thread using one drive or drop box share links.
      My Computer


  5. Posts : 369
    Windows 10 21H1 Pro 64-bit
    Thread Starter
       #5

    Microsoft Windows [Version 10.0.16299.192](c) 2017 Microsoft Corporation. All rights reserved.C:\Windows\system32>sfc /scannowBeginning system scan. This process will take some time.Beginning verification phase of system scan.Verification 100% complete.Windows Resource Protection did not find any integrity violations.C:\Windows\system32>dism /online /cleanup-image /restorehealthDeployment Image Servicing and Management toolVersion: 10.0.16299.15Image Version: 10.0.16299.192[==========================100.0%==========================] The restore operation completed successfully.The operation completed successfully.C:\Windows\system32>chkdsk /scanThe type of the file system is NTFS.Stage 1: Examining basic file system structure ... 198144 file records processed.File verification completed. 5358 large file records processed. 0 bad file records processed.Stage 2: Examining file name linkage ... 191 reparse records processed. 266142 index entries processed.Index verification completed. 0 unindexed files scanned. 0 unindexed files recovered to lost and found. 191 reparse records processed.Stage 3: Examining security descriptors ...Security descriptor verification completed. 34000 data files processed.CHKDSK is verifying Usn Journal... 37553584 USN bytes processed.Usn Journal verification completed.Windows has scanned the file system and found no problems.No further action is required. 157392695 KB total disk space. 38113428 KB in 158445 files. 115836 KB in 34001 indexes. 0 KB in bad sectors. 307915 KB in use by the system. 65536 KB occupied by the log file. 118855516 KB available on disk. 4096 bytes in each allocation unit. 39348173 total allocation units on disk. 29713879 allocation units available on disk.C:\Windows\system32>net user test /addC:\Windows\system32>
      My Computer


  6. Posts : 369
    Windows 10 21H1 Pro 64-bit
    Thread Starter
       #6

    Same result and on Lenovo website I cant my Laptop Model.

    Current Model is T400 and I think they deleted from the drivers and downloads.
      My Computer


  7. Posts : 41,462
    windows 10 professional version 1607 build 14393.969 64 bit
       #7

    So there was no change with the new user named test and there was no change re-registering the start menu?


    Please update the computer specs in the "My Computer" section:

    System Specs - Fill in at Ten Forums:
    System Specs - Fill in at Ten Forums Site Use Tutorials
    In the left corner below in your post you find 'My System Specs'.
    After clicking it you can find a link a little below that says 'Update your System Spec', click on this link to get to the page where you can fill in your system specs.
    System Info - See Your System Specs - Windows 7 Help Forums


    Include PSU. cooler, case, peripherals and anything attached to the computer by wired or wireless (mouse, keyboard, headset, printer, xbox, etc.)
      My Computer


  8. Posts : 369
    Windows 10 21H1 Pro 64-bit
    Thread Starter
       #8

    zbook said:
    So there was no change with the new user named test and there was no change re-registering the start menu?


    Please update the computer specs in the "My Computer" section:

    System Specs - Fill in at Ten Forums:
    System Specs - Fill in at Ten Forums Site Use Tutorials
    In the left corner below in your post you find 'My System Specs'.
    After clicking it you can find a link a little below that says 'Update your System Spec', click on this link to get to the page where you can fill in your system specs.
    System Info - See Your System Specs - Windows 7 Help Forums


    Include PSU. cooler, case, peripherals and anything attached to the computer by wired or wireless (mouse, keyboard, headset, printer, xbox, etc.)

    Done.
      My Computer


  9. Posts : 5,328
    Windows 11 Pro 64-bit
       #9

    Uninstall third-party antivirus and firewall programs to find out issue resolves.


    Reinstalled Cortana using the following procedure:

    1. Open an elevated PowerShell window, press Win + X keys to open PowerShell.

    2. Execute following commands one at time.

    Code:
    Get-Process  SearchUI | Stop-Process  –Force
    
    Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
    3. Restart your computer.
    Last edited by FreeBooter; 17 Jan 2018 at 16:30.
      My Computer


  10. Posts : 41,462
    windows 10 professional version 1607 build 14393.969 64 bit
       #10

    If the above does not work then perform an in place upgrade repair:
    Repair Install Windows 10 with an In-place Upgrade Installation Upgrade Tutorials
    Download Windows 10
      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 16:23.
Find Us




Windows 10 Forums