# Maximize Window

> `UiPath.Core.Activities.MaximizeWindow`

`UiPath.Core.Activities.MaximizeWindow`

Maximizes the indicated window.

## Properties

### **Input**

* **Window** - The window that you want to maximize. Only supports Window variables.

### **Common**

* **DisplayName** - The display name of the activity.
* **ContinueOnError** - Specifies if the automation should continue even when the activity throws an error. This field only supports Boolean values
  (True, False). The default value is False. As a result, if the field is blank and an error is thrown, the execution of the
  project stops. If the value is set to True, the execution of the project continues regardless of any error.
  
  :::note
  If this activity is included in **Try Catch** and the value of the **ContinueOnError** property is True, no error is caught when the project is executed.
  :::

### **Misc**

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.

## Example of using the Maximize Window activity

[Here](https://docs.uipath.com/activities/other/latest/ui-automation/window-manipulation) you can see how the **Maximize Window** activity is used in an example that incorporates multiple activities.
