answersLogoWhite

0


Best Answer

A regular command prompt (with admin privileges if UAC is turned on). Type cmd in the run box, then press enter. (See end of post for some methods to create admin privilege cmd prompt.

From there type

CHKDSK [volume[[path]filename]]] [/F] [/V] [/R] [/X] [/I] [/C] [/L[:size]] [/B]

volume Specifies the drive letter (followed by a colon),

mount point, or volume name.

filename FAT/FAT32 only: Specifies the files to check for fragmentation.

/F Fixes errors on the disk.

/V On FAT/FAT32: Displays the full path and name of every file

on the disk.

On NTFS: Displays cleanup messages if any.

/R Locates bad sectors and recovers readable information

(implies /F).

/L:size NTFS only: Changes the log file size to the specified number

of kilobytes. If size is not specified, displays current

size.

/X Forces the volume to dismount first if necessary.

All opened handles to the volume would then be invalid

(implies /F).

/I NTFS only: Performs a less vigorous check of index entries.

/C NTFS only: Skips checking of cycles within the folder

structure.

/B NTFS only: Re-evaluates bad clusters on the volume

(implies /R)

The /I or /C switch reduces the amount of time required to run Chkdsk by

skipping certain checks of the volume.

Method 1

  1. Click on Vista Start button.
  2. Locate the Command Prompt menu item (buried deep inside Accessories under All Programs or appear on program access history).
  3. Right click on Command Prompt.
  4. On the pop-up right click context menu, select "Run as Administrator".

Method 2

  1. Click on Vista Start button.
  2. Click on Run.
  3. Type in "Cmd" (without quotes) in the Open textbox.
  4. You should see "This task will be created with administrative privileges".
  5. Click on OK or press Enter.

Method 3

  1. Press the Win keyboard key or click on Vista Start button.
  2. Type cmd into the Start Search textbox.
  3. Press Ctrl+Shift+Enter keyboard shortcut. Ctrl-Shift-Enter is the general keyboard shortcut that triggers elevation to "Run as Administrator".
  4. Press Alt+C or press Continue to confirm the UAC elevation warning prompt.

Method 4

  1. Click on Vista Start button.
  2. In the Start Search box, type in "Cmd" (without quotes).
  3. Right click on the Command Prompt in the search result listing.
  4. In the right click menu, click on "Run as Administrator" menu item.
User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

Click Start, all programs, Accessories, right click command prompt, enter this Chkdsk command: chkdsk c: /r

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What type of command prompt window is needed to run the Chkdsk command using Vista?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What command clears all previous entries in the command prompt window?

To clear the Command Prompt window, enter CLS


How do you get to the command prompt window?

msconfig


What command is used to close the command prompt window?

exit


What command to defrag the drive from a command prompt window?

Defrag


Usb harddisk with ntfs file system cant be accessed by your PC with fat systemalso sys vol info folder in your system show is errors when you run chkdsk?

best bet is to convert the fat system to NTFS # Open Command Prompt. Click Start, point to All Programs, point to Accessories, and then click Command Prompt. # In the command prompt window, type: convert drive_letter: /fs:ntfs


My Windows 10 desk top Is acting weird. There is no sound or video. When I try to play a song or video It will keep loading or stay on 0 even on web browsers like chrome and explorer. What do I do?

Take your computer for repair. ~ Try accessing The Check Disk function firstly. Even in Windows 10, the CHKDSK command is run via the Command Prompt, but we'll need to use administrative privileges to properly access it. To launch a Command Prompt as an Administrator, press the keyboard shortcut Windows Key + X to bring up the power users menu, then let go of those two keys and tap the A key. Alternatively, with the power users menu open you can use your mouse or trackpad to select the Command Prompt (Admin) option. Nowyou will be presented with a UAC window requesting permission to launch the Command Prompt as Administrator. Click Yes to proceed and you'll see a new Command Prompt window. You can verify that you've successfully granted the Command Prompt administrative privileges by ensuring that "Administrator: Command Prompt" is present in the window's title bar. From the Command Prompt, type this command WITHOUT The quotes ; "chkdsk" followed by a space, then the letter of the drive you wish to examine or repair. I suspect yours will be it's internal drive "C." Simply running the CHKDSK command in Win 10 will only display the disk's status, and won't fix any errors present. To tell CHKDSK command to fix the drive, we need to give it parameters. After your drive letter, type the following parameters separated by a space each: "/f /r /x". The "/f" parameter tells CHKDSK to fix any errors it finds; "/r" tells it to locate the bad sectors on the drive and recover readable information; "/x" forces the hard drive to dismount before the process starts. Please note that this can take quite a time to do all the processes so you must be patient.


A command prompt window is sometimes called a?

DOS box


How do you run a DOS program in a window?

you have to use the command prompt(also called the DOS prompt by older users. You can find this by going to "start" , "programs" , "accessories" and "command prompt"


What command will close the command prompt window?

press the 'x' in the corner. Type in the word exit.


What command is used to open Registry Editor in the command prompt window?

start -> Run -> regedit


What command clears the command prompt window?

Typing in "cls" without the quotes and hitting enter will clear the command prompt window (DOS window) and show you just the current prompt such as "C:". If you search for "dos commands" you should find some lists of things that are available when you are in the command prompt. But be aware that not all are active on all computers and some commands can delete files and do other things that you may not really want. -)


Which menu under accessories will open a dos-like window?

command prompt