Tuesday, March 5, 2013


DYNAMIC TICK on MAC


On Macbook 2008 ..windows 8 keeps freezing and you have to restart your mac every time you use it.

This is the "dynamic tick" issue. Install the latest updates through Windows Update to fix itor disable dynamic ticking.

Run Command Prompt as Administrator and type this:
Code:
bcdedit /set disabledynamictick yes

and then reboot.

Dynamic ticks can be turned back in with
Code:
bcdedit /set disabledynamictick no

and then reboot.

No comments:

Post a Comment