Please leave any feedback about the Speed up Windows 7 article in this thread.
Most of the tips are decent, but you ruined the whole thing when you suggested turning off Search Indexing. That's the worst idea ever. If you really believe it's a problem -- and it's not unless you're constantly adding large files to the indexed directories -- you can modify the indexed locations to limit it to just program files. Otherwise, you lose all of the power of the Start menu.
The search facility could easily lead into a thread of it's own. My own opinion is that it is singuarly the worst new feature of Vista/7. I admit to being a user who does not find a need to be constantly searching. Up to a point, I know where what I need is situated. The loss of the mentioned "Power" of the Start menu does not affect my way of operating to any marked degree. I have my programs categorised into groups and it is , at most, two mouse clicks to open anything. Frankly, in my case, I would probably forget the exact names of anything, if it was a matter of typing them into the start box.
For my search? Well, if you disable the search facility, as I do on every reinstall, then it reverts back to the normal search pattern. However, I have turned to third party search facilities which are, mostly, more efficient. See my post here for one such:
https://www.w7forums.com/text-based-search-windows-7-doggy-friendly-t3436.html
... you will find that many users, experienced or otherwise, are disabling the search facility.
start c:\windows\system32\rundll32.exe user32.dll,LockWorkStation
You can always auto-login even if you want your computer to be locked at startup. Just create a .bat file that has the following:
And add it as a user-level startup program. This will lock your screen as soon as you "auto-login", so no time is wasted waiting for you to enter your password before logging in.Code:start c:\windows\system32\rundll32.exe user32.dll,LockWorkStation