rename file

This commit is contained in:
Paolo Matarazzo 2023-05-30 18:03:13 -04:00
parent 6f00e1478f
commit f696e60f75
4 changed files with 3 additions and 3 deletions

View File

@ -21462,7 +21462,7 @@
}, },
{ {
"source_path": "windows/security/identity-protection/user-account-control/how-user-account-control-works.md", "source_path": "windows/security/identity-protection/user-account-control/how-user-account-control-works.md",
"redirect_url": "/windows/security/application-security/application-control/user-account-control/how-user-account-control-works", "redirect_url": "/windows/security/application-security/application-control/user-account-control/how-it-works",
"redirect_document_id": false "redirect_document_id": false
}, },
{ {

View File

@ -4,7 +4,7 @@ items:
- name: Overview - name: Overview
href: user-account-control/index.md href: user-account-control/index.md
- name: How UAC works - name: How UAC works
href: user-account-control/how-user-account-control-works.md href: user-account-control/how-it-works.md
- name: UAC settings and configuration - name: UAC settings and configuration
href: user-account-control/settings-and-configuration.md href: user-account-control/settings-and-configuration.md
- name: Windows Defender Application Control and virtualization-based protection of code integrity - name: Windows Defender Application Control and virtualization-based protection of code integrity

View File

@ -32,5 +32,5 @@ When an app requires to run with more than standard user rights, UAC allows user
## Next steps ## Next steps
- [How User Account Control works](how-user-account-control-works.md) - [How User Account Control works](how-it-works.md)
- [User Account Control settings and configuration](settings-and-configuration.md) - [User Account Control settings and configuration](settings-and-configuration.md)