5 Ways to Make a Window Always-on-Top on Windows 10 or Windows 11

WBOY
Release: 2024-07-20 22:24:11
Original
1235 people have browsed it

Microsoft offers an official tool to keep any window always-on-top of other windows on Windows 10 or Windows 11. We can also recommend some awesome third-party tools for making any window always on top—and many applications have a hidden option for this.

The Official Way: Microsoft PowerToys

We recommend Microsoft PowerToys for keeping a window always on top. Microsoft PowerToys is a free, open-source package full of powerful Windows utilities developed by Microsoft. The Always-on-Top PowerToy provides an easy, convenient, official way of making any window always on top, and it works on both Windows 10 and Windows 11.

To make a window always on top, install and launch Microsoft PowerToys. Press Windows+Ctrl+T to make the current window always on top. A blue border will appear on the window, and a sound will play. Press Windows+Ctrl+T to undo your change and make Windows treat the window normally.

5 Ways to Make a Window Always-on-Top on Windows 10 or Windows 11

You can customize this behavior by launching the PowerToys Settings window. To do so, launch "PowerToys" from the Windows Start menu or click the PowerToys icon in your taskbar's notification area and click the gear-shaped Settings icon.

Select "Always on Top" in the sidebar. If the keyboard shortcut didn't work, ensure the "Always on Top" PowerToy is enabled at the top here. You can use the options here to change the keyboard shortcut, control whether a colored border appears around the window and customize that border, choose whether the sound plays, and configure windows that will never be made always on top.

5 Ways to Make a Window Always-on-Top on Windows 10 or Windows 11

We're big fans of Microsoft PowerToys. The package is full of other useful utilities, and there's a good chance you'll find something else useful in it, too.

We recommend the Microsoft PowerToys method as our top choice. You can disable other PowerToys in the PowerToys Settings window if you don't like the clutter. However, we cover a variety of other simple utilities and methods for making a window always-on-top below.

With a Keyboard Shortcut: AutoHotkey

Using the excellent and useful AutoHotkey program, you can make a simple script that sets your currently active window to be always on top when you press a certain key combination. The resulting script is lightweight and won't use much resources or add unnecessary clutter to your system. You can even use AutoHotkey to compile the script to its own executable if you don't want to keep the full AutoHotkey program running—or if you want an easy way to carry the script with you to other PCs.

First, you'll need download and install AutoHotkey.

When that's done, you'll need to create a new script (if you already use AutoHotkey, feel free to add this to a current script or create a new one). To create a new script, right-click anywhere on your desktop or in a File Explorer window, point to the "New" menu, and then select the "AutoHotkey Script" option.

5 Ways to Make a Window Always-on-Top on Windows 10 or Windows 11

Give the new script file whatever name you want, click then click "Edit." When prompted, open the script in Notepad.

5 Ways to Make a Window Always-on-Top on Windows 10 or Windows 11

In the Notepad window, paste the following line of code at the bottom. You can then save and close the script.

<code class="hljs xml">^space::{WinSetAlwaysOnTop -1, "A"}</code> 
Copy after login
5 Ways to Make a Window Always-on-Top on Windows 10 or Windows 11

Next, double-click your script to run it. You'll know it's running because a green "H" logo appears in your system tray to let you know it's running as a background process.

5 Ways to Make a Window Always-on-Top on Windows 10 or Windows 11

You can now press Ctrl+Space to set any currently active window to be always on top. Press Ctrl+Space again set the window to no longer be always on top.

And if you don't like the Ctrl+Space combination, you can change the ^SPACE part of the script to set a new keyboard shortcut. Consult the Hotkeys documentation on AutoHotkey's website for help.

Using a Mouse: DeskPins

If you prefer using a mouse over keyboard shortcuts, DeskPins provides a super simple way to make windows always on top by just pinning them.

First, you'll need to download and install DeskPins. After installation, go ahead and run DeskPins. You'll see that it adds a pin icon to your system tray.

5 Ways to Make a Window Always-on-Top on Windows 10 or Windows 11

When you have a window you want to pin to be always on top, click that system tray icon. Your pointer turns into a pin, and you can then click any window to pin it so that it's always on top. Pinned windows actually have a red pin added to the title bar, so that you can tell easily which windows are pinned and which are not.

5 Ways to Make a Window Always-on-Top on Windows 10 or Windows 11

To remove a pin from a window, move your mouse over the pin. Your pointer will show a small "X" on it to let you know you're about to remove the pin. And if you want to remove pins from all windows you've pinned at once, right-click the system tray icon, and then choose the "Remove All Pins" option.

5 Ways to Make a Window Always-on-Top on Windows 10 or Windows 11

Without Installing Anything Extra: Built-in App Options

Many apps have built-in options so that you can set their windows to become always on top. You often find these options in media players, system utilities, and other tools that you might want to see all the time. Programs that accept plug-ins may also have an always-on-top plugin you can install.

The Windows Task Manager is one built-in application that has this option on Windows 10 and Windows 11, for example. To make the Task Manager always-on-top on Windows 10, click Options > Always on Top in the Task Manager window. (If you don't see the Options menu at the top of the window, click "More details" at the bottom.)

To make the Task Manager always-on-top on Windows 11, open the Task Manager's menu, select "Settings," and check "Always on top" under Window management. The Task Manager will remember this setting for the future.

5 Ways to Make a Window Always-on-Top on Windows 10 or Windows 11

Here's how to enable the built-in always-on-top option in some other popular programs:

  • VLC: Click Video > Always on top.
  • Process Explorer: Click Options > Always on Top.

    In addition to these apps, some bigger, more fully-featured window and desktop utilities also offer the ability to make windows always on top. DisplayFusion, for example, offers the feature (even in its free version), but also provides tools for managing multiple monitors, controlling the desktop and windows in all kinds of ways, and even tweaking other Windows settings. Actual Window Manager offers the feature, too, and also adds over 50 other desktop management tools. If you already use one of those—or are interested in those other features—then by all means give them a try.

The above is the detailed content of 5 Ways to Make a Window Always-on-Top on Windows 10 or Windows 11. For more information, please follow other related articles on the PHP Chinese website!

source:howtogeek.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!