Skip to content

Commit ab8c862

Browse files
Merge pull request #10366 from TerryGLee/tglee-patch118
add noScale command-line switch
2 parents 2db19cb + 29a0f9d commit ab8c862

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/ide/reference/devenv-command-line-switches.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Devenv command line switches
33
description: Learn about devenv command-line switches and how to use them to set IDE options, and also build, debug, and deploy projects, all from the command line.
44
ms.custom: SEO-VS-2020
5-
ms.date: 12/10/2018
5+
ms.date: 08/31/2022
66
ms.topic: reference
77
helpviewer_keywords:
88
- switches, Devenv
@@ -70,6 +70,7 @@ The following command-line switches display the IDE and do the described task.
7070
|[/Edit](edit-devenv-exe.md)|Opens the specified files in a running instance of this application. If there are no running instances, it starts a new instance with a simplified window layout.<br /><br /> `devenv /edit File1 File2`|
7171
|[/LCID or /L](lcid-devenv-exe.md)|Sets the default language for the IDE. If the specified language isn't included in your installation of Visual Studio, this setting is ignored.<br /><br /> `devenv /l 1033`|
7272
|[/Log](log-devenv-exe.md)|Starts Visual Studio and logs all activity to the log file.<br /><br /> `devenv /log mylogfile.xml`|
73+
|/NoScale| Opens the IDE in a [DPI-disabled mode](../../designers/disable-dpi-awareness.md) that allows for a more accurate layout in the Windows Forms Designer. |
7374
|[/NoSplash](nosplash-devenv-exe.md)|Opens the IDE without showing the splash screen.<br /><br /> `devenv /nosplash File1 File2`|
7475
|[/ResetSettings](resetsettings-devenv-exe.md)|Restores Visual Studio default settings. Optionally resets the settings to the specified `.vssettings` file.<br /><br /> `devenv /resetsettings mysettings.vssettings`|
7576
|[/Run or /R](run-devenv-exe.md)|Compiles and runs the specified solution.<br /><br /> `devenv /run mysln.sln`|

0 commit comments

Comments
 (0)