Convert FAT32 to NTFS

Convert FAT32 to NTFS

Blogsdna.com/

    1. Go to Computer, and note the name of the drive whose file system you wish to convert.

    2. Click on Start.

    3. Type cmd in the search bar if you use Windows 7, Windows 8 or Windows Vista. If you use Windows XP, click on Run and then execute cmd.

    4. Execute "chkdsk h: /f " (without quotes) where H is the letter of the drive to undergo conversion. This checks the drive for errors and fixes them automatically.

    5. Execute "Convert H: /FS:NTFS" (without quotes). H is again the letter of the drive to be converted.

    6. The command prompt will start the conversion process and after a few minutes, CMD will say that conversion was successful.

    7. You can check it in the properties of the drive through right click<Properties.

    8. CMD must run in elevated mode

------------------------------------------------------------------------------------------------------------------------------------------

Open an elevated mode Command Prompt in Windows 7

PCsupport

An elevated Command Prompt is required before executing certaincommands in Windows 7. The sfc command comes to mind, as does manage-bde, reagentc, and a few other Windows 7 commands.

Opening an elevated Command Prompt in Windows 7 simply means opening Command Prompt as an administrator. In other words, opening the Command Prompt program (cmd.exe) with administrator level privileges.

Still confused? Don't worry, the process itself is very easy. See below for detailed instructions on opening an elevated Command Prompt in Windows 7:

Difficulty: Easy

Time Required: Opening an elevated Command Prompt in Windows 7 only takes a few seconds

Here's How:

1 Click on the Start button and in the Search programs and files box that appears directly above the Start button, type the following:

command

Don't press Enter, just let the search results populate above.

Note: If you have trouble doing this, or the next step, you can find the Command Prompt shortcut manually by clicking Start -> All Programs ->Accessories on most computers. Then skip to Step 3 below.

2 In the search results, locate the Programs section.

Under Programs you'll see one or more programs listed that contain the word command.

3 Locate the Command Prompt shortcut and right-click on it.

This will bring up Command Prompt's right-click menu. Depending on the software you have installed, and how you have certain Windows 7 settings configured, you could have as few as a dozen, or as many as a few dozen, options.

4 Click on Run as administrator.

5 Click Yes on the User Account Control window that appears.

Important: If you are see a User Account Control window but also a message that saysTo continue, type an administrator password, and then click Yes, then your user account must be a standard account, not an administrator account. Before you can click Yes and open an elevated command prompt, you'll need to type the password of another user on your Windows 7 computer that has administrator level privileges.

Note: You will not see this window at all if your User Account Control settings are turned all the way down. See How To Disable User Account Control in Windows 7 for more information.

6 An elevated Command Prompt window will appear. You can now execute any Windows 7 command you want, without restriction.

Note: An elevated Command Prompt window opens to C:\Windows\system32. A non-elevated Command Prompt window instead opens to C:\Users\[username].

Tips:

    1. Aside from noting the path that opens (see the Note in Step 6), you can tell if the Command Prompt is elevated by looking at the title of the window:

    2. If the title says Administrator: Command Prompt then you've succeeded in opening an elevated Command Prompt. If the title says Command Prompt only, then something happened and you're using Command Prompt normally.

    3. Not a Windows 7 user? See How Do I Open an Elevated Command Prompt? for links to steps specific for your operating system.

--------------------------------------------------------------------------------------------------------------------------------------------------------------