Skip to content

Repo sync for protected CLA branch #8690

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Nov 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/get-started/csharp/tutorial-console.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Tutorial: Create a simple C# console app "
description: "Learn how to create a C# console app in Visual Studio, step-by-step."
ms.custom: "vs-acquisition, get-started"
ms.date: 09/14/2021
ms.date: 01/28/2022
ms.technology: vs-ide-general
ms.prod: visual-studio-windows
ms.topic: tutorial
Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/csharp/tutorial-uwp.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Tutorial: Create UWP Apps with Visual Studio & C#"
description: Create a UWP app in Visual Studio with XAML and C#
titleSuffix: ""
ms.custom: "vs-acquisition, get-started, SEO-VS-2020"
ms.date: "09/14/2021"
ms.date: "04/26/2022"
ms.technology: vs-ide-general
ms.topic: tutorial
ms.devlang: CSharp
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/install/media/vs-2022/vs-installer-modify-workloads.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/install/media/vs-2022/vs-installer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/install/media/vs-2022/vs-tools-menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions docs/install/modify-visual-studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Modify Visual Studio workloads, components, & language packs"
titleSuffix: ''
description: Learn how to modify Visual Studio, step-by-step.
ms.date: 09/14/2021
ms.date: 11/23/2022
ms.topic: how-to
ms.custom: vs-acquisition
helpviewer_keywords:
Expand All @@ -25,7 +25,6 @@ ms.technology: vs-installation

It's easy to modify Visual Studio so that it includes only what you want, when you want it. To do so, open the Visual Studio Installer, and then add or remove workloads, components, and language packs.


## Prerequisites

- To install, modify, or update Visual Studio, you must run the Visual Studio Installer as an administrator. If you try to modify Visual Studio as a typical user, you'll get a User Account Control notice prompting you for admin credentials. For more information, see [User permissions and Visual Studio](../ide/user-permissions-and-visual-studio.md).
Expand Down