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/peek.md
+16-6Lines changed: 16 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,9 @@
1
1
---
2
2
title: PowerToys Peek utility for Windows
3
3
description: A system-wide utility for Windows to quickly preview file content.
4
-
ms.date: 11/19/2024
5
-
ms.topic: concept-article
4
+
ms.date: 08/03/2023
5
+
ms.topic: article
6
6
no-loc: [PowerToys, Windows, Peek, Win]
7
-
# Customer intent: Learn how to configure and use the Peek utility in PowerToys.
8
7
---
9
8
10
9
# Peek utility
@@ -21,7 +20,8 @@ Using <kbd>Left</kbd> and <kbd>Right</kbd> or <kbd>Up</kbd> and <kbd>Down</kbd>,
21
20
22
21
## Pin preview window position and size
23
22
24
-
The Peek window adjusts its size based on the dimensions of the images being previewed. However, if you prefer to keep the window's size and position, you can use the pinning feature. By selecting the pinning button, the window will preserve the current size and position. Selecting the pinning button again will unpin the window. When unpinned, the Peek window will return to the default position and size when previewing the next file.
23
+
The Peek window adjusts its size based on the dimensions of the images being previewed. However, if you prefer to keep the window's size and position, you can use the pinning feature.
24
+
By selecting the pinning button, the window will preserve the current size and position. Selecting the pinning button again will unpin the window. When unpinned, the Peek window will return to the default position and size when previewing the next file.
25
25
26
26
## Open file with the default program
27
27
@@ -33,7 +33,16 @@ Hover over the preview to see extra information about the file, including its si
33
33
34
34
## Delete files
35
35
36
-
Press the <kbd>Delete</kbd> key to send the current file to the Recycle Bin. Peek will automatically preview the next file. If there are no more files to preview, a message will be displayed.
36
+
Press the <kbd>Delete</kbd> key to move the current file to the Recycle Bin.
37
+
38
+
By default, a confirmation dialog will appear before deletions. To skip future confirmations, either:
39
+
40
+
- Check the "Don't ask me again" checkbox in the dialog.
41
+
- Uncheck the "Ask for confirmation before deleting files" option in Peek's settings page.
42
+
43
+

44
+
45
+
After deleting the file, Peek will automatically preview the next file. If there are no more files to preview, a message will be displayed.
37
46
38
47
> [!TIP]
39
48
> Only files may be deleted. Folders may not be deleted, even if they are empty.
@@ -46,6 +55,7 @@ From the settings page, the following options can be configured:
46
55
| :--- | :--- |
47
56
| Activation shortcut | The customizable keyboard command to open Peek for the selected file(s). |
48
57
| Always run not elevated, even when PowerToys is elevated | Tries to run Peek without elevated permissions, to fix access to network shares. |
49
-
| Automatically close the Peek window after it loses focus ||
58
+
| Automatically close the Peek window after it loses focus ||
59
+
| Ask for confirmation before deleting files | When enabled, Peek shows a confirmation dialog before deleting files. |
0 commit comments