Category: rebuild Indexes

  • How to Setup Media Center Movie Library in Windows 7

    Information
    This tutorial will show how to manage your movie library in Media Center, including poster images & full synopsis information.
    This Article will work on Windows 7 and Vista but not on Windows XP.

    Examples: 
    With & without poster information.
    Before you start:
    Before we start we will need to create a batch file:
    Open a notepad
    Copy and paste the following code as it is:
    @echo off
    for %%a in (*.*) do (
    md “%%~na” 2>nul
    move “%%a” “%%~na”
    )
    Save the file as “folder creation.bat” without the cotes inside your movie folder.
    It will give you a warning regarding change of the file type, ignore it.
    Run the file which will create directories based on the movie file name (e.g. Babylon A.D.avi will have the directory Babylon A.D created) and the movie file moved to the directory.
    Search for & download a file for the movie you would like as a poster and save it in the movie folder and name it folder.jpg. Do this for each movie.
    Warning
    I would advise at least 2GB of memory as due to the size of the folder.jpg files there is a lot of memory used. You could (like me) resize all folder.jpg files to a width of 300 pixels & maintain aspect ratio.
    Here’s How:
    1. Run Media Center and navigate to Movies
    2. Open movie library, you should notice no movies shown
    3. Right-Click within the inner (empty area) and select Manage Library, you will be shown the ‘Add folders’ wizard. Select ‘Add folders to the library’ and click next
    4. Select the location where your drive with the videos is stored, and click on next.
    5. Navigate to the folder where your videos are stored (e.g. G:\MOVIES), and click next.
    6. On the final screen select ‘Yes, use these locations’ and click finish
    Now your folder is added, Media Center will show the Video folders (with posters if you downloaded an image file for each movie).
    This Article will work on Windows 7 and Vista but not on Windows XP.
  • How to Reset the Windows Experience Index (WEI) in Windows 7

    Information
    This article will show you how to reset the Windows Experience Index (WEI) as unrated in Windows 7 or Vista. This way you can rate your computer WEI score again with a clean slate.

    EXAMPLE:
    Windows Experience Index (WEI) with a Score
    EXAMPLE:
    Windows Experience Index (WEI) Reset to Unrated
    OPTION ONE
    Through Advanced Tools
    NOTE:
    To completely reset WEI, you should do either Option Two or Option Three below since they delete all of the .xml files so you can start fresh again.
    1. Open the Control Panel (icons view), then click on Performance and Information Tools.
    2. In the left pane, click on the Advanced Tools link. (see screenshot below)
    3. Click on the Clear all Windows Experience Index scores and re-rate system link. (see screenshot below)
    4. If prompted by UAC, click on Yes if administrator or enter the administrator’s password if standard user.
    5. The WEI score will now be reset, and the WEI tests will now run automatically to rate this computer for a new WEI score.
    OPTION TWO
    2. In the elevated command prompt, copy and paste (or type) the command below and press enter. (see screenshot below)
    Code:
    del /f %SYSTEMROOT%\Performance\WinSat\DataStore\*.xml
    3. WEI has now been reset. You can now update your WEI score.
    OPTION THREE
    Manually Through Windows Explorer
    1. Open Windows Explorer, and navigate to the location below.
    NOTE:
    You can also “copy and paste” this location in the Start Menu search box and press enter to open directly to it.
    Code:
    C:\Windows\Performance\WinSat\DataStore
    2. In the Data Store folder, select all of the listed .xml files and delete them. (see screenshot below)
    3. Close Windows Explorer.
    4. WEI has now been reset. You can now update your WEI score.
  • How to Delete a Partition or Volume in Windows 7

    Information
    This article will show you how to delete a hard disk partition or volume using Disk Management or Diskpart in Windows 7 to create empty unallocated space that you can use to create new partitions with.

    Note
    If your hard disk is currently set up as a single partition, then you can’t delete it unless you do it from Drive options (advanced) during a Windows 7 installation.
    You also can’t delete the system partition, boot partition, or any partition that contains the virtual memory paging file, because Windows needs this information to start correctly.
    Warning
    You must be logged on in an administrator account to be able to do this tutorial.
    When you delete a partition, all data on the partition is erased.
    If you disable the Disk Defragmenter service, then you will get the error below when you try to do anything in Disk Management. If you get this error, then make sure that the Disk Defragmenter service is set to only manual.
    METHOD ONE
    Using Disk Management
    1. Open the Control Panel (All Items view), and click on the Administrative Tools icon.
    2. Click on Computer Management in Administrative Tools.
    3. In the left pane under Storage, click on Disk Management. (See screenshot below)
    4. In the middle pane, right click on the partition that you want to delete and click on Delete Volume. (See screenshot above)
    NOTE:
    If the partition is a logical partition, then you will need to delete the free space again to have it as unallocated space.
    5. Click on Yes to confirm deletion. (See screenshot below)
    6. The selected partition (step 4) is now deleted and is now unallocated space on the disk.
    NOTE:
    You can use this unallocated space to create a new partition with, or extend another partition on that same hard disk into it.
    7. Close the Computer Management window. (See screenshot above)
     METHOD TWO
    Using Diskpart in a Elevated Command Prompt
    1. Open a elevated command prompt, or a command prompt at boot.
    2. In the elevated command prompt, type diskpart and press Enter. (See screenshot below)
    3. In the elevated command prompt, type list volume and press Enter. (See screenshot below)
    NOTE:
    This will give you a list of volume numbers to select from to delete.
    4. In the elevated command prompt, type select volume # and press Enter. (See screenshot below)
    NOTE:
    You would substitute # for the volume number listed that you want to delete. For example, I want to delete the listed volume 3, so I would type select volume 3 and press Enter.
    5. In the elevated command prompt, type delete volume and press Enter. (See screenshot below)
    NOTE:
    If it fails to delete, then use type delete volume override and press enter instead.
    6. In the elevated command prompt, type exit and press Enter. (See screenshot below)
    7. Close the elevated command prompt.
    8. The selected partition (step 4) is now deleted and is now unallocated space on the disk.
    NOTE:
    You can use this unallocated space to create a new partition with, or extend another partition on that same hard disk into it.
  • How to Transfer your Complete Windows 7 Installation to a New Computer

    Information
    Windows 7 System Preparation Tool is a powerful, native Windows tool. When for instance used in Audit Mode, it lets you to freely configure Windows 7 to be then deployed to other computers as hardware independent image.
    In this tutorial we use System Preparation Tool (sysprep) to prepare your Windows 7 installation to be moved to a new computer, keeping all your installed applications, program settings and user profiles intact. You can use this method when you buy a new PC and want to transfer your existing setup completely, without the need to reinstall everything, or when you want to make major hardware changes like change the motherboard or GPU, which would usually cause Windows to stop booting normally.

    Warning
    Using this method causes Windows 7 to lose all activation information, and it needs to be reactivated afterwards. If your Windows 7 is an OEM version, you might not be able to reactivate afterwards, at least not without phone activation option.
    With today’s hardware evolution, most of us are upgrading the hardware more often than operating system. Upgrading hardware can be painfully slow process if we need to reinstall the operating system and all our installed applications, plus transfer program settings and user profiles.
    Using sysprep makes this easy. Changing the mother board or an old GPU to a new GPU quite often causes Windows 7 boot issues. This fact is usually painful, because you will then have to reinstall the OS and all applications and transfers user profiles from a backup location.
    Same issue arises when you buy a new computer with completely different hardware setup compared to the old one, or when you try to restore a system image to different hardware setup. Normally this would include a complete re installation of Windows 7 and all applications.
    Why not use sysprep to avoid reinstalling? Here are the different scenarios where you can use it.
    METHOD ONE
    Changing hardware components but keeping old hard disk(s)
    1.   Before installing new hardware, boot Windows 7 normally




    3.   Type to Command Prompt: C:\Windows\System32\Sysprep\Sysprep.exe, and hit Enter



    4.   In sysprep dialog that opens, choose System Cleanup Action as Enter System Out-of-Box-Experience (OOBE), select Generalize, and select Shutdown Options Shutdown. Click OK



    5.   Sysprep generalizes now your Windows 7 setup and shuts down your computer. Do not run any other programs during this phase!




    6.   Switch the main power of your PC off and install the new hardware OR dismount the hard disk(s) and mount it (them) to a new computer

    7.   Boot the PC from sysprep generalized hard disk. You will notice Windows booting as if it was the first boot after installation, installing default drivers and updating registry. One or two reboots are needed, depending on your system specifications




    8.   When Windows finally boots up, you will need to enter all information as if this really was a new, fresh installation
    9.   Because your old user profiles already exist, Windows does not accept your normal username, but instead you have to create a new temporary user. I use username Test for this purpose



    10.  When login screen appears, choose your old user account to login

    11.  Windows boots now to default OOBE first boot desktop, with default 800*600 resolutions and default theme. All your installed applications are there, as well as your old user profiles and folders. Windows has installed the default drivers for your setup; you can update them if needed

    12.  Go to Control Panel > User Accounts and delete the temporary user account (in this case Test) that you just created
    METHOD TWO
    Change the hard disk(s) or move Windows 7 setup to a new computer using third party imaging software
    1.   Follow steps 1 through 5 above (method 1)

    2.   Boot PC with an imaging CD/DVD (Paragon, Macrium etc.)

    3.   Create an image of your system

    4.   Turn PC off, change the hard disk(s) and reboot with imaging application, restoring the image OR boot the new computer with imaging software and restore the image

    5.   Continue from step 7 above (method 1)
    METHOD THREE
    Change the hard disk(s) or move Windows 7 setup to a new computer using Windows Seven’s native Backup and Restore
    1.   Follow steps 1 through 5 above (method 1)

    2.   Change the hardware components you want to, letting the old Hard Disk be still mounted as system disk OR if transferring to a new computer, mount the old HD to the new computer as system (boot) disk

    3.   Boot computer normally, continuing from step 7 above (method 1)

    4.   Launch Windows Seven Backup and Restore create a complete system image. This tutorial shows you how: Backup Complete Computer – Create an Image Backup

    5.   Shut down the computer, dismount the HD and mount the new one

    6.   Boot from Windows 7 installation DVD, choosing Repair > Restore an image, using the image you created in previous step. This tutorial shows you how (from Step Two / 7): System Image Recovery

    7.   When image is restored, boot your computer normally
  • How to Turn Windows 7 Features On or Off




    Information
    Some programs and features included with Windows 7 must be turned on before you can use them. Certain other features are turned on by default. This will show you how to turn the features you select on or off.
    This process can be used on Windows 7, Vista and Windows XP



    Note
    New Windows Features to Turn On or Off in Windows 7:
    Games – Internet Games
    Internet Explorer 8
    Internet Information Services – FTP Server
    Internet Information Services Hostable Web Core
    Media Features
    Microsoft .NET Framework 3.51
    Services for NFS (Network File System)
    Subsystem for UNIX-based Applications
    TIFF IFilter
    Windows Gadget Platform
    Windows Search
    XPS Services
    XPS Viewer
    Tip
    A blue box indicates that you have the main feature selected and turned on, but not all of the sub features under the expanded main feature are checked.
    If the box is checked for the main feature, then it means that all of the sub features under the expanded main feature are checked and turned on as well.
    Warning
    Turning off a feature does not uninstall the feature, and it does not reduce the amount of hard disk space used by the Windows 7 feature. The features remain stored on your hard disk so you can turn them back on if you want to later.
    Here’s How:
    1. Open the Control Panel (All Items view), and click on the Programs and Features icon.
    2. In the left pane, click on the Turn Windows features on or off link. (See screenshot below)
    3. If prompted by UAC, click on Yes to approve.
    4. Close the Programs and Features window. (See screenshot above)
    5. To Turn On a Windows Feature –
    A) Check the selected feature. (See screenshots below step 7)
    NOTE:
    Some Windows features are grouped together in folders, and some folders contain subfolders with additional features. If a check box is partially checked or is dimmed, then some of the items inside the folder are turned on and some are turned off. To expand and view the contents of a folder, double-click it. Hovering the mouse pointer over a folder will give you a pop-up desciption of the feature.
    6. To Turn Off a Windows Feature –
    A) Uncheck the selected feature. (See screenshots below step 7)
    7. When done, click on OK. (See screenshots below)
    NOTE:
    These are the default settings in Windows Features.
    8. After turning on or off a feature, you may be prompted to restart the computer.
    This process can be used on Windows 7, Vista and Windows XP
  • How to Change the Default Program a File Type Opens With in Windows 7

    Information
    A default program is the program that Windows 7 uses when you open a particular type of file extension. This will show you how to change a file type to open with a different default program for just this one time or always using the context menu in Windows 7.
    This process may or may not work on Windows Xp or Vista.

    Here’s How:
    1. Right click on the file type (ex: .txt file) that you want to change the default program for, then click on Open with. (see screenshot below)
    Note
    If you do not have Open with in the context menu, then this means this file does not have a program associated to open it with.
    ·         Instead, click on Open, select (dot) Select a program from a list of installed programs, and click on OK.
    ·         Go to step 3.

    2. To Select a Program that is Already Listed in Context Menu
    A) After you have expanded Open with, select a listed program (ex: Notepad or Outlook) that you want to open the file with for just this one time. (see screenshot below)
    B) Go to step 4.
    3. To Select a Program that is Not Listed in Context Menu
    NOTE:
    This option will allow you to select to have the file type to always open with the selected program by default if you like.
    A) After you have expanded Open with, select Choose default program. (see screenshot below step 1)
    B) Under Other Programs, click on the drop down arrow to the far right to see more programs to select from. (See screenshot below)
    C) Select the program that you want to open the file with. (See screenshot above)
    NOTE:
    If the program is not listed, then click on the Browse button and navigate to the program’s exe file. Select it, and click on the Open button to add it for now only.
    D) To Always Open this File Type with the Selected Program
    ·         Check the Always use the selected program to open this kind of file box. (See screenshot below step 3B)
    ·         Go to step 3F.
    E) To Open this File Type with the Selected Program for Just this One Time
    un check the Always use the selected program to open this kind of file box. (See screenshot below step 3B)
    F) Click on OK. (See screenshot below step 3B)
    4. The file will now be opened by the selected program.
    This process may or may not work on Windows Xp or Vista. 
  • How to Enable or Disable Windows 7 Program Compatibility Assistant

    Information
    The Program Compatibility Assistant (PCA) runs in the background and monitors user initiated programs for known compatibility issues at run time. Whenever a potential issue with an application is detected, the PCA will prompt the user with pointers to recommended solutions.

    The PCA is enabled and turned on by default. This will show you how to enable or disable PCA in Windows 7. Turning off PCA is useful for system administrators who require faster performance and are aware of the compatibility of the applications they are using.
    This issue is usually faced with older programs made for Windows 98 or Windows XP.
    Note:
    With the PCA turned off, users will not be presented with solutions to known compatibility issues when running applications.
    This article is not applicable to Windows XP. This is applicable to Windows 7.
    Warning:
    The Diagnostic Policy Service (DPS) and Program Compatibility Assistant Service must be set to Started and Automatic in Services for the PCA to be able to be enabled and to execute.
    EXAMPLE:
    Program Compatibility Assistant Warnings
    NOTE:
    These are some examples of the warnings that PCA may give you if it detects a compatibility issue with a program. You can read more about these here: Application Compatibility: Program Compatibility Assistant (PCA)

    Through the Local Group Policy Editor
    1. Open the Local Group Policy Editor.
    2. In the left pane, click on to expand User Configuration, Administrative Templates, Windows Components, and Application Compatibility. (see screenshot below)
    3. In the right pane, right click on Turn off Program Compatibility Assistant and click on Edit. (see screenshot above)
    4. To Enable Program Compatibility Assistant
    A) Select either Not Configured or Disabled. (see screenshot below step 6)
    B) Go to step 6.
    5. To Disable Program Compatibility Assistant
    A) Select Enabled. (see screenshot below step 6)
    6. Click on OK. (see screenshot below)
    7. Close the Local Group Policy Editor window.
    This article is not applicable to Windows XP. This is applicable to Windows 7.
  • How to Turn the Windows 7 Backup Files Schedule On or Off

    Information
    This article will show you how to turn the Windows 7 automatic backup files schedule on or off for an existing or new backup configuration.
    This article is not applicable to Windows XP.
    OPTION ONE
    For an Existing Backup Configuration
    1. Open the Control Panel (All Items View).
    2. Click on the Backup and Restore icon.
    3. To Turn Off the Automatic Backup Schedule
    A) Click on the Turn off schedule link in the upper left blue pane. (See screenshot below)
    NOTE:
    It may take a few seconds to turn off.
    B) Go to step 5.
    4. To Turn On the Automatic Backup Schedule
    NOTE:
    To change the schedule settings after turning it on, click on the Change settings link and
    follow the instructions from step 5 on in this tutorial.
    A) Click on the Turn on schedule link to the right of Schedule. (See screenshot below)
    NOTE:
    It may take a few seconds to turn on.
    5. Close the Backup and Restore window when done. (See screenshot above)
    OPTION TWO
    For a New Backup Configuration
    Warning
    This will create a new backup after finishing the steps below.
    1. Open the Control Panel (All Items View).
    2. Click on the Backup and Restore icon.
    3. Click on the Set up backup button. (See screenshot below)
    4. Follow the steps in this tutorial until you get to step 10B.
    NOTE:
    This will show you how to configure a new backup.
    5. To Turn Off the Automatic Backup Schedule
    A) Uncheck the Run backup on a schedule box. (See screenshot below step 7)
    B) Go to step 7.
    6. To Turn On the Automatic Backup Schedule
    A) Check the Run backup on a schedule box. (See screenshot below step 7)
    7. Click on OK. (See screenshot below)
    8. Finish the rest of the steps (step 10C on) in this tutorial.
    This article is not applicable to Windows XP.
  • How to Turn System Protection On or Off in Windows 7

    Information
    System Restore regularly tracks changes to your computer’s system files, and uses a feature called System Protection to create restore points of selected hard disks in your computer. System Protection is turned on by default for the Windows 7 hard disk or partition on your computer.
    This will show you how to turn System Protection On or Off for creating System Restore Points for system settings and previous versions of files in Windows 7. By default, System Protection is turned on for the hard disk or partition that Windows 7 is installed on. You could also use previous versions to restore older copies of files and folders.
    You can select which disks have System Protection turned on for.
    This article may or may not be applicable to Windows XP.
    Note
    It is not recommended to turn off system protection for your C: system drive (Windows 7) since it is a great tool to easily undo a mistake, for example one that may have crippled Windows 7, by just doing a system restore to go back to a previous restore point of your system dated before the mistake.
    Warning
    System Restore doesn’t protect FAT32 and other FAT disks because FAT disks don’t support the use of shadow copies. Shadow copies contain information about changes to documents and system files. Shadow copies require the NTFS file system. Windows 7 uses the NTFS file system.
    Turning off System Protection for a disk deletes all restore points for that disk. You cannot restore the disk until you turn on System Protection again and a restore point is created for that disk.
    Here’s How:
    1. Open the Control Panel (All Items View).
    A) Click on the System icon.
    B) Go to step 3.
    OR
    2. Open the Start Menu.
    A) Right click on the Computer button and click on Properties.
    3. Click on the System Protection link. (See screenshot below step 4)
    4. Close the System window. (See screenshot below)
    5. Click on the available hard disk drive or partition, that you want to turn System Protection on or off for, to select it. (See screenshot below step 6)
    NOTE:
    Windows 7 should be the C: drive with (System). Under the Protection column, you will see if System Protection is turned On or Off for the available disk.
    6. Click on the Configure button. (See screenshot below)
    7. To Turn On System Protection for System Settings and Previous Versions of Files
    A) Restore system settings and previous versions of files. (See screenshot below step 10)
    B) Go to step 10.
    8. To Turn On System Protection for Only Previous Versions of Files
    A) Only restore previous versions of files. (See screenshot below step 10)
    B) Go to step 10.
    9. To Turn Off System Protection for the Selected Disk
    A) Turn off system protection. (See screenshot below step 10)
    10. Click on OK. (See screenshot below)
    11. Repeat steps 5 to 10 if you want to turn on System Protection for another available listed disk drive.
    12. Click on OK. (See screenshot below step 6)
    This article may or may not be applicable to Windows XP.
  • How to Enable or Disable Windows 7 Password History Enforcement

    Information
    Password history determines the number of unique new passwords that have to be associated with and used by a user before an old password can be reused again. This enables administrators to enhance security by ensuring that old passwords are not reused continually.
    By default, there is 24 remembered on domains, and 0 remembered on stand-alone computers. This will show you how to enable or disable enforcing password history, and set how many passwords will be remembered before users can reuse a password.
    These procedures can also be applied on Windows Vista and Windows XP.

    Tip
    To maintain the effectiveness of the password history, do not allow passwords to be changed immediately after they were just changed by also enabling the minimum password age and setting it to be more than 0 days.
    Warning
    You can only do this while logged in as an administrator.
     
    EXAMPLE:
    Password History Message
    NOTE:
    This is a message a user will get when they try to change their password to a reused older password instead of a new unique password before the number of remember passwords has been reached.
    OPTION ONE
    Through Local Security Policy Manager
    NOTE:
    This option is only available for the Windows 7 Professional, Ultimate, and Enterprise editions.
    1. Open the Local Security Policy editor.
    2. In the left pane, expand Account Policies, and click on Password Policy. (see screenshot below)
    3. In the right pane, double click on Enforce password history. (see screenshot above)
    4. To Disable Password History for All Users –
    A) Enter 0, and click on OK. (see screenshot below)
    B) Go to step 6.
    5. To Enforce Password History for All Users –
    A) Enter how many passwords between 0 and 24 that you want remembered before users can reuse a password, then click on OK. (see screenshot above)
    6. Close the Local Security Policy editor.
    OPTION TWO
    NOTE:
    This option is available for all Windows 7 editions.
    2. To See the Current “Password History” Setting –
    A) In the elevated command prompt, type net accounts and press Enter. (see screenshot below)
    3. To Disable Password History for All Users –
    A) In the elevated command prompt, type the command below and press Enter. (see screenshot below)
    Code:
    net accounts /uniquepw:0
    B) Go to step 5.
    4. To Enable or Change the Password History for All Users –
    A) In the elevated command prompt, type the command below and press Enter. (see screenshot below)
    NOTE:
    Substitute (1-24) for how many passwords you want remembered before users can reuse a password.
    Code:
    net accounts /uniquepw:(1-24)
    FOR EXAMPLE: 
    I would type in this command exactly for 5 remembered passwords, and press enter.
    Code:
    net accounts /uniquepw:5
    These procedures can also be applied on Windows Vista and Windows XP.


    http://www.linkedtube.com/static/flash/player.swf?sum=How%20to%20Enable%20or%20Disable%20Windows%207%20Password%20History%20Enforcement&btn=TechSupp247&txt=Tech%20Supp%20247&vis=always&url=http%3A%2F%2Fwww.facebook.com%2Ftechsupp247&vid=xNHifhoiedY