Category: WINDOWS

New keyboard shortcuts in Windows Vista

OK this is a MAJOR shout out to Daniel Wischnewski for teaching me some new keyboard shortcut. Did you know that the first ten (upper) programs in the Quick Launch area are accessible with the [Win]+[1] through [Win]+[0] key combos? For example in my setup [Win]+[1] is ZTreeWin.  [Win]+[4] is the Vista Snipping Tool (C:\Windows\System32\SnippingTool.exe Try it!!!). [Win]+[0] is the DOS prompt....

How to remove the Internet and Mail icons from the Start Menu with RegEdit

There’s always the easy way. by Right clicking and choosing properties on the start bar: But here’s the quick and dirty… Create a .reg file with this content and apply it. Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows \CurrentVersion\Explorer\StartPage] “Favorites”=hex:00 “FavoritesChanges”=dword:00000001 “FavoritesResolve”=hex:00,00,00,00,00,00,00,00...