Great article on life-hacker about Windows Performance tweak myths.
Registry cleaners, memory optimizers, and Vista settings... oh my.
Labels: windows
Technology notes from an IT/software developer, mostly about the "shiny objects" in the web and software world.
Labels: windows
Labels: powershell, windows
This problem typically occurs when the computer uses 1 gigabyte (GB) or more of RAM.
Labels: windows
With the exception of the HKEY_LOCAL_MACHINE\...\RunOnce key, all keys and their entries are loaded asynchronously. Therefore, all entries in the RunServices and RunServicesOnce keys can potentially run at the same time.
Entries in the HKEY_LOCAL_MACHINE\...\RunOnce key are loaded synchronously in an undefined order.
Because the HKEY_LOCAL_MACHINE\...\RunOnce key is loaded synchronously, all of its entries must finish loading before the HKEY_LOCAL_MACHINE\...\Run, HKEY_CURRENT_USER\...\Run, HKEY_CURRENT_USER\...\RunOnce, and Startup Folder entries can be loaded.