Skip to main content

Disable This Animation to Make Windows 10's Start Menu Open Faster

Windows 10’s new Start Menu is pretty dang useful. That doesn’t matter much, though, if it takes forever to load. If you’re finding the menu a bit sluggish on your machine, you can turn off the open animation.
As Into Windows points out, while the new Start Menu animations are slick, they can bog down slower machines. Turning them off will help make the menu more responsive. To turn them off, follow these steps:
  1. Press Win+R to open the Run dialog.
  2. Type in sysdm.cpl and press enter.
  3. In the dialog that opens, click the Advanced tab.
  4. Under Performance click Settings.
  5. Disable the “Animate windows when minimizing and maximizing” checkbox.
Now, when you open the Start Menu, it should appear instantly (though any Live Tiles you have will still animate like normal). It may only save you a second or two, but on slower machines, that speed may make the difference between a smooth experience and a frustrating one. source:https://lifehacker.com/disable-this-animation-to-make-windows-10s-start-menu-o-1734223008

Popular posts from this blog

Auto-layout Xcode 9 basic to advanced tutorial !

This tutorial has been updated to iOS 11, Xcode 9, and Swift 4 by Ryan Ackermann. The original tutorial was written by Matthijs Hollemans. Have you ever been frustrated trying to make your apps look good in both portrait and landscape orientation? Is making screen layouts that support both the iPhone and iPad driving you to the brink of madness?  Despair no longer, I bring you good news! Not only does Auto Layout make it easy to support different screen sizes in your apps, as a bonus it also makes internationalization almost trivial. You no longer have to make new nibs or storyboards for every language that you wish to support, and this includes right-to-left languages such as Hebrew or Arabic. In this Auto Layout tutorial, you’ll learn all about constraints and how to apply them! Auto what now? If you’re relatively new to iOS development, the phrase “Auto Layout” may be completely foreign to you. So what is it exactly? Well, in the beginning, Apple made only one scre...