Fix typo in README.md (#221)

This commit is contained in:
John 2019-09-06 10:12:34 -07:00 committed by Bartosz Sosnowski
parent fdab2d01b9
commit 164462da8b

View File

@ -63,7 +63,7 @@ The full backlog of utilities can be found [here](https://github.com/Microsoft/P
## Debugging
The following configuration issue only applies if the user is a member of the Administrators group.
Some PowerToys modules require to run with the highest permission level if the current user is a member of the Administrators group. The highest permission level is required in order to be able to perform some actions when an elevated application (e.g. Task Manager) is in the foreground or is the target of an action. Without elevated privileges some PowerToys modules will still work but with some limitations:
Some PowerToys modules require being run with the highest permission level if the current user is a member of the Administrators group. The highest permission level is required in order to be able to perform some actions when an elevated application (e.g. Task Manager) is in the foreground or is the target of an action. Without elevated privileges some PowerToys modules will still work but with some limitations:
- the `FancyZones` module will be not be able to move an elevated window to a zone.
- the `Shortcut Guide` module will not appear if the foreground window belongs to an elevated application.