Fancy zones windows 10 скачать

Release v0.74.1

This is a patch release to fix issues in v0.74.0 to fix some bugs we deemed important for stability based on incoming rates. See v0.74.0 for full release notes.

Installer Hashes

Description Filename sha256 hash
Per user — x64 PowerToysUserSetup-0.74.1-x64.exe 748BF7BA33913237D36D6F48E3839D0C8035967305137A17DEFF39D775735C81
Per user — ARM64 PowerToysUserSetup-0.74.1-arm64.exe F5DAA89A9CF3A2805E121085AFD056A890F241A170FAB5007AA58E2755C88C54
Machine wide — x64 PowerToysSetup-0.74.1-x64.exe 298C6F4E4391BDC06E128BED86A303C3300A68EAF754B4630AF7542C78C0944A
Machine wide — ARM64 PowerToysSetup-0.74.1-arm64.exe A65F3C300A48F9F81312B7FC7B306382CB87F591612D0CEC7E5C0E47E868904B

Highlights

  • #28785 — After trying to calculate the All Languages charset in Quick Accent by joining the charsets of all languages, we missed that some characters were not in any of the languages. This adds those characters to All Languages again.
  • #28798 — Fixes a parsing issues when converting binary data from the registry files in Registry Preview.
  • #28914 — Fixes FancyZones automatically snapping context menus on some applications.
  • #28819 — Fixes SVG Preview ignoring some files with comments after we optimized the file parsing code.

Release v0.74.0

In the v0.74 release cycle, we focused on stability and improvements.

Installer Hashes

Description Filename sha256 hash
Per user — x64 PowerToysUserSetup-0.74.0-x64.exe 1C4ECE9F11488BAFFAE6B76D2B0504FA18BFFEA11EBC38BCC87F5D86AEA87C7C
Per user — ARM64 PowerToysUserSetup-0.74.0-arm64.exe 4F3842FAB0839A361A15A06B7720BA8A0FE7F9AF98EA94245C08DEF37678CA4A
Machine wide — x64 PowerToysSetup-0.74.0-x64.exe 648992E8CEA08F3C63C7CCBD554ADDF500ECBC4560187310BC12E6CB9C2F38E3
Machine wide — ARM64 PowerToysSetup-0.74.0-arm64.exe 2B6D92F1A0EA688C7EE882050AC9B030C8B3A18765163FB6D67E5E694A4D4FE3

Highlights

  • Upgraded to Windows App SDK 1.4.1, increasing stability of WinUI3 utilities. Thanks @dongle-the-gadget for starting the upgrade!
  • Text Extractor was upgraded to its version 2.0, with a new overlay, table mode and more Quality of Life improvements. Thanks @TheJoeFin!
  • Improved FancyZones stability, fixing some layout resets and improving handling of newly created windows on Windows 11.
  • Fixed many silent crashes that were reported to Watson and the user’s event viewer.

General

  • Turning animations off in Windows Settings will now also turn them off in PowerToys.
  • Upgraded the Windows App SDK dependency to 1.4.1. Thanks @dongle-the-gadget for the original 1.4.0 upgrade!
  • Show in the thumbnail label and application titles when running as administrator. Thanks @davidegiacometti!
  • Upgraded the Win UI Community Toolkit dependency to 8.0. Thanks @niels9001!

Awake

  • Added down-sampled variants to the application’s icon. Thanks @morriscurtis!

Color Picker

  • After adding a new color in the editor, the history will scroll the new color into view. Thanks @peerpalo!

Crop and Lock

  • Fixed a Crop and Lock crash that would occur when trying to reparent a window crashes the target application. An error message is shown instead.

FancyZones

  • Set the process and main thread priority to normal.
  • Fixed handling newly created windows on Windows 11.
  • Fixed scenarios where opening the FancyZones Editor would reset the layouts.

File Explorer add-ons

  • Optimized CPU usage for generating SVG thumbnails.
  • Improved handling of Gcode Thumbnails, including JPG and QOI formats. Thanks @pedrolamas!
  • Better handled errors when sending telemetry, which were causing reported crashes.
  • Fixed some thumbnails not being shown centered like before the optimization.

File Locksmith

  • Shows files opened by processes with PID greater than 65535. Thanks @poke30744!
  • Fixed a GDI object leak in the context menu which would crash Explorer.

Find My Mouse

  • Added new activation methods, including by hotkey. Thanks @davidegiacometti!

Hosts File Editor

  • Ignore the default ACME sample entries in the hosts file. Thanks @davidegiacometti!
  • Improved save error handling and added better error messages. Thanks @davidegiacometti!
  • Corrected a check for an error when signaling the application to start as administrator.
  • Refactored the context menu. Thanks @davidegiacometti!
  • Fixed dialogs overlapping the title bar after the upgrade to Windows App SDK 1.4. Thanks @davidegiacometti!

Keyboard Manager

  • Distinguish between the regular minus key and the numpad minus key.

Mouse Without Borders

  • Fixed a crash when trying to restart the application.

Peek

  • Using Peek on HTML files will show a white background by default, similar to a browser’s default behavior.
  • Fix a white flash on Dark theme when switching file and improved the development file preview detection and adjustments.

PowerRename

  • Fixed a crash caused by big counter values on the new enumeration method.

PowerToys Run

  • It’s now possible to select which shell is used by the Shell plugin.
  • A combobox option type was added to the plugin options.
  • Fixed a bug in the Calculator plugin that was causing decimal numbers to be misinterpreted on locales where the dot (.) character isn’t used as a decimal or digit separator.
  • Improved the Program plugin stability when it fails to load a program’s thumbnail at startup.
  • The use of Pinyin for querying some plugins can now be turned on in Settings. Thanks @ChaseKnowlden!
  • Refactored option types for plugin and added number, string and composite types to be used in the future. Thanks @htcfreek!
  • Fixed the entry for searching for Windows updates in the Settings plugin. Thanks @htcfreek!

Quick Accent

  • The «All languages» character set is now calculated by programmatically querying the characters for every available language. Thanks @dannysummerlin!
  • Added é to the Norwegian and Swedish languages. Thanks @Aaron-Junker!
  • Added a runtime cache to the «All languages» character set, to only calculate accents once per key.

Registry Preview

  • Fixed focusing issues at startup.
  • Improved the data visualization to show data in a similar way to the Windows Registry Editor. Thanks @dillydylann!

Runner

  • Fixed hanging when a bug report was generated from the flyout. Thanks @davidegiacometti!

Settings

  • Improved the way the OOBE window reacts to Windows theme change.
  • Fixed an issue that made it impossible to change the «Switch between windows in the current zone» «Next window» shortcut for FancyZones.
  • Fixed a crash when entering a duplicate name for a color in the Color Picker page and improved clean up when cancelling a color edit. Thanks @davidegiacometti!

Text Extractor

  • Text Extractor 2.0, with a new overlay, table mode and more Quality of Life improvements. Thanks @TheJoeFin!

Documentation

  • SECURITY.md was updated from 0.0.2 to 0.0.9. Thanks @Aaron-Junker!
  • Improved the README and main development document for clarity and completeness. Thanks @codeofdusk and @aprilbbrockhoeft!

Development

  • Fixed PowerToys Run DateTime plugin tests that were failing depending on locale, so that they can be run correctly on all dev machines.
  • Fixed PowerToys Run System plugin tests that were failing for certain network interfaces, so that they can be run correctly on all dev machines. Thanks @snickler!
  • Fixed a markdown bug on the GitHub /helped command.
  • Switched build pipelines to a new agent pool. Thanks @DHowett!
  • New .cs files created in Visual Studio get the header added automatically. Thanks @davidegiacometti!

Release v0.73.0

In the v0.73 release cycle, we focused on new features, stability and improvements.

Installer Hashes

Description Filename sha256 hash
Per user — x64 PowerToysUserSetup-0.73.0-x64.exe BA55D245BDD734FD6F19803DD706A3AB8E0ABC491591195534997CF2122D3B7E
Per user — ARM64 PowerToysUserSetup-0.73.0-arm64.exe FBFA40EA5FFA05236A7CCDD05E5142EE0C93D7485B965784196ED9B086BFEBF4
Machine wide — x64 PowerToysSetup-0.73.0-x64.exe 7FDA06292C7C2E6DA5AEF88D8E9D3DE89D331E9E356A232289F9B37CE4503894
Machine wide — ARM64 PowerToysSetup-0.73.0-arm64.exe 4260AA30A1F52F194EE07E9E7ECD9E9F4CF35289267F213BC933F7A5191AC17C

Highlights

  • Keyboard manager now supports Numpad. Note, with previously bound hotkeys stored in settings.json would only react to non-Numpad keys now. If a user wishes to restore the previous behavior, it could be done by manually adding another binding for the Numpad variant.
  • New utility: Crop And Lock allows you to crop a current application into a smaller window or just create a thumbnail. Focus the target window and press the shortcut to start cropping.
  • FancyZones code improvements and refactor.
  • Modernized ImageResizer UX.
  • PowerRename advanced counter functionality.

General

  • Added missing CoUninitialize call in elevation logic. Thanks @sredna!
  • New utility: Crop And Lock. Thanks @robmikh! and @kevinguo305!
  • Added new /helped fabric bot command to GitHub repo. Thanks @Aaron-Junker!
  • Fixed crashes caused by invalid settings. Thanks @davidegiacometti!

Always On Top

  • Added border transparency.

FancyZones

  • Fixed issue causing canvas zones being drawn only when dragging in zone area.
  • Fixed user-defined default layout highlighting issue.
  • Refactored and improved code quality.
  • Fixed issue causing wrong layout to be applied when duplicating non-selected layout.

File Locksmith

  • Icon update. Thanks @jmaraujouy!

File Explorer add-ons

  • Fixed issue causing thumbnail previewers to lock files.
  • Open URIs from developer files in default browser. Thanks @davidegiacometti!

Installer

  • Fixed PowerToys autorun after installing as SYSTEM user.
  • Removed CreateScheduledTask custom action to handle task creation only from runner code.

Image Resizer

  • Moved from ModernWPF to WpfUI to refresh and modernize UI/UX. Thanks @niels9001!

Keyboard Manager

  • Rephrased labels to enhance clarity. Thanks @Jay-o-Way!
  • Keyboard manager now supports Numpad. Note, with previously bound hotkeys stored in settings.json would only react to non-Numpad keys now. If a user wishes to restore the previous behavior, it could be done by manually adding another binding for the Numpad variant.

Mouse Highlighter

  • Fixed highlighter being invisible issue for Always on Top windows.
  • Added settings for automatic activation on startup. Thanks @davidegiacometti!

Mouse Pointer Crosshairs

  • Added settings for automatic activation on startup. Thanks @davidegiacometti!

Peek

  • Show correct file type for shortcuts. Thanks @davidegiacometti!
  • Fixed issue causing wrong file size to be displayed. Thanks @davidegiacometti!
  • Show 1 byte instead of 1 bytes file size. Thanks @Deepak-Sangle!
  • Open URIs from developer files in default browser. Thanks @davidegiacometti!
  • Show thumbnail and fallback to icon for unsupported files. Thanks @pedrolamas!

PowerRename

  • Updated OOBE gif. Thanks @ChaseKnowlden!
  • Localized renamed parts combo box.
  • Introduced advanced counter functionality.
  • Added remember last window size logic and optimized items sorting.
  • Enable «Enumerate items» option by default.

PowerToys Run

  • Fixed issue causing original search to be abandoned when cycling through results.
  • Updated device and bluetooth results for Settings plugin. Thanks @htcfreek!
  • Fixed InvalidOperationException exception thrown. Thanks @davidegiacometti!
  • Add Base64 Decoding function to the Value Generator plugin. Thanks @LeagueOfPoro!
  • Added Keep shell open option for Shell plugin.
  • Added Crop And Lock to PowerToys plugin. Thanks @davidegiacometti!

Registry Preview

  • Updated AppBarButtons to use an explicit AppBarButton.Icon. Thanks @randyrants!
  • Fixed crash on clicking Save As button.

Runner

  • Removed unneeded RegisterWindowMessage from tray icon logic. Thanks @sredna!
  • Fixed startup looping issue.
  • Improved old logs and installers cleanup logic. Thanks @davidegiacometti!

Screen Ruler

  • Use proper resources file.

Settings

  • Fixed issue causing problems with modifier keys and ShortcutControl. Thanks @sh0ckj0ckey!
  • Fixed crash when clicking «Windows color settings» link.
  • Added support for launching Settings app directly.
  • Fixed issue causing DisplayDescription not showing for PowerToys Run PluginAdditionalOption.
  • Fixed issue causing FileLocksmith ‘Show File Locksmith in’ setting not showing correct value.
  • Fixed issue causing Awake on/off toggle in Settings flyout not to work when Settings Awake page is opened.

Documentation

  • Added documentation for PowerToys Run third-party plugins. Thanks @davidegiacometti!
  • Fixed broken links in keyboardmanagerui.md. Thanks @shubhsardana29!
  • Updated core team in COMMUNITY.md.
  • Fixed broken links in ui-architecture.md. Thanks @SamB!
  • Updated community.valuegenerator.md with Base64DecodeRequest description.

Development

  • Updated test packages and StyleCop. Thanks @davidegiacometti!
  • Condense NuGet Restore into MSBuild Tasks. Thanks @snickler!

Release v0.72.0

In the v0.72 release cycle, we focused on stability and improvements.

Installer Hashes

Description Filename sha256 hash
Per user — x64 PowerToysUserSetup-0.72.0-x64.exe 9925894D797458C78A8C3DF6FE4BD748580638B01BB43680477763662915109A
Per user — ARM64 PowerToysUserSetup-0.72.0-arm64.exe 2E68139C22C56648E64514E4E8E0A0D12882F6CF30B48EB20ECC66B4CCDD5909
Machine wide — x64 PowerToysSetup-0.72.0-x64.exe 788EE4D828169F092737A739030B218CEFEC79583E42858BB8F9F036B701BE6F
Machine wide — ARM64 PowerToysSetup-0.72.0-arm64.exe 39C1D430A538B0F3D7869D39DF7F636A64AAFAD8DFB3C82059A97F4EBD3369C4

Highlights

  • Greatly reduced the PowerToys installed space by having utilities share the same installed path. When compared to 0.71, the 0.72 x64 machine installed version of PowerToys reduces the size reported in the Installed Apps screen from 1.15GB to 785 MB and the size in File Explorer properties for the installation folder from 3.10GB to 554 MB.
  • Value Generator — A new PowerToys Run plugin that generates hashes and GUID values. Thanks @IHorvalds!
  • Mouse Highlighter has a new feature to have a highlight always follow the mouse pointer. Thanks @hayatogh!
  • PowerRename was reworked to support a bigger number of files without crashing.

Known issues

  • Due to changing paths in the installation folder, the Mouse Without Borders service might be pointing to the wrong place. Users not running as admin will have to enable service mode again after install. A toast notification will appear if Mouse Without Borders is unable to start the service correctly.
  • File Explorer extensions changed paths might not be loaded correctly until File Explorer and Preview Host processes are restarted, so we advise restarting the computer when possible after updating PowerToys.

General

  • Shared dependencies between applications in order to greatly reduce the installed size.
  • Added missing icons and icon sizes. Thanks @niels9001!

FancyZones

  • Fixed an issue where FancyZones wouldn’t register a change to the «Switch between windows in the current zone» setting.
  • Added a Setting to enable the behavior of clicking the middle mouse button to toggle multiple zone spanning.

File Locksmith

  • Fixed a File Explorer crash when deleting a file, updating PowerToys and then trying to right-click the background of a folder in File Explorer.
  • UI tweaks. Thanks @Jay-o-Way!

File Explorer add-ons

  • Updated the Monaco dependency for Developer Files Preview, supporting new file extensions and fixing issues. Thanks @Aaron-Junker!

Hosts File Editor

  • Consolidated the way the Hosts application is launched. Thanks @davidegiacometti!
  • UI tweaks. Thanks @Jay-o-Way!

Installer

  • Refactored the Monaco dependency inclusion. What to install is now being generated automatically.
  • Removed hardlinks and simplified the installer files, now that many utilities use the same paths.

Mouse Highlighter

  • Added a feature so that a highlight follows the mouse even if no mouse button is being pressed. Thanks @hayatogh!

Mouse Pointer Crosshairs

  • Added a setting to hide the crosshairs when the mouse pointer is also hidden. Thanks @davidegiacometti!
  • Added a setting to select a fixed length for the crosshairs, which also spans across screens. Thanks @Epp-code!

Mouse Without Borders

  • Switched to a UWP mouse input API to fix mouse pointer lag issues that were reported.
  • A toast notification will appear when the service can’t be started and Mouse Without Borders will try to start in non-service mode instead.
  • Fixed a bug where the service path wouldn’t update to the new binary path when trying to re-enable service mode.
  • Fixed some grammar errors in the Mouse Without Borders user facing strings. Thanks @KhurramJalil!
  • Allow changing the shortcuts in the same way as other utilities and changed them to better defaults to avoid conflicting with Alt Gr+letter combos on international layouts.

Peek

  • Also benefits from the Monaco dependency update when peeking into files supported by the Developer Files Preview. Thanks @Aaron-Junker!
  • Fixed a flash on PowerToys starting due to the Peek window activating and hiding right away. Thanks @davidegiacometti!
  • Updated icon design. Thanks @niels9001!
  • Fixed flipped content issues on systems with RTL languages.

PowerRename

  • Reworked the UI and resource consumption to fix crashes and hangs when trying to rename a huge number of files.
  • Added the Mica background material and some UI tweaks. Thanks @niels9001!

PowerToys Run

  • New plugin: Value Generator — generates values like hashes and GUIDs. Thanks @IHorvalds!
  • The default input smoothing values were changed to the recommended values. Thanks @SamMercer172!
  • Fixed tab navigation issues when using Shift+Tab to go backwards. Thanks @davidegiacometti!
  • Fixed a crash caused by images not being found in the image cache due to racing conditions.
  • Fixed synchronization issues in the WindowWalker plugin. Thanks @davidegiacometti!
  • Fixed a synchronization crash when getting localized system paths.
  • The PowerToys plugin is now activated by default. Thanks @davidegiacometti!

Quick Accent

  • Added the («ḍ», U+1E0D) unicode character. Thanks @SamMercer172!
  • Fixed an issue causing the left and right keys being discarded even when Quick Accent didn’t activate.

Registry Preview

  • Fixed a bug causing DWORD values to not be shown correctly. Thanks @randyrants!
  • UI tweaks. Thanks @Jay-o-Way!

Runner

  • Show a warning asking the user to restart the computer after updating the PowerToys version.

Screen Ruler

  • UI tweaks. Thanks @Jay-o-Way!

Settings

  • Fix an unused Expander in the File Locksmith settings page.
  • Added an info box to better explain what the extended context menu is.

Development

  • Projects were restructured to allow sharing the same folder and dependencies and to avoid resource name conflicts.
  • Added scripts to CI to guard against applications having conflicting resources.
  • Added scripts to CI to guard against depending on different versions of the same dependency.
  • Test projects now build to a separate path.
  • Dependencies updated across the solution to ensure every project is using the same dependencies.

Release v0.71.0

In the v0.71 release cycle, we focused on stability and improvements.

Installer Hashes

Description Filename sha256 hash
Per user — x64 PowerToysUserSetup-0.71.0-x64.exe 4C6CCB3055E3838DA50FF529A670BAAD129570F4BFABF497B5D92259D3052794
Per user — ARM64 PowerToysUserSetup-0.71.0-arm64.exe 48633758DFBB99DE34BA2D3E3F294A60EF7E01015296D29A884251068B6FE3F6
Machine wide — x64 PowerToysSetup-0.71.0-x64.exe 44F092DFAC002536A27ABC701750D8C78FF30F8879768990BC4A0AFD0D5119F1
Machine wide — ARM64 PowerToysSetup-0.71.0-arm64.exe 283A67539EDA5D3AD88735C7B0150852ECB57D569BAC80396F942C60D6ACB33F

Highlights

  • Support previewing archive files with Peek. Thanks @davidegiacometti!
  • Fixed PT Run crash caused by missing App.Dark.png file.
  • Added setting to set Registry Preview as default app for opening .reg files. Thanks @randyrants!
  • Modernized Settings app title bar and styling (Mica background material) to be inline with Windows 11 guidelines. Thanks @niels9001!

General

  • Fixed infinite loop issue caused by global event not being reset. (This was a hotfix for 0.70)
  • Bump CommunityToolkit.Mvvm package version to 8.2.0. Thanks @davidegiacometti!
  • Fixed issue causing runner lag by moving check for updates and running bug report logic to the background thread.
  • Bump WinUIEx package version to 2.2. Thanks @niels9001!
  • Fixed issue causing Settings app crash when launching a second app process. Thanks @BLM16!
  • Fixed network errors when checking for updates on virtual machines.
  • Bump Microsoft.CodeAnalysis.NetAnalyzers package version to 7.0.3. Thanks @davidegiacometti!
  • Bump Microsoft.Windows.Compatibility package version to 7.0.3.
  • Bump System.Management package version to 7.0.2.
  • Fixed issue causing PowerToys to start with Below Normal priority on startup.

ColorPicker

  • Store color history in a separated file.

FancyZones

  • Added feature to use middle click to toggle multiple zones spanning. Thanks @BasitAli!
  • Fixed issue causing zoning not to happen until the cursor is moved.
  • Improved monitor identification logic to mitigate issues causing layout reset.
  • Fixed issue where default layout was applied instead of blank layout.

File Locksmith

  • Added setting to show only in extended context menu.

File Explorer add-ons

  • Developer files preview support for .vsconfig, .sln, .vcproj, .vbproj, .fsproj and .vcxproj files. (This was a hotfix for 0.70)
  • Developer files preview support .vbs, .inf, .gitconfig, .gitattributes and .editorconfig files. (This was a hotfix for 0.70) Thanks @Aaron-Junker!
  • Changed order of developer files preview` context menu items. Thanks @Aaron-Junker!
  • Developer files preview support for .gitignore files. (This was a hotfix for 0.70) Thanks @Aaron-Junker!
  • Fixed issue causing preview pane flickering on file selection and resizing. Thanks @tanchekwei!

Hosts

  • Improved UX by adding keyboard shortcuts. Thanks @davidegiacometti!
  • Added setting to select the file encoding. Thanks @davidegiacometti!
  • Fixed parsing of commented lines with an address and host in the middle of the comment. Thanks @davidegiacometti!
  • Fixed issue on adding first entry and improve empty hosts list UI. Thanks @davidegiacometti!
  • Added logic to handle more than 9 hosts per entry (Windows limitation) by splitting them into separate entries. Thanks @davidegiacometti!

ImageResizer

  • Added Enter key event handler when setting width/height of the new custom size.

Installer

  • Fixed PowerToys Plugin installation. (This was a hotfix for 0.70) Thanks @davidegiacometti!
  • Fixed issue causing missing Mouse Without Borders service after upgrade. (This was a hotfix for 0.70)
  • Removed unneeded PT Run registry entries.

Mouse Without Borders

  • Added Name2IP setting. (This was a hotfix for 0.70)
  • Fixed device layout issues. (This was a hotfix for 0.70)
  • Fixed hiding cursor at the top of the screen when «Hide mouse at the screen edge» is enabled. (This was a hotfix for 0.70)
  • Fixed issue that was preventing OS going to sleep mode. (This was a hotfix for 0.70)
  • Remove shortcut for deprecated VKMap functionality. (This was a hotfix for 0.70) Thanks @dtaylor84!
  • Make MWB work without service if service doesn’t start properly. (This was a hotfix for 0.70)
  • Fixed focus issue causing «Hide mouse at the screen edge» not to work properly. (This was a hotfix for 0.70)
  • Fixed issue causing app to hijack shortcut keys if they are only partially matched.

Peek

  • Consume Ctrl+Space shortcut only if Desktop or Shell are in the foreground. (This was a hotfix for 0.70)
  • Added feature to hide window with Esc key. (This was a hotfix for 0.70) Thanks @davidegiacometti!
  • Added a setting to always run not-elevated (enabled by default). (This was a hotfix for 0.70)
  • Support .vsconfig, .sln, .vcproj, .vbproj, .fsproj and .vcxproj files. (This was a hotfix for 0.70)
  • Fixed blinking issue while loading developer files. (This was a hotfix for 0.70)
  • Reset preview Source on Peek window close. (This was a hotfix for 0.70)
  • Center Peek window on File Explorer activated monitor. (This was a hotfix for 0.70) Thanks @SamChaps!
  • Fix previewing unsupported file types by using effective pixels. (This was a hotfix for 0.70) Thanks @SamChaps!
  • Support .vbs, .inf, .gitconfig, .gitattributes and .editorconfig files. (This was a hotfix for 0.70) Thanks @Aaron-Junker!
  • Fixed memory leak by clearing generated thumbnails. (This was a hotfix for 0.70)
  • Added setting to close on focus lost. (This was a hotfix for 0.70)
  • Fixed crash when triggering Peek with no files being selected. (This was a hotfix for 0.70)
  • Fixed setting Peek window as a foreground window. (This was a hotfix for 0.70)
  • Fixed race condition causing low quality preview to be displayed even if high quality preview is present. (This was a hotfix for 0.70)
  • Added support for .htm files.
  • Fixed issue where title bar button colors were not update on Windows theme change.
  • Added up/down arrow key item navigation. Thanks @DanWiseProgramming!
  • Improved UX by defining minimum window size and adding tooltips for shown text. Thanks @htcfreek!
  • Fixed crash on previewing internet shortcuts files.
  • Support previewing archive files. Thanks @davidegiacometti!

PowerToys Run

  • Fixed crash caused by non thread-safe Results update.
  • Fixed crash caused by missing App.Dark.png
  • Code cleanup and fixed possible crash caused by missing VS Code instance in VS Code plugin. Thanks @davidegiacometti!
  • Fix environment helper for nested environment variables. Thanks @htcfreek!

Quick Accent

  • Added multiplication and division signs. Thanks @ailintom!
  • Added opening exclamation mark to Catalan and Spanish language. Thanks @Aaron-Junker!
  • Added the section sign («§», U+00A7). Thanks @EikeJoo!
  • Added accent units and more additional signs. Thanks @WilkoLu!

Registry Preview

  • Added setting to set the app as default app for opening .reg files. Thanks @randyrants!
  • Merge settings to single folder.
  • Fixed issue of saving files without truncation. Thanks @qwerty472123!

Text Extractor

  • Various improvements and fixes. Thanks @TheJoeFin!

Settings

  • Styling fixes for Peek and Mouse Without Borders pages. (This was a hotfix for 0.70) Thanks @niels9001!
  • Fixed Mouse Without Borders machine connection status styling. (This was a hotfix for 0.70)
  • Improved Mouse Without Border page Uninstall service UX when it is inaccessible. (This was a hotfix for 0.70)
  • Updated File Explorer module screenshots and instructions to reflect the Windows 11 File Explorer. Thanks @infinitepower18!
  • Modernized the app title bar and styling (Mica background material) to be inline with Windows11 guidelines….

Release v0.70.1

This is a patch release to fix issues in v0.70.0 to fix some bugs we deemed important for stability based on incoming rates. See v0.70.0 for full release notes.

Warning: Service mode in Mouse Without Borders might be disabled after upgrading and will need to be activated again.

Installer Hashes

Description Filename sha256 hash
Per user — x64 PowerToysUserSetup-0.70.1-x64.exe B8FD209310B9847DA3AC35C2C5A89F99CE5EA91F456D9D3595DD2840D62A1AC1
Per user — ARM64 PowerToysUserSetup-0.70.1-arm64.exe 9F267B7AD91E5FAE86ED5050A08A24756CE3EA9875FFCFDE195F1F4F299F0933
Machine wide — x64 PowerToysSetup-0.70.1-x64.exe 1BE4760558765EF363E12126282F1E3340A8ADFF657C5C51714F7E096F86EE50
Machine wide — ARM64 PowerToysSetup-0.70.1-arm64.exe 5155EA186230876EF1DA6F49DC33E40D552B2BFFA0E03F66FBA71FBEB8713594

Highlights

  • #26142, #26439 and #26525 — UX improvements in the Peek and Mouse Without Borders settings pages.
  • #26152 — The new PowerToys Run plugin for opening other PowerToys was missing some files in the installer and should work properly now.
  • #26235 — Peek and Mouse Without Borders process crashes in event viewer should now be reported correctly on Bug Reports.
  • #26150 — The Peek shortcut is now only captured if the active window is the Desktop, Explorer or Peek.
  • #26192 — Users can now use the Settings to specify host name and IP correlation in Mouse Without Borders, to account for VPN scenarios.
  • #24047 — Fixed a cause for possible leaks and/or infinite cycles in C# utilities that use events.
  • #26137 — The Peek windows can be closed using the Escape key.
  • #26181 — Created a setting for Peek to always run not elevated, so that it handles files in network shares correctly.
  • #26318, #26373 and #26431 — Peek and dev file preview now support showing Visual Studio project common files and .ini compatible files.
  • #26419 — Fixed a blinking issue when loading code files in Peek.
  • #26160 — Fixed a playback notification that would stick when using Peek on video files.
  • #26243 — Peek now tries to appear on the same monitor as the File Explorer window that triggers it.
  • #26133 — Fixed small Peek UI on high DPIs.
  • #26361, #26162 and #26478 — Reduced Peek memory usage and possible leaks.
  • #26246 — Fixed Mouse Without Borders layout always resetting to one row after some time.
  • #26366 — Added a setting to close the Peek window after it loses focus.
  • #26338 — Fixed the mouse activating thumbnails on top of the screen when switching to another machine in Mouse Without Borders.
  • #26470 — Fixed a silent Peek crash when trying to open it from File Explorer with no files selected.
  • #26261 — Fixed an issue causing Mouse Without Borders to prevent other connected machines from going to sleep.
  • #26454 — Disabled a deprecated shortcut in Mouse Without Borders that was interfering with other software.
  • #26517 — Don’t remove the Mouse Without Borders service on upgrade. This issue will still affect users upgrading from 0.70.0 to a newer version, but it’s fixed going forward.
  • #26521 — When Mouse Without Borders detects the service doesn’t exist, it will still try to operate in the «no service» mode.
  • #26524 — Fixed a bug causing Mouse Without Borders to click a window on the current machine when switching to another machine.
  • #26259 — Added a winget-cli configuration file for PowerToys.

Release v0.70.0

In the v0.70 release cycle, we focused on new features, stability and improvements.

Installer Hashes

Description Filename sha256 hash
Per user — x64 PowerToysUserSetup-0.70.0-x64.exe A2C45CC2EA953FF07246C85C7E106A403EAA5ED51E7C777452238EE280C9F6EA
Per user — ARM64 PowerToysUserSetup-0.70.0-arm64.exe 2D9591A4752EFA7603C56EBDDC9CB4F70C5E938A4EF66ADC46B72FC60779E82C
Machine wide — x64 PowerToysSetup-0.70.0-x64.exe 2DBE97E599AA4ED5363F2A15D581113BBF13035FE503D9E9ED71650B1CEE7771
Machine wide — ARM64 PowerToysSetup-0.70.0-arm64.exe B0FA955D34C84F3FBF39335887F3BEB417A2094F7A06B9EEEB92B9A1000B258E

Highlights

  • New utility: Mouse Without Borders enables you to interact with other computers from the same keyboard and mouse and share clipboard and files between the machines. We’ve upgraded it to .NET 7 and made a few small adjustments to fit inside the PowerToys model. Thanks @truong2d and the rest of the contributors from the Microsoft Garage!
  • New utility: Peek is a utility that shows a quick preview of files selected in File Explorer when you press a shortcut (Ctrl+Space by default). Thanks @SamChaps!
  • Registry preview Quality of Life improvements. Thanks @randyrants!
  • Awake Quality of Life improvements. Thanks @dend!
  • Mouse Jump Quality of Life improvements. Thanks @mikeclayton!

General

  • New utility: Mouse Without Borders. Thanks @truong2d and other original contributors!
  • New utility: Peek. Thanks @SamChaps!
  • Fixed a bug causing saved settings to clear sometimes when upgrading PowerToys.
  • Font, icon and corner radius adjustments in the UI across utilities. Thanks @Jay-o-Way!

Awake

  • Update to command line output to match the arguments. Thanks @rpr69 for creating a PR to help fix this.
  • Fix crash happening when setting an expiration date on time zones with a negative offset relative to UTC (This was a hotfix for 0.69).
  • Fix missing logging file when installing (This was a hotfix for 0.69).
  • Upgraded Awake to a new version, with Quality of Life improvements and fixing many issues regarding Awake not resetting or not keeping the computer awake when expected. Thanks @dend!

FancyZones

  • Fixed accessibility issues on the Editor.

File Locksmith

  • Fixed tooltips having a transparent background (This was a hotfix for 0.69).

File Explorer add-ons

  • Add a Setting to select a background for the SVG Preview. Thanks @zanseb!

Installer

  • Added more utilities to terminate when installing to help prevent files that sometimes are leftover from uninstall.

Keyboard Manager

  • Fixed an issue causing mapping to media keys to type additional characters.

Measure Tool

  • Created a setting to specify the default measure tool. Thanks @zanseb!

Mouse Jump

  • Reduced dependency on WinForms utility classes. Thanks @mikeclayton!
  • Improved popup responsiveness. Thanks @mikeclayton!
  • Added a setting to set a custom sized window. Thanks @mikeclayton!
  • Added some shortcuts for screen navigation. Thanks @mikeclayton!

Peek

  • New utility: Peek. Thanks @SamChaps, who drove the effort! Many thanks for all the contributors who made it possible: @danielchau, @estebanm123, @Joanna-Zhou, @jth-ms, @miksalmon, @niels9001, @RobsonPontin, @sujessie, and @Sytta!

PowerToys Run

  • Add a plugin to start other PowerToys. Thanks @davidegiacometti!
  • Added code to the Shell plugin to use Windows Terminal. Currently accessible only through manipulating the settings file directly. Thanks @phoenix172!

Quick Accent

  • Added a missing character to the Welsh language.

Registry Preview

  • Specify minimum size / position values for the UI (This was a hotfix for 0.69). Thanks @randyrants!
  • Fixes in the UI command bar (This was a hotfix for 0.69). Thanks @randyrants!
  • Fix crash on opening a file picker when running elevated (This was a hotfix for 0.69). Thanks @randyrants!
  • Fixed tooltips having a transparent background (This was a hotfix for 0.69).
  • Fixed a file size limit typo. Thanks @idma88!
  • Improve hexadecimal value parsing. Thanks @randyrants!
  • Added a button to open the Registry Editor at a selected key. Thanks @randyrants!
  • Improve key and value parsing. Thanks @randyrants!
  • Better theme support for caption bar. Thanks @randyrants!
  • Fix an issue handling empty DWORD and QWORD values. Thanks @randyrants!

Settings

  • Update the What’s New screen to hide the installer hashes in the new format (This was a hotfix for 0.69).
  • Fix crashes happening when using the Shortcut Control (This was a hotfix for 0.69).
  • The Settings window now has a minimum width. Thanks @niels9001!
  • Prevent a second Settings instance from being opened on upgrade.
  • Fix accessibility issues on many pages. Thanks @niels9001!

Documentation

  • Fix a dead link in documentation that was pointing to the wrong settings specification. Thanks @zanseb!
  • Added some missing contributors to COMMUNITY.md

Development

  • Fixed the CI release pipelines hash generation (This was a hotfix for 0.69).
  • Added per-user installers to the winget package submission script.
  • Upgraded the Community Toolkit Labs dependency. Thanks @niels9001!
  • Fixed building with Visual Studio 17.6. Thanks @snickler!
  • Upgraded the WebView 2 dependency.
  • Upgraded the WinAppSDK dependency to 1.3.1.
  • Fixed a typo preventing the clean up script to run. Thanks @Sajad-Lx!
  • Fixed encoding on a test file to fix running tests in some configurations. Thanks @VisualBasist!
  • Made the GPO release assets come named with a version in the build CI output.

Release v0.69.1

This is a patch release to fix issues in v0.69.0 to fix some bugs we deemed important for stability based on incoming rates. See v0.69.0 for full release notes.

Installer Hashes

Per user — x64 Installer Hash — PowerToysUserSetup-0.69.1-x64.exe

662E4082A788DF808BFB34C8D922C8B15835632808CE8C93DB7E13D9F2B984BA

Per user — ARM64 Installer Hash — PowerToysUserSetup-0.69.1-arm64.exe

CBD35E2F0DCEF16E902C6F5110224618E0E272B8AFDBA3468F7AD32978603A51

Machine wide — x64 Installer Hash — PowerToysSetup-0.69.1-x64.exe

058A382779270FEFD262A55B573E0D6A8501771C7DC52F41993FC440B5DDE5FF

Machine wide — ARM64 Installer Hash — PowerToysSetup-0.69.1-arm64.exe

02A3AFA2BB90D46BDFF93E0A6E855751455BB831A31A93A6B05DB8F0B6893E57

Highlights

  • #25254 — Fixed an issue causing the Registry Preview window to adopt a size too big for the screen after opening a big file.
  • #25334 — Fixed a crash on the Settings application after selecting the new «Keep awake until experiation» option of Awake on timezones with a negative offset relative to UTC.
  • #25253 — Fix wrong menu and tooltip transparent background in Registry Preview.
  • #25273 — Add Ctrl+S and Shift+Ctrl+S as shortcuts for saving in Registry Preview.
  • #25284 — Fix Registry Preview icons on some systems.
  • #25252 — Hide the installer hashes of release notes in the What’s New page.
  • #25398 — Add code to avoid crashes due to the recent Shortcut Control changes.
  • #25250 — Fix a crash when trying to open or save a file when Registry Preview is running with administrative privileges.
  • #25395 — Fix command line functionality for Awake.

Release v0.69.0

In the v0.69 release cycle, we focused on new features, stability and improvements. Early notice for v0.70, we will be releasing it later in May 2023.

Installer Hashes

Per user — x64 Installer Hash — PowerToysUserSetup-0.69.0-x64.exe

D05FC31F137718516C1D792765AAFEC51551FC172064BC3EE170911E455053AC

Per user — ARM64 Installer Hash — PowerToysUserSetup-0.69.0-arm64.exe

0B113EAF17EEEA86299DEF7F73E7AF15A9CBFB8033C7F9218E33BDA276F37727

Machine wide — x64 Installer Hash — PowerToysSetup-0.69.0-x64.exe

ADE1E56DF8CC52839FBD9DB6A0BCF34E38B88AAA52544EEAD3C1BB023FDAF29A

Machine wide — ARM64 Installer Hash — PowerToysSetup-0.69.0-arm64.exe

CF13F75F93462BE68CA3E4C90B23F3828BBCAA44E7AA987503E73652DCB9FDF8

Highlights

  • New utility: Registry Preview is a utility to visualize and edit Windows Registry files. Thanks @randyrants!
  • Support per-user scope installation.
  • Awake: Quality-of-life improvements and introduced keeping system awake until expiration time and date. Thanks @dend!
  • PowerToys Run: Fix crashing issue caused by thumbnail image loading.

General

  • New utility: Registry Preview. Thanks @randyrants!
  • Fix issue causing folders to not be removed on uninstall.
  • Support per-user scope installation.
    • Companies can control this using the new GPO.

Awake

  • Quality-of-life improvements and introduced keeping system awake until expiration time and date. Thanks @dend!

Color Picker

  • Fix issue sampling timing and grid issue causing Color Picker to sample the color of its own grid. Thanks @IHorvalds!

FancyZones

  • Fix window cycling on multiple monitors issue.

File Locksmith

  • Add context menu icon. Thanks @htcfreek!

Mouse Utils

  • Mouse Jump — Simulate mouse input event on mouse jump in addition to cursor move.
  • Mouse Jump — Improve performance of screenshot generation. Thanks @mikeclayton!

Paste as Plain Text

  • Support Ctrl+V as activation shortcut. (This was a hotfix for 0.67)
  • Repress modifier keys after plain paste. (This was a hotfix for 0.67) Thanks @UnderKoen!
  • Set default shortcut to Ctrl+Win+Alt+V. (This was a hotfix for 0.67)
  • Update icons. Thanks @niels9001!

PowerRename

  • Show PowerRename in directory background context menu.
  • Fix the crash on clicking Select/UnselectAll checkbox while showing only files to be renamed.
  • Improve performance on populating Renamed items when many items are being renamed.

PowerToys Run

  • Add setting to disable thumbnails generation for files. (This was a hotfix for 0.67)
  • Calculator plugin — handle implied multiplication expressions. Thanks @jjavierdguezas!
  • Fix Calculator plugin unit tests to respect decimal separator locale. Thanks @davidegiacometti!
  • Fix crashing caused by thumbnail image loading.
  • Date & Time plugin — Add filename-compatible date & time format. Thanks @Picazsoo!
  • Improved the error message shown on plugin loading error. Thanks @htcfreek!

Quick Accent

  • Fix existing and add missing Hebrew and Pinyin characters. Thanks @stevenlele!

Registry Preview

  • Added a new utility: Registry Preview.
  • Thanks @htcfreek! for the help shipping this utility!
  • Thanks @niels9001 for the help on the UI!

Video Conference Mute

  • Add toolbar DPI scaling support.
  • Fix selecting overlay image when Settings app is running elevated.
  • Add push-to-talk (and push-to-reverse) feature. Thanks @pajawojciech!

Settings

  • Fix Experiment bitmap icon rendering on theme change and bump CommunityToolkit.Labs.WinUI.SettingsControls package version. Thanks @niels9001!
  • Video Conference Mute page improvements. Thanks @Jay-o-Way!
  • Add warning that PowerToys Run might get no focus if «Use centralized keyboard hook» settings is enabled. Thanks @Aaron-Junker!
  • Fix ShortcutControl issues related to keyboard input focus, theme change and missing error badge when invalid key is pressed. Thanks @htcfreek!
  • Add warning when Ctrl+V and Ctrl+Shift+V is used as an activation shortcut for Paste as Plain Text. Thanks @htcfreek!

Documentation

  • Update CONTRIBUTING.md with information about localization issues. Thanks @Aaron-Junker!
  • Remove localization from URLs. Thanks @Jay-o-Way!
  • Add dev docs for tools. Thanks @Aaron-Junker!

Development

  • Ignore spellcheck for MouseJumpUI/MainForm.resx file. (This was a hotfix for 0.67)
  • Optimize versionAndSignCheck.ps1 script. Thanks @snickler!
  • Upgraded NetAnalyzers to 7.0.1. Thanks @davidegiacometti!
  • Move all DLL imports in Settings project to NativeMethods.cs file.
  • Fix FancyZones tools build issues. Thanks @Aaron-Junker!
  • Centralize Logger used in C# projects. Thanks @Aaron-Junker!
  • Add missing project references. Thanks @ACGNnsj!

Release v0.68.1

This is a patch release to fix issues in v.068.0 to fix some bugs we deemed important for stability based on incoming rates. See v0.68.0 for full release notes.

  • #24446 — Support Ctrl+V as activation shortcut for Paste As Plain Text, as requested by some users. Warning: Overriding a default system shortcut might have unintended consequences.
  • #24437 — Paste As Plain Text — Support pasting multiple times as Ctrl+V does (on pressing activation key while holding modification keys)
  • #24491 — Set Paste As Plain Text default shortcut to Ctrl+Win+Alt+V to avoid conflicting with new Windows volume mixer shortcut.
  • #24600 — Add PowerToys Run setting to disable thumbnails generation for files in order to narrow down the root cause of the crash.

Installer Hashes

x64 Installer Hash

ECBEED67EFA864E558403F719B7FFD6F0192E77C36579B2FF9C2A0B6DD305752

ARM64 Installer Hash

3F568BF24E78D855B529D25CAB510A2589B8371D76B5BE3BCEBBD4C7B9043D99

Корпорация Microsoft создает не только Windows и офисный пакет, но и наборы полезных утилит. Знакомьтесь, бесплатный пакет PowerToys для Windows 10 и 11 x64. Он включает в себя набор различных утилит для гибкой настройки и повышения удобства использования операционной системы. Вот основные из них.

Always on Top

Позволяет закрепить отдельные окна поверх других с помощью сочетания клавиш Win-Ctrl-T, чтобы не потерять важное окно при работе с массой других открытых приложений или их копий.

PowerToys Awake

Во время выполнения сложных и длительных задач иногда требуется запретить компьютеру переходить в режим сна. Обычно для этого необходимо каждый раз менять настройки электропитания, чтобы запретить системе уходить в сон. Но с помощью PowerToys Awake все это делается в разы быстрее и проще.

Палитра

Палитра поможет подбирать цвета на экране. Просто наводите курсор в нужное место и получаете код цвета. Все как в графических редакторах, только в самой системе. Активируется инструмент сочетанием клавиш Win-Shift-C.

PowerRename

Инструмент для гибкого массового переименования файлов в Проводнике. Как вы наверняка знаете, Windows позволяет переименовать несколько файлов по одному шаблону. И конечный вариант будет выглядеть примерно так:

Filename.ext
Filename (2).ext
Filename (3).ext
Filename (4).ext

PowerRename же позволит произвести переименование более гибко. Работает он по принципу «Поиска и замены». Вы вводите текст, который надо найти в списке файлов, и указываете на что его заменить.

Image Resizer

Инструмент для массового изменения размера изображений прямо в Проводнике.

Вы просто выделяете файлы и выбираете размер, в который их преобразовать. Все достаточно просто.

В настройках можно задать сразу несколько шаблонных вариантов: Small, Medium, Large, Phone. Вы можете переименовать их и задать собственные значения, а также добавить новые.

PowerToys Run

Инструмент для поиска и запуска приложений и документов на рабочем столе. Нажмите Alt + Пробел и в центре рабочего стола появится большое поле для ввода поискового запроса. Начинаете вводить текст и ниже сразу можете увидеть результаты по уже введенному фрагменту.

По большому счету, отличается от штатного аналога в меню Пуск лишь визуально. Штатный инструмент показывает результаты прямо в меню Пуск, а этот в центре рабочего стола.

Fancy Zones

Позволяет распределять окна по различным зонам на мониторе. Изначально вы выбираете шаблон разделения (сами зоны и их положение), а затем можете распределять в них окна для более удобной работы.

Это может быть полезно для пользователей с большими мониторами, которые работают со множеством окон одновременно, кому мало штатного механизма распределения окон по экрану через клавиши Win + ←|↑|→|↓.

Shortcut Guide

Помимо мышки, Windows можно управлять и с помощью клавиатуры. Вы наверняка читали нашу статью про горячие клавиши с использованием кнопки Win.

Чтобы инструкция была всегда под рукой, активируйте Shortcut Guide, а затем нажмите и удерживайте клавишу Win. Откроется памятка, которая поможет быстро вспомнить нужную комбинацию.

Keyboard Manager

Один из самых спорных инструментов в PowerToys, который сможет программно поменять местами клавиши на вашей клавиатуре.

Зачем это надо я, признаться, не знаю. Возможно, я что-то упустил. Расскажите в комментариях, если у вас есть реальный кейс по использованию такого инструмента.

File Explorer Preview

Дополнение для Проводника, которое позволит просматривать содержимое файлов SVG и MD при включенной панели предварительного просмотра («Область просмотра» на панели «Вид»).

# # #

Всего набор PowerToys включает массу полезных инструментов и может быть полезным как рядовым пользователям, так и разработчикам, дизайнерам и геймерам. При этом состав функций время от времени пополняется новыми, интересными возможностями. С полным списком можно ознакомиться на официальном сайте.

PowerToys FancyZones is the window manager you want to use to cleverly and effortlessly manage your windows on your PC. Intuitive and quickly configurable, you will handle all your windows in seconds and nitro-boost your workflows.

What is PowerToys FancyZones?

PowerToys FancyZones is a tool part of the Microsoft PowerToys suite. It is a powerful window manager that lets you define your own window layouts so that you can dynamically place and move around all your different windows effortlessly on the same screen. As it is configurable, it is a true asset to boost your workflow and make your life easier.

What are the key features of PowerToys FancyZones?

  • Window management: Working with a window manager is practical as you can easily place your windows where you want and quickly consult several sources of information simultaneously.
  • Layout Editor: The Layout Editor allows you to choose the window layout you want to use. You can easily use one of the many layout Templates provided by default but also create your custom ones.
© PowerToys FancyZones
  • Window snapping: As you have chosen your layout, you can snap any window to one or multiple zones using your mouse or your keyboard and dynamically adjust the position of the different windows. That’s pretty handy for changing and adapting your workflow seamlessly.
  • Window switching: When two or more windows are snapped in the same zone, you can cycle between the snapped windows in that zone using a dedicated shortcut and navigate like a pro without using your mouse. If you’re not used to that feature, you will be amazed at how life-changing it can be.
© PowerToys FancyZones

How to use PowerToys FancyZones?

  1. Once you have installed the PowerToys EXE file we provide, you can open the PowerToys Settings window by double-clicking its System Tray icon. Next, select the entry for FancyZones and ensure it is enabled.
  2. You can modify the activation shortcut (by default, it is Windows key+Shift+F), launch the layout Editor, and tweak settings related to zones.
  3. Open the Layout Editor, and either select the layout you want to use or create a new one. If you reduce the size of the Editor and click on a layout, you will see the currently selected layout displayed behind. To activate a given layout, double-click on it. When you’re done, close or minimize the Layout Editor.
  4. If you want to tweak a layout, click the pencil icon for this layout and edit the number of zones, the highlight distance, the space around zones, and the zone positions.
  5. Go to a window you want to add to the current layout, press the Shift key, and drag the window by its title bar into one of the zones to make it fit into place. Repeat the process with the other windows until you’re satisfied.
  6. If you want to expand a window to multiple zones, you can use Win+Ctrl+Alt+[Arrows], but you must first set Override Windows Snap to Enabled in the FancyZones settings and select Move windows based on: Relative position.
  7. To cycle between different windows snapped in the same zone, use Win+PgUp/PgDn.

Is it free?

PowerToys FancyZones is free to use.

Is it safe?

PowerToys FancyZones is safe. It is an open-source solution powered by Microsoft.

Powertoys is Microsoft’s latest project that seeks to add some juice and flair to the Windows Desktop Experience. It ships with a suite of nifty utilities tailored to enhance productivity and spice up the desktop user experience for Windows 10 users. The release includes FancyZones, a swanky  Windows tiling manager and its shortcut key guide.

FancyZones makes it possible for users to create fancy Windows layouts and neatly align windows into the layouts.  The PowerToys project is hosted by Microsoft on GitHub and you can download the latest release on its GitHub page Be sure to download the .msi installer and run it.

To fix various Windows 10/11 problems, we recommend Outbyte PC Repair:
This software will repair common computer errors, protect you from file loss, malware damage, hardware failure, and optimise your computer for peak performance. In three simple steps, you can resolve PC issues and remove virus damage:

  1. Download Outbyte PC Repair Software
  2. Click Start Scan to detect Windows 10/11 issues that may be causing PC issues.
  3. Click Repair All to fix issues with your computer’s security and performance.
    This month, Outbyte has been downloaded by 23,167 readers.

PowerToys FancyZones Installation

Prerequisites

Before installing PowerToys, ensure you have the following set of prerequisites:

  1. Windows 10 1803 64-bit with build 10.0.17134.0 or higher.
  2. Windows SDK 10.0.18362.0 or higher
  3. Visual Studio 2019 community or later alongside Desktop development with C++

 Let’s now dive in and get started with FancyZone’s features.

Getting started with FancyZones

Once you have installed FancyZones, be sure to locate the PowerToys icon in the system tray as shown.

PowerToys FancyZone Quick Launch

Proceed and double-click the icon to launch the ‘Settings‘ panel. A list of possible modules will be displayed. Feel free to enable the modules you want but be sure to turn on FancyZones’ toggle button. Next, head out and click on the ‘FancyZones’ option on the left-hand menu just below ‘General Settings‘.

PowerToys General Settings

Configuring your Windows layout

In the FancyZones tab, click on the ‘Edit zones‘ button as shown below.

Configuring FancyZones

Selecting the Layout

This opens the  ‘Choose your layout‘ Window that allows you to select your most preferred window layout. There are five default templates Focus, Columns, Rows, Grid, and Priority Grid. You can increase or decrease the zones in the templates with the help of the Plus/Minus buttons.

At the bottom, you can choose to display some space around the zones by checking on the ‘Show space around zones‘ checkbox. You can also increase or decrease the space by using the number box of Space around zones. Once you are done, click on the ‘Apply’ button. 

Configuring FancyZones Templates

Using the FancyZones

At this point, you are now good to go. To move an application into a zone, simply click and drag the application’s title bar and press the SHIFT key to display the zones you can drag it into. Drop the Window into the zone and it will automatically be resized to fill up the region.

Configuring FancyZones 2

Editing the Templates or Editing the Custom Zones

You can edit the template or layout by selecting the template and clicking on Edit selected layout. Similarly, if you want to add custom layout then you can click on the Custom tab, select the Create new custom and then click on Edit selected layout. Now you can manually edit the layout or create your own custom layouts.

Create Custom Layout

While editing a template you get a line to create a partition in the zones. Press the Shift button to change between horizontal or vertical lines and click to create partition. You can adjust the area or zones using the = buttons.

Configuring FancyZones Templates 1

While creating custom layouts click on Add new zone to add more zones in your layout. You can remove them by clicking on the cross icons. Also, you can increase or decrease their size by dragging the borders. Don’t forget to click on Save and apply.

Editing Custom Zones

FancyZones settings

In the FancyZones settings, you will find a list of configuration options, most of which are self-explanatory. Of importance is the ‘Override Windows Snap hotkeys‘ that allow FancyZones to entirely take the place of  Windows 10’s Snap functionality. Turning on this feature implies that the hotkey combination of  Windows Key + Cursor right will be disabled and will not allow windows to snap into half of your desktop monitor. Instead, this will move the windows into the newly created FancyZones regions.

The other option is the ‘Move newly created windows to their last known zone‘. This makes the windows ‘remember’ the region they were last in. For instance, if Outlook is above Skype, then enabling this option implies that you wouldn’t need to drag these applications into their zones every time they are launched. Cool stuff right?

FancyZone Settings

The Takeaway

Wrapping up, the PowerToys is still in its nascent stage but promises to add more features and developments in subsequent releases.

Margaret

Hey, this is Margaret, a Windows Systems Administrator who’s in love with everything about tech.

Мало кто знает о том, что Microsoft давно ведет активную деятельность в разработке open-source программного обеспечения и поддерживает связь с разработчиками на GitHub. Одним из результатов этой совместной работы стал набор полезных бесплатных утилит Microsoft PowerToys, рассчитанных на опытных пользователей ПК.

Первый выпуск утилит Microsoft PowerToys предназначался еще для Windows 95, и получил огромную популярность, на волне которой Microsoft выпустила дополнение под названием «Windows 95 Kernel Toys». Следующий выпуск утилит вышел только в 2004 году под названием «PowerToys для Windows XP», а дальше был еще один период длительного затишья и следующий выпуск, уже для Windows 10, вышел только в 2019 году.

Этот выпуск утилит Microsoft PowerToys продолжает поддерживаться и развиваться, получает новые утилиты и был адаптирован для ОС Windows 11 и именно его мы сегодня рассмотрим. Стоит отметить тот факт, что многие утилиты из этого набора давно имеют аналоги на Mac OS, и Microsoft PowerToys будет подарком для пользователей, работающих и на Mac OS, и на Windows. 

Как скачать Microsoft PowerToys?

Если вы используете Windows 11, то можете установить Microsoft PowerToys прямо из магазина приложений Microsoft Store. Второй способ получения утилит, который подходит для Windows 10 — скачать их с сайта GitHub, выбрав в разделе Assets актуальный на 5 марта 2023 года установочный файл PowerToysSetup-0.68.0-x64.exe, который весит всего 169 МБ.

Запуск

После очень быстрой установки и запуска мы видим основное окно Microsoft PowerToys со списком утилит. А нажав кнопку «Открыть параметры» мы попадаем в окно настроек, в котором видно версию набора, можно выбрать возможность обновления, тему, возможность запуска от Администратора и сохранение параметров утилит.

И теперь можно познакомиться с утилитами из набора подробнее.

Поверх других окон

Инструмент позволяет закрепить окно нужной программы поверх всех окон нажатием горячих клавиш.

Awake

Инструмент не дает компьютеру уйти в сон или отключить монитор, игнорируя настройки энергосбережения.

Цветоподборщик

Полезный инструмент для веб-мастеров, определяющий цвет любого элемента на экране по нажатию горячих клавиш.

Fancy Zones

Инструмент размещает окна приложений в отдельных зонах, которые можно настроить. Отличное решение для сверхшироких мониторов.

File Locksmith

Инструмент File Locksmith добавляет в контекстное меню файла возможность определения того, каким процессом занят файл.

Надстройки для проводника

Инструмент добавляет возможность видеть в Проводнике превью файлов следующих типов: SVG icons (*.svg), Markdown files (*.md), Source code files (*.cs, *.cpp, *.rs), PDF files (*.pdf), G-code files (*.gcode), STL files (*.stl).

Hosts File Editor

Редактор, дающий простой доступ к файлу hosts.

Изменение размера изображений

Один из самых полезных инструментов Microsoft PowerToys дает возможность изменение размера изображений прямо в проводнике в несколько кликов.

Диспетчер клавиатуры

Диспетчер позволяет кардинально переназначить работу клавиш клавиатуры, например, при нажатии на клавишу Scroll Lock будет запускаться сочетание клавиш Win+PrtSc для создания скриншота и его автоматического сохранения в папку «Изображения».

Служебные программы мыши

Утилиты для мыши позволят быстро найти ее курсор, выделить его подсветкой, перекрестием или совершать прыжок курсора на большие расстояния. При нажатии сочетания клавиш PowerToys отображает скриншот всего экрана в небольшом формате, щелчок по любому месту скриншота перемещает мышь в это место. Незаменимая вещь для проведения презентаций, работе с большим количеством мониторов или записи обучающих видео.

Вставить как обычный текст

Windows копирует выделенные участки текста с форматированием, что не всегда нужно. Инструмент позволяет вставлять текст без форматирования в нужных местах.

PowerRename

Удобный инструмент для переименования множества файлов и папок по заданным параметрам.

PowerToys Run

Мощная утилита, пришедшая в Windows с Mac OS. Нажимая Alt + Space в любом месте экрана, вы получите строку, которая позволяет выполнять множество функций: искать и запускать программы, выполнять математические вычисления, производить конвертацию данных, запускать веб адрес, искать информации в интернете, переходить в нужную директорию и многое другое

Quick Accent

Инструмент облегчает набор текста с диакритическими символами, которые используются в некоторых языках, например, если вам нужно напечатать „à“, зажмите „а“, не отпуская клавишу, нажмите «пробел» и выберите нужный символ.

Линейка экрана

Еще один полезный инструмент для веб-мастеров, нажмите Win + Shift + M и измерьте расстояние между точками на экране или размеры выделенной области.

Подсказки по сочетаниям клавиш

Инструмент дает подсказку по горячим клавишам в системе, количество которых заметно увеличивается с установкой Microsoft PowerToys.

Text Extractor

Инструмент Text Extractor распознает текст на любом изображении, в окнах или в меню Windows по нажатию Win+Shift+T, и которой потом можно вставить в любой текстовый редактор.

Отключение звука видеоконференции

Многие из нас теперь работают «на удаленке» и в таком режиме требуется часто общаться по видеосвязи. Инструмент «Отключение звука видеоконференции» позволяет быстро отключать и включать вашу камеру и микрофон.

Итоги

Как видите, набор Microsoft PowerToys может предложить удобные инструменты практически для любого пользователя и неплохо было бы, если бы Microsoft внедрила эти инструменты в Windows 10 и Windows 11 по умолчанию.

Большинство инструментов Microsoft PowerToys запускается с помощью горячих клавиш, и для этого нужна удобная и стабильно работающая клавиатура. Мы часто забываем про нее, и ищем замену только тогда, когда отдельные клавиши полностью выходят из строя, однако стоит менять клавиатуру уже при первых признаках сбоя набора текста или некорректного нажатия клавиш. Новая модель стоит совсем недорого, в Ситилинке самыми популярными моделями стали Oklick 130M, Oklick 717G BLACK DEATH и A4TECH KV-300H.


Пишите в комментарии, а вы пользовались утилитами из набора Microsoft PowerToys?

рекомендации

4070 MSI по старой цене дешевле Palit

13900K в Регарде дешевле чем при курсе 60

Ищем PHP-программиста для апгрейда конфы

Блоги автора Zystax обо всем, что связано с компьютерами, Windows и играми. 

  • Far cry 2 не запускается на windows 10 x64
  • Fancontroller скачать для acer windows 10
  • Fan speed settings windows 10
  • Fan expert asus windows 10
  • Family link скачать для windows