How To Fix Start Menu Not Working In Windows 10 - FreeCodeBlog
Last updated: Sep 30, 2021
Fix start menu not working in windows 10 using many ways. If your laptop or computer start menu disable to click or close under 1-10 seconds after opening start menu then ensure that your windows corrupted.

Steps To Fix Start Menu:
- Using Sfc Command.
- Using Chakdsk Command.
Using Sfc Command:
Open your windows 10 cmd as a adminstration and run sfc command if your laptop or computer still on.
sfc /scannow
If you get any corrupted message like this then follow chkdsk step.
windows has made corrupted by files
Using Chakdsk Command:
Open your windows 10 cmd as a adminstration and run chkdsk command if your laptop or computer still on.
chkdsk c: /f /r /x
Here's this “chkdsk c: /f /r /x” means:
chkdsk = check disk.
c: = C drive letter.
/f = fix errors if find.
/r = recover readable information.
/x = dismount the drive.
After runned “chkdsk” command type “y” and hit enter.
Now restart your laptop or computer. While restarting your laptop or computer don't click any key to skip disk checking.
This command may take few minutes to fix “C” Drive.
After restarting your laptop or computer click on your start menu and see the result. If start menu working very well then congratulations.
Follow next step if previous methods not working to fix start menu in windows 10.

My name is Masum Biswas. I'm a full stack developer. I live in Bangladesh and I love to write tutorials and tools that can help to other artisan. I am a big fan of PHP, Javascript, JQuery, Laravel, MySQL, VueJS, Tailwind CSS and Bootstrap from the early stage.
Do you have any code that needs to be uploaded to the GitHub repository? Yes! Do you want to upload the code for the first time to the GitHub repos... Read More
PuTTY is an SSH and telnet client, developed originally by Simon Tatham for the Windows platform. PuTTY is open source software that is available w... Read More
Want to transfer file via FileZilla? Yes. Then you must install Filezilla client. Where? You can install filezilla on all supported devices but in... Read More
Use Rufus software easily to make a bootable pendrive to install Windows 10 on MBR disk. You need a minimum 8GB pendrive to make a MBR bootable pen... Read More
You can use Rufus software to make a UEFI bootable pendrive to install Windows 10 on GPT disk. You need a minimum 8GB pendrive to make a UEFI boota... Read More