Tips for a fast computing experience |
Top Previous Next |
For performance considerations relating specifically to Whisker, see Performance considerations for Whisker. These tips are not specific to Whisker.
Tips for optimal client performance — avoid screen savers
To be conservative, and have maximum system performance, I suggest not running a screen saver. Switch your monitor off to save electricity.
General performance tips — turn off 'smooth scrolling'
Windows NT often installs itself to use 'smooth scrolling' – when you drag a scroll bar, the screen scrolls pixel row by pixel row, giving a pleasant but terribly slow scrolling effect. Personally, I hate this; also, while the system is busy scrolling, it isn't doing useful things. To speed up your work and improve system performance, disable this feature.
The easiest way is to install TweakUI, from Microsoft, part of the 'PowerToys' kit. (UI stands for user interface.) Once installed, you can choose Start → Settings → Control Panel → Tweak UI → General and turn off Smooth scrolling — and also turn off Window animation, another annoying decoration.
If you can't find TweakUI, run RegEdit instead. Choose Start → Run and type in regedit↵ (where ↵ stands for Enter). The smooth scrolling setting is in HKEY_CURRENT_USER\Control Panel\Desktop\SmoothScroll, which is a DWORD value and should be 0 for 'off'. The window animation setting is in HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics\MinAnimate, which is a string value, and should be '0' for off.
Further tips for a fast computing experience
Practical ways to speed up your Windows computer
These tips won't have much of an impact on WhiskerServer performance, but might affect your client tasks' performance if you use the computer for other things (wordprocessing, analysis) at the same time. They also make for happier high-performance computer users.
User interface:
Memory and disk:
Shortcuts
Keyboard shortcuts:
Explorer shortcuts:
Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\shell\Command] @="Command &Prompt Here" [HKEY_CLASSES_ROOT\Directory\shell\Command\command] @="cmd.exe \\\"%1\\\""
Then double-click the file to import it into the registry. You should then be able to right-click any folder in Windows Explorer, and choose Command Prompt Here to open one at that location.
|