Disable / enable Start button

Just one line of code using EnableWindow function will do the trick. In our example, it’s made as an OnClick event of standard button. Just change the last parameter of the function to true and the Start button is enabled again


Remember that start button key on your keyboard is still working even if you disable Start button itself, so Start menu is still accessible.