Fix casing (#5252)

This commit is contained in:
Bernard Vander Beken 2020-07-27 18:43:12 +02:00 committed by GitHub
parent 61669a73d9
commit 5a48376a77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ This is when a process runs with "elevated" privileges. Typically this would be
Basically it runs with additional access to the operating system. Most things do not need run elevated. A common scenario would be needing to run certain PowerShell commands or edit the registry. Basically it runs with additional access to the operating system. Most things do not need run elevated. A common scenario would be needing to run certain PowerShell commands or edit the registry.
How do i know my application is "elevated"? If you see this prompt (User Access Control prompt), the application is requesting it: How do I know my application is "elevated"? If you see this prompt (User Access Control prompt), the application is requesting it:
![alt text][uac] ![alt text][uac]