To run chkdsk
from a user-level command prompt in Windows 7 while keeping UAC enabled, you need to elevate the command prompt itself before running the chkdsk
command. Here's how you can do this: 1. Run Command Prompt with Elevated Privileges: - Click on the Start button and type "cmd" in the search bar. - Right-click on "cmd" or "Command Prompt" in the search results. - Select "Run as administrator." This will open an elevated Command Prompt window. 2. Running chkdsk
in the Elevated Command Prompt: - In the elevated Command Prompt window, you can now run the chkdsk
command. - Type chkdsk
followed by the drive letter you want to check and the necessary parameters. - For example, to check the C: drive with a repair switch, you would type: chkdsk C: /F
3. Creating a Shortcut: - To create a clickable shortcut for your daughter, you can create a shortcut to the Command Prompt that automatically runs as an administrator. - Right-click on the desktop and select New > Shortcut. - In the location field, type cmd.exe
. - Click Next, give the shortcut a name, and click Finish. - Right-click on the newly created shortcut and select Properties. - In the Properties window, go to the Shortcut tab. - Click on the Advanced button. - Check the box that says "Run as administrator" and click OK. - Now, whenever your daughter double-clicks on this shortcut, an elevated Command Prompt window will open, and she can run chkdsk
commands without any permission issues. By following these steps, you should be able to run chkdsk
from a user-level command prompt with the necessary privileges and without disabling the UAC (User Account Control).