You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hub/powertoys/awake.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -49,18 +49,18 @@ To manage the execution of the tool from the system tray, right-click on the Pow
49
49
50
50
## Command Line Interface (CLI)
51
51
52
-
PowerToys Awake can also be executed as a standalone application, directly from the PowerToys folder. The following command line arguments can be used when running `PowerToys.Awake.exe` from the terminal or via a `.lnk` shortcut file:
52
+
PowerToys Awake can also be executed as a standalone application, directly from the PowerToys folder. The following command line arguments can be used when running _PowerToys.Awake.exe_ from the terminal or via a _.lnk_ shortcut file:
53
53
54
54
| Argument | Description |
55
55
| :---------------- | :---------- |
56
-
|`--use-pt-config`| Use the PowerToys configuration file to manage the settings. This assumes that there is a `settings.json` file for Awake, generated by PowerToys, that contains all required runtime information. This includes the Behavior Mode (indefinite or timed), whether screens should be kept on, and what the values for hours and minutes are for a temporary keep-awake.<br/>When this argument is used, all other arguments are ignored. Awake will look for changes in the `settings.json` file to update its state. |
56
+
|`--use-pt-config`| Use the PowerToys configuration file to manage the settings. This assumes that there is a _settings.json_ file for Awake, generated by PowerToys, that contains all required runtime information. This includes the Behavior Mode (indefinite or timed), whether screens should be kept on, and what the values for hours and minutes are for a temporary keep-awake.<br/>When this argument is used, all other arguments are ignored. Awake will look for changes in the `settings.json` file to update its state. |
57
57
|`--display-on`| Keep displays on or off while the machine is kept awake. Expected values are `true` or `false`. |
58
58
|`--time-limit`| Duration, in seconds, during which Awake keeps the computer awake. Can be used in combination with `--display-on`. |
59
59
|`--expire-at`| Expiration date and/or time when Awake will turn off and resume the standard power state. Can be used in combination with `--display-on`. |
60
60
|`--pid`| Attaches the execution of Awake to a Process ID (PID). When the process with a given PID terminates, Awake terminates as well. |
61
61
62
62
> [!NOTE]
63
-
> The `settings.json` configuration file is located at `%HomePath%\AppData\Local\Microsoft\PowerToys\Awake\`. "Keep awake temporarily" options can be adjusted by modifying the `"customTrayTimes"` value, an array consisting of name and duration (in seconds) to stay awake. For example: `"customTrayTimes":{"8 hours":28800}`.
63
+
> The _settings.json_ configuration file is located at `%HomePath%\AppData\Local\Microsoft\PowerToys\Awake\`. "Keep awake temporarily" options can be adjusted by modifying the `"customTrayTimes"` value, an array consisting of name and duration (in seconds) to stay awake. For example: `"customTrayTimes":{"8 hours":28800}`.
64
64
65
65
In absence of command-line arguments, PowerToys Awake will keep the computer awake indefinitely.
Copy file name to clipboardExpand all lines: hub/powertoys/cmd-not-found.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ A PowerShell 7 module that detects command-line errors and suggests a relevant W
22
22
23
23
## Install the module
24
24
25
-
To install the Command Not Found module, navigate to the Command Not Found page in PowerToys settings and select the **Install** button. Once the module installation has completed, PowerShell 7 experimental features needed for the module to function will be enabled:
25
+
To install the Command Not Found module, go to the Command Not Found page in PowerToys settings and select **Install**. Once the installation has completed, PowerShell 7 experimental features needed for the module to function will be enabled:
To uninstall the Command Not Found module, navigate to the Command Not Found page in PowerToys settings and select the **Uninstall** button. Once the module uninstall has completed, the block of commands previously added will be removed from the PowerShell profile file.
42
+
To uninstall the Command Not Found module, go to the Command Not Found page in PowerToys settings and select **Uninstall**. Once the uninstallation has completed, the block of commands previously added will be removed from the PowerShell profile file.
Copy file name to clipboardExpand all lines: hub/powertoys/color-picker.md
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ A system-wide color picking utility for Windows to pick colors from any screen a
17
17
18
18
### Enabling Color Picker
19
19
20
-
Enable Color Picker in the **Color Picker** tab in PowerToys Settings.
20
+
Enable Color Picker in PowerToys Settings.
21
21
22
22
### Activating Color Picker
23
23
@@ -50,18 +50,18 @@ The Color Picker editor stores a history of up to 20 picked colors and lets you
50
50
51
51
The colored bar at the top of the Color Picker editor lets you:
52
52
53
-
* fine tune your chosen color
54
-
* pick a similar color
53
+
- fine tune your chosen color
54
+
- pick a similar color
55
55
56
56
To fine tune your chosen color, select the central color in the color bar. The fine-tuning control lets you change the color's **HSV**, **RGB**, and **HEX** values. **Select** adds the new color to the colors history.
57
57
58
-
To choose a similar color, select one of the segments on the left and right edges of the color bar. The Color Picker editor suggests two lighter shades on the left of the bar, and two darker shades on the right of the bar. Selecting one of these similar colors adds that color to the colors history.
58
+
To choose a similar color, select one of the segments on the top and bottom edges of the color bar. Selecting one of these similar colors adds it to the history.
To remove a color from the colors history, right-click a color and select **Remove**.
62
+
To remove a color from the history, right-click a color and select **Remove**.
63
63
64
-
To export the colors history, select and hold (or right-click) a color and select **Export**. You can group the exported values by colors or formats.
64
+
To export the colors history, right-click a color and select **Export**. You can group the values by colors or formats.
65
65
66
66
## Settings
67
67
@@ -70,26 +70,26 @@ Color Picker has the following settings:
70
70
| Setting | Description |
71
71
| :--- | :--- |
72
72
|**Activation shortcut**| The shortcut that activates Color Picker. |
73
-
|**Activation behavior**|Changes what happens when you activate Color Picker. Read more about this setting in [Activating Color Picker](#activating-color-picker). |
73
+
|**Activation behavior**|Sets what happens when you activate Color Picker. Read more about this setting in [Activating Color Picker](#activating-color-picker). |
74
74
|**Default color format**| The color format that Color Picker copies to the clipboard. |
75
-
|**Show color name**|When turned on, this setting shows a high-level representation of the color. For example, 'Light Green', 'Green', or 'Dark Green'. |
76
-
| **Color formats** | This section lets you enable and add different color formats, and change the order of color formats in the Color Picker editor. Read more about **Color formats** in [Managing color formats](#managing-color-formats).
75
+
|**Show color name**|Shows a high-level representation of the color. For example, 'Light Green', 'Green', or 'Dark Green'. |
76
+
| **Color formats** | Enable and add different color formats, and change the order of color formats in the Color Picker editor. Read more about color formats in [Managing color formats](#managing-color-formats).
You can add, edit, delete, disable, and change the order of color formats in **Color formats**.
83
83
84
-
To change the order that color formats appear in the Color Picker editor, select **•••** next to a color format and select **Move up** or **Move down**.
84
+
To change the order that color formats appear in the Color Picker editor, select the **more** button (•••) next to a color format and select **Move up** or **Move down**.
85
85
86
86
To disable a color format, turn off the toggle next to that color format. Color Picker doesn't show disabled color formats in the editor.
87
87
88
-
To delete a color format, select **•••** next to a color format and select **Delete**.
88
+
To delete a color format, select the **more** button (•••) next to a color format and select **Delete**.
89
89
90
-
To add a new color format, select **Add custom color format**. Choose the color format's **Name** and **Format**. Select **Save** to add the color format. The syntax for color formats is described in the**Add custom color format** dialog.
90
+
To add a new color format, select **Add custom color format**. Enter the color format's **Name** and **Format**. The syntax for color formats is described in the dialog.
91
91
92
-
To edit a color format, select it from the list. Edit the color format's **Name** and **Format** in the **Edit custom color format** dialog. Select **Update** to save your changes. The syntax for color formats is described in the**Edit custom color format** dialog.
92
+
To edit a color format, select it from the list. Edit the color format's **Name** and **Format** in the **Edit custom color format** dialog. The syntax for color formats is described in the dialog.
Copy file name to clipboardExpand all lines: hub/powertoys/crop-and-lock.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ PowerToys **Crop And Lock** allows you to crop a current application into a smal
17
17
18
18
### How to use
19
19
20
-
To start using Crop And Lock, enable it in the PowerToys Settings (**Crop And Lock** tab).
20
+
To start using Crop And Lock, enable it in PowerToys Settings.
21
21
22
22
Once enabled, focus a Window and press the "Thumbnail" shortcut (default: <kbd>⊞ Win</kbd>+<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>T</kbd>) or the "Reparent" shortcut (default: <kbd>⊞ Win</kbd>+<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>R</kbd>) to select an area of the window to crop.
23
23
@@ -32,14 +32,15 @@ Select the **Close** button of the cropped window to close it and restore the or
32
32
33
33
### Thumbnail
34
34
35
-
Creates a window that shows the selected area of the original window. Any changes to the original window's selected area will be reflected on the thumbnail, but the original application can't be controlled through the thumbnail. This mode has the most compatibility with other applications.
35
+
Creates a window that shows the selected area of the original window. Any changes to the original window's selected area will be reflected on the thumbnail, but the original application can't be controlled through the thumbnail. This mode has the best compatibility.
36
36
37
37
### Reparent
38
38
39
-
Creates a window that replaces the original window, showing only the selected area. The application will now be controlled through the cropped window. Closing the cropped window will restore the original window. Not every window will react well to being contained on another application so this mode has many compatibility issues. It's advisable to use the "Thumbnail" mode instead if you find that a windows isn't reacting well to being cropped with the "Reparent" mode.
39
+
Creates a window that replaces the original window, showing only the selected area. The application will now be controlled through the cropped window. Closing the cropped window will restore the original window.
40
+
Not every window will react well to being contained in another application so this mode has many compatibility issues. It's advisable to use the "Thumbnail" mode instead if you find that a windows isn't reacting well to being cropped with the "Reparent" mode.
40
41
41
42
## Known issues
42
43
43
44
- Cropping maximized or full-screen windows in "Reparent" mode might not work. It's recommended to resize the window to fill the screen corners instead.
44
-
- Some UWP apps won't react well to being cropped in "Reparent" mode. The Windows Calculator is a notable example of this.
45
+
- Some UWP apps won't react well to being cropped in "Reparent" mode. Windows Calculator is a notable example of this.
45
46
- Applications that use sub-windows or tabs can react poorly to being cropped in "Reparent" mode. Notepad and OneNote are notable examples of applications that react poorly.
Environment Variables offers an easy and convenient way to manage environment variables. It also allows you to create profiles for managing a set of variables together. Profile variables have precedence over User and System variables. Applying the profile adds variables to User environment variables in the background. When a profile is applied, if there is an existing User variable with the same name, a backup variable is created in User variables which will be reverted to the original value on profile un-apply.
12
-
11
+
Environment Variables offers an easy and convenient way to manage environment variables. It allows you to create profiles for managing a set of variables together. Profile variables have precedence over User and System variables.
12
+
Applying the profile adds variables to User environment variables in the background. When a profile is applied, if there is an existing User variable with the same name, a backup variable is created in User variables which will be reverted to the original value on profile un-apply.
13
13
Applied variables list shows the current state of the environment, respecting the order of evaluation of environment variables (Profile > User > System). Evaluated Path variable value is shown at the top of the list.
@@ -42,8 +42,8 @@ To apply a profile, set the **profile** toggle to On. Only one profile can be ap
42
42
43
43
## Settings
44
44
45
-
From the Settings menu, the following options can be configured:
45
+
From the settings, the following options can be configured:
46
46
47
47
| Setting | Description |
48
48
| :--- | :--- |
49
-
| Open as administrator | Allow management of System variables. If disabled, only profile and User variables can be modified. Environment Variables is opened as administrator by default. |
49
+
| Open as administrator | Allow management of System variables. If off, only profile and User variables can be modified. Environment Variables is opened as administrator by default. |
0 commit comments