This command can be used to modify the frequency of standard windows timer functions.
Normally, the resolution of the windows clock can be anywhere between 10ms and 20ms. This command allows you to change that to any value between the minimum resolution and the maximum resolution (See the TIMER MIN RESOLUTION and TIMER MAX RESOLUTION functions).
If you set the resolution to 0, windows will return to its standard timer resolution setting.
If you set the resolution below the minimum value, it will be silently raised to the minimum allowed.
If you set the resolution above the maximum value, it will be silently reduced to the maximum allowed. |