-
-
Notifications
You must be signed in to change notification settings - Fork 112
Usage
This tool implements functions through command line. Some recovery functions are not available on all versions of Windows and the tool detects this type of availability to mitigate possible errors.
Type the number of function and press "Enter" to applying these corrections.
User Account Control (UAC) is a mandatory access control enforcement facility introduced with Microsoft's Windows Vista and Windows Server 2008 operating systems, with a more relaxed version also present in Windows 7, Windows Server 2008 R2, Windows 8, Windows Server 2012 and Windows 10. It aims to improve the security of Microsoft Windows by limiting application software to standard user privileges until an administrator authorizes an increase or elevation. In this way, only applications trusted by the user may receive administrative privileges, and malware should be kept from compromising the operating system. In other words, a user account may have administrator privileges assigned to it, but applications that the user runs do not inherit those privileges unless they are approved beforehand or the user explicitly authorizes it.
To run a program as an administrator, follow these steps:
- Right-click the icon that you use to run the program, and then click Run as administrator.
- When you are prompted for an administrator password or for a confirmation, type the administrator password, or click Continue.
For some program icons, the Run as administrator option is not available on the shortcut menu. For these program icons, follow these steps:
- Right-click the icon that you use to run the program, and then click Properties. On the Shortcut tab, the Target box contains the location and the name of the program file.
- Open the folder that contains the program file.
- Right-click the program file, and then click Run as administrator. If you are prompted for an administrator password or for a confirmation, type the password, or click Continue.
If you must run a program as an administrator, you may want to set up the program so that you automatically run it as an administrator. To do this, follow these steps:
- Right-click the icon that you use to run the program, and then click Properties.
- On the Compatibility tab, click to select the Run this program as an administrator check box, and then click OK.
The Compatibility tab is not available for some program icons. For these program icons, follow these steps:
- Right-click the icon that you use to run the program, and then click Properties. On the Shortcut tab, the Target box contains the location and the name of the program file.
- Open the folder that contains the program file.
- Right-click the program file, and then click Properties.
- On the Compatibility tab, click to select the Run this program as an administrator check box, and then click OK.
For more information, see references
The Reset Windows Update Tool can be used for the command line in this way:
$ WURESET [/reset][/search][/clean:{temp|regs|sock}][/sfc][/dism:{scan|check|repair|clean}]
Parameter List
Parameter | Description | Abbreviation | Example |
---|---|---|---|
reset | Reset the Windows Update Components. |
/reset -reset |
|
search | Search updates. |
/search -search |
|
clean | Clean options. |
/clean:temp /clean:regs:temp -clean:temp -clean:sock |
|
sfc | Scans all protected system files. |
/sfc -sfc |
|
dism | Dism options. |
/dism:scan:repair:clean -dism:check:repair |
|
help | Displays a help message. | h or ? |
/help /h /? -help -h -? |
version | Displays a version message. | v |
/version /v -version -v |
Sample usage:
For check version