Skip to main content

Tweak the Start Menu in Windows 7 and Vista

If you’re moving from XP to Windows 7, you might need some help with the changes to the Start Menu. Here we have put together a list of some useful tips that will help you take control and master the Start Menu in Windows 7 and Vista.

Add Videos to Start Menu (Windows 7)
There are links to several things on the Start Menu by default, but the Videos folder is not one of them. To add it right-click on the Start button and select Properties, and under the Start Menu tab click on Customize.
5-st
Now scroll down to Videos and select Display as a link and click Ok.

Videos now appears on your Start Menu.

Add Internet Search to Start Menu

. Another neat trick is adding Internet search to the Start menu (this uses Local Group Policy Editor which is only available in Professional, Enterprise, and Ultimate versions of Windows 7).
Go to Start and type in gpedit.msc into the search box.

In Local Group Policy Editor go to User Configuration \ Administrative Templates \ Start Menu and Taskbar.

Under Setting double click on Add Search Internet link to Start Menu.

Set it to Enabled and hit Apply and OK.

Now when you go to search from something from the Start Menu you will see the Search the Internet link.

Show More Recent Programs Without making the Start Menu huge
The program icons in the Start Menu are large by default and if you want to display more recent programs, it makes the menu much larger on the screen.

We can make the icons smaller and add more items by right-clicking on Start \ Properties and click the Customize button. Scroll down and uncheck the box next to Use large icons then click Ok. Under Start menu size increase the number of recent programs to display. 

The result is smaller icons with more being displayed in the menu without taking up extra screen real estate like in this example.

Comments

Popular posts from this blog

Use Portable VirtualBox to Take Virtual Machines With You Everywhere

Install Portable VirtualBox to an External Drive First, get started by downloading the Portable VirtualBox installer from vbox.me . Run the downloaded file and extract it to an external drive or wherever else you want to store your portable VirtualBox system. You can always move it later, if you like. Launch the Portable-VirtualBox.exe program from here and you’ll be prompted to download and install VirtualBox’s program files on your external drive. The tool can automatically download VirtualBox’s files for you. After it does, click the OK button to unpack them. If the full version of VirtualBox is already installed on your computer, you won’t see this screen and VirtualBox will just open instead. You’ll want to uninstall VirtualBox first or set this up on a computer without VirtualBox installed. Launch the program again after it finishes unpacking files. After you agree to a UAC prompt , you’ll see the standard VirtualBox window. A VirtualBox system tray icon...

How to Create a MultiBoot USB Flash Drive for Windows and Linux

Step 1) Download an .ISO version of your installation (available through various sources [Microsoft, Apple, etc., or just from within the tool itself.]) Step 2) Plug in your USB and open up " My Computer ". Right click the USB, and select the " Format " button.    Note Recommended options: FAT32, quick format.       Now, continue at the warning prompt. And then press 'Ok' Step 3) Once the format is complete, open up this tool called ' YUMI ' YUMI - Multiboot USB Creator (Windows) | USB Pen Drive Linux Step 4) Using ' YUMI ', select the drive letter of your USB    Tip Make sure you chose the correct USB by opening up 'My Computer' and reading the Drive Letter) Step 5) There is a large list of possible operating systems, along with a built in DOWNLOAD feature! Select the operating system you want to download, and then browse for your .ISO file. Step 6) Press "Create" ...

Reset Windows Password Using Ubuntu

If you can’t log in even after trying your twelve passwords, or you’ve inherited a computer complete with password-protected profiles, worry not – you don’t have to do a fresh install of Windows. We’ll show you how to change or reset your Windows password from a Ubuntu Live CD. This method works for all of the NT-based version of Windows – anything from Windows 2000 and later, basically. And yes, that includes Windows 7. Note: If you have files on your hard disk encrypted using built-in Windows encryption, they may not be available after changing the Windows password using this method. Exercise caution if you have important encrypted files. You’ll need a Ubuntu 9.10 Live CD, or a bootable Ubuntu 9.10 Flash Drive. If you don’t have one, or have forgotten how to boot from the flash drive, check out our article on creating a bootable Ubuntu 9.10 flash drive . The program that lets us manipulate Windows passwords is called chntpw . The steps to install it are different in 32-bit and 6...