Category: tech support

  • How to Use the BCDEDIT Command Line Tool

    Information
    This will show you how to use BCDEDIT in the command prompt and avoid the need of third party applications like EasyBCD.
    Note
    Bcdedit is a really powerful tool that Windows Vista and Windows 7 uses to manage the boot loader entries.
    BCDEDIT needs a boot loader file to boot your system.
    A boot loader is a file that contains necessary information that instruct the system how to boot/start an operating system.
    Windows 7 and Vista bootloader file is \bootmgr
    Windows XP bootloader file is \ntldr
    BCDEDIT can support other bootloaders too, like grub for linux. You just have to place the bootloader file on the root of the boot manager partition. e.g. \grldr and you have a grub boot loader enabled.
    Bcdedit edits a file called bcd , which is located in Windows 7’s hidden partition under \boot\bcd.
    In Vista, its located under C:\boot\bcd.
    Warning
    You must be logged on in an administrator account to be able to do this tutorial.
    To Use bcdedit:
    2. Type bcdedit and press enter.
    NOTE: By typing just bcdedit you just list your boot entries.
    Example:
    A boot entry consists of 4 main elements:
    1. Identifier
    The identifier is how the system has named the boot entry.
    2. Device
    The device is the drive or virtual image that the system will use to boot the boot entry.
    3. Path
    The path is the location on the device where the bootloader file is found.
    4. Description
    The description is the friendly name we give to our boot entry, e.g. “Windows 7
    You see next to the identifiers their UUIDs in {}. The UUID is the unique codename that the system gives to each boot entry and cannot be changed.
    The standard identifier UUIDs are explained below:
    {bootmgr} = the boot manager
    {current} = the OS you selected to boot at startup.
    {default} = the default OS selected to boot the PC.
    {ntldr} = Windows Legacy OS Loader (for windows xp)
    there are others like {memdiag} or {ramdisk} but they can’t be of much use right now.
    Warning
    IMPORTANT: make a backup of your bcd file first. To do that, type:
    bcdedit /export C:\SAVEDBCD
    This will create a file c:\savebcd which is your boot entry backup.
    If you mess up, you can always undo changes by:
    bcdedit /import c:\savedbcd
    Now to see how we can control the above entries, here are some examples:
    bcdedit /set {current} description “My edited Windows Boot Entry”
    NOTE: This changes the title of the boot menu entry “{current}”.
    bcdedit /set {ntldr} device partition=E:
    NOTE: This tells bcd that Windows XP partition is drive E:
    bcdedit /set {ntldr} path \ntldr
    NOTE: This tells bcd that the ntldr file which is the winxp bootloader is on root folder “\” (of drive e: as stated above)
    bcdedit /displayorder {ntldr} /addfirst
    NOTE: This places Windows XP as the first OS on the menu list.
    bcdedit /default {ntldr}
    NOTE: This places Windows XP as the default OS to boot first with.
    bcdedit /displayorder {33342343-3424-2342342342-2344} /addlast
    NOTE: This tells bcd that the boot entry with UUID 3334… should be the last entry on the menu.
    You can copy your existing VISTA or Windows 7 boot entry to another identical. Then you can change settings on the new entry to experiment. You will always have the first entry available, so it’s safe to play with.
    bcdedit /copy {current} /d “New Windows 7 boot entry I just copied!”
    this will give you a line:
    NOTE: The entry was successfully copied to {4c21825f-e04b-11dd-b760-00195b61617a}. The {4c21825f-e04b-11dd-b760-00195b61617a} is the UUID of the new entry that the system just created. Yours will be different than mine! This is its identifier and you should use this to address that entry. Example:
    bcdedit /set {4c21825f-e04b-11dd-b760-00195b61617a} numpoc 2
    NOTE: This adds the 2 CPU Core support during boot, like you do in msconfig.
    bcdedit /deletevalue {4c21825f-e04b-11dd-b760-00195b61617a} numproc
    NOTE: This deletes the numproc parameter from entry {4c21825f….}
    bcdedit /delete {4c21825f-e04b-11dd-b760-00195b61617a}
    NOTE: This deletes the boot entry {4c21825f….} completely. In order to delete an {ntldr} entry, you must use the /f switch to force deletion: bcdedit /delete {ntldr} /f
    You can always type just bcdedit to see your current settings.
    What else can I do with BCDEDIT?
    You can use BCDEDIT to alter any boot parameter , like you would in msconfig, only more. BCDEDIT works from booting with installation dvd too, so it can be handy for recovery purposes.
    bcdedit /timeout 5
    NOTE: This sets the wait-to-select-OS menu timeout at startup to 5 seconds . You will notice that I didn’t give a UUID above. If you omit the UUID, it applies automatically to the relavant UUID. So: bcdedit /timeout 5 is identical to bcdedit /set {bootmgr} timeout 5
    Some more advanced examples:
    bcdedit /set {current} detecthal yes
    bcdedit /set {current} detecthal no
    NOTE: The above commands sets the detecthal to yes or no for entry {current}
    To create a new boot entry to load Windows XP from a partition on your disk:
    NOTE: The example below uses F: as the Windows XP partition. Replace with your xp drive letter.
    bcdedit /create {ntldr} /d “Windows XP
    bcdedit /set {ntldr} device partition=F:
    bcdedit /set {ntldr} path \ntldr
    bcdedit /displayorder {ntldr} /addlast
    Note:
    Final note: BCDEDIT works from installation boot dvd too. If you mess up with a setting and you cannot boot, just boot from DVD and enter Repair Computer, then go to command prompt and there you go. You can play again with bcdedit to restore your system back.
  • Enable run command in windows 7

    Steps to Enable Run Command in Windows 7 Start menu
    Windows 7 is really amazing as compared to Windows Vista and Windows XP. The main feature it missed out is the Run command shortcut in Windows 7 start menu. We all know the importance of RUN command in our daily computer usage but due to some mysterious reason it is not available in Windows 7 Start menu. Even if the start menu is doing a great job as a substitute, it’s hardly a substitute to the almighty run command. 
    But don’t worry there is a way to bring back Run command in Windows 7 Start menu with a few clicks of your mouse. To do this we should enable Run Command in Start menu properties.
    Steps to bring back Run Command in Windows 7 Start Menu
    To bring back Run Command in Windows 7 start menu follow the steps below.
    1. Right click on Windows 7 Start menu

    2. Click on Properties

    This will open Taskbar and Start Menu Properties Window.

    3. Click on Customize button
    Click on Customize button under Start Menu tab. Now Windows 7 start menu customization option window will be opened. To activate run command in Windows 7 start menu we need to check Run Command check box in the customization window.

    Click on OK. Now the Run Command short is added in Windows 7 Start Menu.
     

  • Mind blowing things Windows 7 does that Vista doesn’t

    Mind blowing things Windows 7 does that Vista doesn’t
    Shake them away
    Ever had 10 Notepad, two Powerpoint and 50 Outlook windows open? Want to minimise all of them except the most important one? In Windows 7, you can grab the top of the window and shake it about to scare away all of the other open windows. Simple.
    A step forward in previewing
    In Vista, hovering over a minimised window on the taskbar would provide a preview of the window. In Windows 7, a similar preview pops up which also gives the option to close a window (within the preview), along with a full-size ‘peek’. You can also press Win + T to scroll along previews in the taskbar.
               A smaller preview, along with a full-size ‘peek’ with the ability to close the window
    Snap into place
    Simply drag your window to the left or right edge of the desktop to snap and resize the window to one half of the screen. Drag the window to the top to maximise it. A pretty neat idea made neater by the use of the keyboard shortcuts (Win + respective arrow keys). No longer do you have to frustratingly position the mouse at the edge of the window to resize it.
    Jumplists
    Jumplists are a new feature that give you the option to view a list of recently accessed files by application, even when the application isn’t open, by right-clicking on the application’s icon in the taskbar. It also allows you to quickly access a favourite playlist without opening your media player. Jumplists can also be found integrated into the Start Menu.
                                         The Jumplist for Windows Explorer – pretty useful
                                                 A Jumplist integrated into the Start Menu
    XP Mode
    This time, you do not have to slap your head that same way when Vista would not run an XP application. For those XP applications that do not work under Windows 7, you can download XP Mode free from the Microsoft website and run XP applications in an emulated XP environment in Windows 7. Imagine Parallels on Mac OS X without the need to fish out money on an extra OS.
    An easier and quicker way to adjust multiple displays
    Do you constantly connect your computer to different external monitors or projectors, especially at work? Try Win + P, and duplicating or extending your display to the other monitor takes just a second. Win + P presents you with an Alt + Tab style menu, which is ideal if you give a lot of presentations at work on your laptop.
    A personalised Stage for your device
    With the new ‘Device and Printers‘ button on the Start Menu, devices which are connected to your computer can have their own Stage. This Device Stage presents supported devices with a photo-realistic render and a link to the vendor’s website, along with other updates and useful information (such as firmware updates and manuals).
    Eliminate the notification area!
    What, I can even get rid of the clock and volume icons? Yes. Click the arrow that gives access to the overflow icons in the notification area and click ‘customise’. Select each icon and click ‘hide icon and notifications’ to remove it. Clean.
                                                            Stop all those notifications
    Problem Steps Recorder
    The ‘Problem Steps Recorder’ lets you record a particular problem you are having with your PC so you can send it to someone who may be able to help. Click ‘Record’, and a screenshot is taken with every mouse click, allowing comments to be added in between if required. These screenshots (and comments, if any) are placed in a well-formatted HTML document that is placed inside a zipped folder on your desktop – ideal to be attached to an email.
                                    Simple, yet so effective. Send this to friends or manufacturers
    A brand new Magnifier tool
    If you are, or someone you know, is visually impaired, then the Windows 7 Magnifier provides two options for providing a bigger display. One of which is using the traditional dock (which took up a lot of the screen) and the other being a rectangular lens that is stuck to the cursor (meaning there is no loss of workspace).
                   A sleek new magnifier that follows your cursor, without decreasing your workspace
    A new way to preview your music files
    Opening and listening to an MP3 is a lot more snappier with Windows 7 due to its new smaller preview player, presenting you with album art, basic music functionality and a link to the full-blown Windows Media Player. This is an obvious attempt to mimic the preview feature of Mac OS X, but it is very well executed.
                                                The new preview is simple – and loads up very quickly
    Homegroup Networking
    In Vista (or, frankly, any Windows OS), creating a shared folder over a network at home could be a bit of a pain. In Windows 7, using the ‘Homegroup‘ wizard, check the default folders you would like to share. This will give you a passcode that will have to be entered in another computer on the same network to share the files. Sounds too good to be true? There is a catch: only a Windows 7 computer can join a Homegroup.
    Stream Music directly to another computer
    If you do create a Homegroup, Windows Media Player allows you to stream music directly to another computer. So, instead of listening to music through your measly laptop speakers, you can wirelessly stream to the 7.1 Surround Sound Speakers of your PC in your living room, without stepping away from your laptop. Sweet.
    Action Center
    The Action Center is the new Security Center for Windows 7, along with other notifications such as updates and access to the improved troubleshooting and recovery using restore point facilities. Basically, it is everything windows usually annoys you with, rolled into one place with one icon in the notification bar. If you find the alerts irritating, you can check out this tip to make the Windows 7 Action Center less annoying.
    Pin just about anything to the new Windows Taskbar
    Imagine a blank Mac OS X Dock with the start menu, the notifications bar and the improved ‘Show Desktop’ button added to it. Drag just about anything on to it and the associated application will place itself on the translucent taskbar, with an option to open the file in the Jumplist.
    Improved Touch Navigation
    Windows 7 has much improved touch navigation. The larger taskbar with squarer icons makes it a lot easier to navigate with your fingers, and Macbook-like multi-touch gestures on various applications could change the way you interact with windows. Subtle enhancements such as a larger Start Menu appearing when Touchscreen hardware is detected also help.
    Native ISO Burner
    There are those times when you inevitably have to burn an ISO file (such as when you have to copy a downloaded Windows 7 beta or RC) to a DVD. With Windows 7 you do not need to download third-party software (some of which are pretty confusing to use). Double-clicking on an ISO file will take you to a window that allows you to change the disc burner drive. Click ‘Burn’. After a while, your disc is ready. Simple.
                                            Burning an ISO file has never been so easy
    Native calibration tools
    If you tend to hook up your computer to an HDTV or care about getting the highest quality from your monitor, then the in-built basic and easy-to-use calibration tools built into Windows 7 will please you.