Skip to content

Commit 93c0bcd

Browse files
Clanup - part II
1 parent 1c266aa commit 93c0bcd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+140
-197
lines changed

images/group-policy.svg

-9
This file was deleted.

images/intune.svg

-24
This file was deleted.

images/windows-os.svg

-3
This file was deleted.

windows/configuration/docfx.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,12 @@
7272
},
7373
"fileMetadata": {
7474
"feedback_system": {
75-
"ue-v/**/*.*": "None"
75+
"ue-v/**/*.*": "None",
76+
"cortana-at-work/**/*.*": "None"
7677
},
7778
"author":{
79+
"cortana-at-work//**/*.md": "aczechowski",
80+
"cortana-at-work//**/*.yml": "aczechowski",
7881
"wcd//**/*.md": "aczechowski",
7982
"wcd//**/*.yml": "aczechowski",
8083
"ue-v//**/*.md": "aczechowski",
@@ -102,7 +105,9 @@
102105
"✅ <a href=\"https://learn.microsoft.com/windows/release-health/supported-versions-windows-client\" target=\"_blank\">Windows 11</a>",
103106
"✅ <a href=\"https://learn.microsoft.com/windows/release-health/supported-versions-windows-client\" target=\"_blank\">Windows 10</a>"
104107
],
105-
"ue-v//**/*.md": "✅ <a href=\"https://learn.microsoft.com/windows/release-health/supported-versions-windows-client\" target=\"_blank\">Windows 10</a>",
108+
"ue-v//**/*.md": [
109+
"✅ <a href=\"https://learn.microsoft.com/windows/release-health/supported-versions-windows-client\" target=\"_blank\">Windows 10</a>"
110+
],
106111
"wcd//**/*.md": ""
107112
}
108113
},

windows/configuration/index.yml

+25-44
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,55 @@
11
### YamlMime:Landing
2-
title: Configure Windows client # < 60 chars
3-
summary: Find out how to apply custom configurations to Windows client devices. # < 160 chars
2+
title: Configure Windows client
3+
summary: Learn how to apply custom configurations to Windows client devices.
44

55
metadata:
6-
title: Configure Windows client # Required; page title displayed in search results. Include the brand. < 60 chars.
7-
description: Find out how to apply custom configurations to Windows client devices. # Required; article description that is displayed in search results. < 160 chars.
8-
ms.topic: landing-page # Required
6+
title: Configure Windows client
7+
description: Learn how to apply custom configurations to Windows client devices.
8+
ms.topic: landing-page
99
ms.collection:
1010
- tier1
11-
author: aczechowski
12-
ms.author: aaroncz
11+
author: paolomatarazzo
12+
ms.author: paoloma
1313
manager: aaroncz
14-
ms.date: 12/20/2023
14+
ms.date: 02/06/2024
1515

1616
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
1717

1818
landingContent:
19-
# Cards and links should be based on top customer tasks or top subjects
20-
# Start card title with a verb
21-
# Card (optional)
19+
2220
- title: Customize the appearance
2321
linkLists:
2422
- linkListType: how-to-guide
2523
links:
26-
- text: Customize the Windows 11 Start menu layout
27-
url: customize-start-menu-layout-windows-11.md
28-
- text: Customize the Windows 11 taskbar
29-
url: customize-taskbar-windows-11.md
24+
- text: Customize the Windows Start menu layout
25+
url: start/customize-start-menu-layout-windows-11.md
26+
- text: Customize the Windows taskbar
27+
url: taskbar/customize-taskbar-windows-11.md
3028
- text: Configure Windows Spotlight on the lock screen
31-
url: windows-spotlight.md
29+
url: lock-screen/windows-spotlight.md
3230
- text: Accessibility information for IT pros
33-
url: windows-accessibility-for-itpros.md
31+
url: accessibility/index.md
3432

35-
# Card (optional)
3633
- title: Configure a Windows kiosk
3734
linkLists:
3835
- linkListType: how-to-guide
3936
links:
4037
- text: Configure kiosks and digital signs
41-
url: kiosk-methods.md
38+
url: kiosk/kiosk-methods.md
4239
- text: Set up a single-app kiosk
43-
url: kiosk-single-app.md
40+
url: kiosk/kiosk-single-app.md
4441
- text: Set up a multi-app kiosk for Windows 11
45-
url: lock-down-windows-11-to-specific-apps.md
42+
url: kiosk/lock-down-windows-11-to-specific-apps.md
43+
- text: Manage multi-user and guest devices
44+
url: shared-devices-concepts.md
45+
46+
- title: Configure shared devices
47+
linkLists:
48+
- linkListType: how-to-guide
49+
links:
4650
- text: Manage multi-user and guest devices
4751
url: shared-devices-concepts.md
4852

49-
# Card (optional)
5053
- title: Use provisioning packages
5154
linkLists:
5255
- linkListType: how-to-guide
@@ -60,7 +63,6 @@ landingContent:
6063
- text: Apply a provisioning package
6164
url: provisioning-packages/provisioning-apply-package.md
6265

63-
# Card (optional)
6466
- title: Use Windows Configuration Designer (WCD)
6567
linkLists:
6668
- linkListType: reference
@@ -73,24 +75,3 @@ landingContent:
7375
url: wcd/wcd-provisioningcommands.md
7476
- text: Accounts
7577
url: wcd/wcd-accounts.md
76-
77-
# Card (optional)
78-
- title: Configure Cortana in Windows client
79-
linkLists:
80-
- linkListType: overview
81-
links:
82-
- text: Configure Cortana in Windows 10
83-
url: cortana-at-work/cortana-at-work-overview.md
84-
- text: Custom voice commands in Cortana
85-
86-
url: cortana-at-work/cortana-at-work-voice-commands.md
87-
88-
# Card (optional)
89-
- title: User Experience Virtualization (UE-V) for Windows client
90-
linkLists:
91-
- linkListType: overview
92-
links:
93-
- text: UE-V for Windows 10 overview
94-
url: ue-v/uev-for-windows.md
95-
- text: Get Started with UE-V
96-
url: ue-v/uev-getting-started.md

windows/configuration/shared-pc/images/intune.svg

-24
This file was deleted.

windows/configuration/shared-pc/images/powershell.svg

-20
This file was deleted.

0 commit comments

Comments
 (0)