Category: speed

  • How to Rebuild the Icon Cache in Windows 7

    Information
    If one or more of your icons are not displaying correctly, or that your icon cache is corrupted, then you might consider rebuilding the icon cache to reset and reload the icon images into the icon cache.
    This  article is also applicable for Windows Xp and Windows Vista

    Note
    This will not help with any of the following icon issues:
    A shortcut’s icon that is not displayed properly due to the source of the shortcut being moved or deleted. You may need to recreate a new shortcut directly from the source (ex: program’s exe) file to replace it instead.
    All icons for a specific file extension display the wrong icon. This may be do to setting the wrong association for what program to open the file extension instead. You can restore the default file extension’s associations to fix this icon instead.
    Solution:
    Rebuild the Icon Cache using the Command Prompt
    1. Close and save anything that you are working on. This command will kill explorer and restart the computer when completed.
    2. Open the Start Menu, and type cmd in the search box and press enter.
    3. In the command prompt, Copy and Paste each command line below exactly as is and press enter after each command.
    taskkill /IM explorer.exe /F
    CD /d %userprofile%\AppData\Local
    DEL IconCache.db /a
    shutdown /r
    4. The IconCache.db file has now been rebuilt.
  • Bootmgr is missing – Fix

    You may get this error while booting your computer.
    Information
    This problem is not hardware related and can be fixed with a Windows 7 DVD OR a system repair disc.

    Here’s How TO ACHIVE THIS:
    NOTE: Sometimes it may take running a startup repair a few times before it fully fixes the startup issue.
    1. Boot to the System Recovery Options screen.
    2. Select the Startup Repair option. (See screenshot below)
    3. Now click on Startup Repair. Run the startup repair and it will attempt to fix this issue.
    NOTE:
    It will ask you to reboot your system. Reboot to see if it works. If it doesn’t work, follow step 4.
    4. Click on Command Prompt.
    A) Type c: and press .
    B) At the C:\ prompt, type cd boot and press .
    C) At the C:\Boot prompt, type the following commands and press Enter after each command.
    Code:
    bootrec /RebuildBcd
    bootrec /FixMbr
    bootrec /FixBoot

    D) Now close the command prompt, remove the DVD and reboot your computer.

  • How to Change the Default Operating System to Start in Windows 7

    Information
    If you dual boot with one or more operating systems installed other than Windows 7, then this will show you how to change the default operating system to start in the Windows Boot Manager.

    EXAMPLE: Windows Boot Manager
    NOTE:
    This is the boot screen where you select what operating system that you would like to start. By default, you have 30 seconds to choose another operating system before the default operating system will start automatically.
    Option One
    Through Startup and Recovery
    1. Open the Start Menu.
    A) Right click on the Computer button on the dark right side and click on Properties.
    B) Go to step 3.
    OR
       
    2. Open the Control Panel (All Items view) and click on the System icon.
    3. In the left blue pane, click on the Advanced system settings link. (See screenshot below)
    4. Close the System window. (See screenshot above)
    5. Under the Advanced tab, click on the Settings button under Startup and Recovery. (See screenshot below)
    6. Under System Startup, select a operating system from the drop down menu to be the new default operating system, then click on OK. (See screenshots below)
    7. Click on OK. (See screenshot below step 5)
    Option Two
    Through System Configuration
    1. Open the Start Menu.
    A) In the search line, type msconfig.exe and press Enter. (See screenshot below)
    B) Go to step 3.
    OR
    2. Open the Control Panel (All Items view) and click on the Administrative Tools icon and System Configuration.
    A) Close the Administrative Tools window.
    3. Click on the Boot tab. (See screenshot below)
    4. Select another operating system that is not set as the Default OS to be the new default operating system instead. (See screenshot above)
    5. Check the Make all boot settings permanent box, and click on OK. (See screenshot below step 3)
    6. Click on Yes to confirm. (See screenshot below)
    7. Click on the Restart button. (See screenshot below)
    WARNING:
    This will restart the computer immediately. Make sure you save and close anything open that you do not want to lose first.



    http://www.linkedtube.com/static/flash/player.swf?sum=How%20to%20Change%20the%20Default%20Operating%20System%20to%20Start%20in%20Windows%207&btn=TechSupp247&txt=Tech%20Supp%20247&vis=always&url=http%3A%2F%2Fwww.facebook.com%2Ftechsupp247&vid=gsY8Ib7-NOk

  • How to Enable/Disable Fast User Switching In Windows 7

    Computer’s are often shared between multiple users, Windows XP, Windows Vista, and Windows 7 makes it easier for users to share a computer using the Fast User Switching feature enabled, it allows more than one user to log on simultaneously at a single computer, if you are currently logged onto a computer, another user can log on to watch movies or play games, without you having to close your open programs and log off. Once the user is finished, you can return to your session with all your programs running.
    ** This process will work on Windows Xp and Windows Vista as well.

    Method 1: Using Local Group Policy Editor
    Click Start, type gpedit.msc in the Start Search or Run dialog box and press Enter.
    Now navigate to the following location:
    Local Computer Policy > Computer Configuration > Administrative Templates > System > Logon
    To Disable Fast User Switching:
    Set Hide entry points for Fast User Switching to Enabled. By enabling the policy, Administrators can hide the Switch user button in the Logon UI, the Start menu and the Task Manager.
    To Enable Fast User Switching:
    Set Hide entry points for Fast User Switching to not configured for enabling Fast User Switching.
    Method 2: Using Registry
    To change settings via registry, follow these simple steps:
    Click Start, type regedit in the Start Search or Run dialog box and press Enter.
    Navigate to the following branch:
    HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Policies \ System
    Create a DWORD (32-bit) Value named HideFastUserSwitching by right clicking on the right side of the editor and selecting New >  DWORD(32bit) Value.
    Set the Value data for HideFastUserSwitching to 1
    ** This process will work on Windows Xp and Windows Vista as well.
  • How to Speed Up the Shut Down Time in Windows 7


    Information
    This article will show you how to set the Wait to Kill time Windows 7 waits for programs to save data and close before shutting down. This process can be performed on Windows Xp and Vista as well.
    Warning
    You should always save and close all programs before shutting down the computer to help prevent any data loss.
    Through the Registry
    1. Open the Start Menu.
    2. In the search box, type regedit and press Enter. (See screen shot below)
    3. In regedit, go to: (See screen shot below)
    Code:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
    4. In the right pane, right click on WaitToKillServiceTimeout and click on Modify. (See screenshot above)
    5. Type in a number between 2000-20000 (2-20 seconds) and click on OK. (See screenshot below)
    NOTE:
    The default time is 12000. I use 2000 (2 seconds) and have not had any problems. Your experience may vary depending on Xp or vista.
    6. Close regedit.
    NOTE:
    If you have problems with programs shutting down too quickly, then repeat the above steps and increase the time (step 5) a bit and as i mentioned this trick works on Windows Xp as well.
  • No sound in Windows 7

    Introduction
    This tutorial is designed to help you identify and fix common sound problems in Windows, including no sound coming from your speakers or headphones. This tutorial doesn’t cover sound problems related to specific programs. Sound problems can be caused by cables that aren’t connected properly, corrupt drivers, incompatible drivers, sound settings, missing updates, and problems with your sound card.
    How to use this tutorial
    For best results, complete each step before moving on to the next one. Check for sound after each step before going to the next step.
    Step 1: Check hardware

    Many sound problems are caused by hardware that isn’t set up property. Here’s some information about how to check your sound card, verify that cables are plugged in to the correct locations, make sure the hardware has power, and check the volume.
    Check your sound card
    Check to make sure your computer has a sound card, or sound processor, and it’s working properly.
    Do one of the following:
    If you’re running Windows 7 or Windows Vista, click the Start button , click Control Panel, click System and Security, and then, under System, click Device Manager.   If you’re prompted for an administrator password or confirmation, type the password or provide confirmation.
    If you’re running Windows XP, click Start, click Control Panel, double-click System, click the Hardware tab, and then click Device Manager.   If you’re prompted for an administrator password or confirmation, type the password or provide confirmation.
    Double-click Sound, video and game controllers to expand that category. If a sound card is listed, you have one installed. If no sound card is listed, check the information that came with your computer to see if there’s supposed to be a sound card installed. If there should be a sound card installed, you’ll need to install one. For more information, see Install or remove a sound card.
    Notes
    If you think you have a sound card installed, but you don’t see it under the Sound, video and game controllers category, expand the Other devices category and check any devices listed there.
    Laptops don’t usually have sound cards. Instead, they have integrated sound processors, which appear in the same category in Device Manager.
    If there’s a yellow question mark next to the name of the sound card in Device Manager, there might be a problem.
    Right-click the name of the sound card, and then click Properties.
    Click the General tab, and then look in the Device status box to identify problems with the sound card.
    If there’s a problem, you might need a new driver for your sound card. For more information, see “Step 3: Update drivers” in this tutorial.
    Check if the cables are connected properly

    Check to make sure all of the cables are plugged in to the correct locations, which might include speakers and headphones, HDMI cables, USB audio devices, and other audio devices.
    Check power and volume
    If you have speakers, make sure they’re plugged in to a working power source and turned on.
    Make sure that your speaker volume or headphone volume isn’t muted or turned down too low. This is particularly important for laptops, which often have small speakers that can be hard to hear.
    Windows 7 and Windows Vista
    Click the Start button , click Control Panel, click Hardware and Sound, and then, under Sound, click Adjust system volume.
    Move the slider up to increase the volume.
    Make sure the Mute button isn’t turned on. If the button looks like this:  , muting is turned off. If the button looks like this: , click it to turn off muting.
    Notes
    Some laptops have an external volume control. If you’re using a laptop, check the external volume control to make sure it’s not turned all the way down.
    In some cases, you might have several volume controls to check. For example, if you’re using Windows Media Player, it has its own volume control; Windows has a volume control; and your external speakers have their own volume control. If any of these volume controls are set to their lowest setting, you will not hear any sound.
    Step 2: Use a troubleshooter
    A troubleshooter is an automated tool that can find and automatically fix some problems with your computer. Different versions of Windows use troubleshooters in different ways.
    Run the first troubleshooter to diagnose and fix common sound playback issues, and then try to play an audio file. If the problem isn’t fixed, try the next troubleshooter to diagnose and fix common problems with hardware and devices.
    Step 3: Update drivers
    In order for Windows to recognize your sound card or sound processor, you must find and install a compatible driver. Most sound cards and sound processors require driver software to work properly. Outdated, incompatible, or corrupted sound card drivers can disrupt communication between the computer and the sound card.
    If you recently upgraded from one version of Windows to another, it’s possible that the current sound card driver was designed for the previous version of Windows. If you’ve had recent power outages, viruses, or other computer problems, it’s possible that the drivers have become corrupted. Downloading and installing the latest sound card driver for your sound card can resolve these types of problems.
    Here are three ways to find and install a driver:
    Use Windows Update. You might need to set Windows Update to automatically download and install recommended updates. Installing any important, recommended, and optional updates can update system features and other software that might help to fix your sound problems.
    Install software from the device manufacturer. For example, if your device came with a disc, that disc might contain software that installs a driver for the device.
    Download and install the driver yourself. You can search for a driver on the manufacturer’s website. Try this if Windows Update can’t find a driver for your device and the device didn’t come with software that installs a driver.
  • Defrag from the Command-Line for More Complete Control

    For more complete control of defragmentation in Windows 7, you can use the command-line defrag¬mentation tool, Defrag.exe, from an elevated command prompt. 
    Defrag.exe has the following syntax (which is different than the syntax used for defrag in Windows Vista):
    Defrag | /C | /E [/A | /X | /T] [/H] [/M] [/U] [/V]
    The options for Defrag.exe are:
    The drive letter or mount point of the volume to defragment.
    /C  Defragment all local volumes on the computer.
    /E  Defragment all local volumes on the computer except those specified.
    /A  Display a fragmentation analysis report for the specified volume without defragmenting it.
    /X  Perform free-space consolidation. Free-space consolidation is useful if you need to shrink a volume, and it can reduce fragmentation of future files.
    /T  Track an operation already in progress on the specified volume.
    /H Run the operation at normal priority instead of the default low priority. Specify this option if a computer is not otherwise in use.
    /M Defragment multiple volumes simultaneously, in parallel. This is primarily useful for computers that can access multiple disks simultaneously, such as those using SCSI- or SATA-based disks rather than disks with an IDE interface.
    /U Print the progress of the operation on the screen.
    /V Verbose mode. Provides additional detail and statistics.