Microsoft PowerToys v. Update: Adds new features and bug fixes

Microsoft PowerToys is a collection of open source software that provides useful tools for Windows users. The latest version of PowerToys (v.) has been updated with some brand new features and fixes for some known bugs. This article details these updates and provides corresponding source code examples.

  1. new function:

1.1 File Explorer Enhancements:

  • A new "Quick Actions" panel has been added to File Explorer to make it easier for users to perform common file operations such as copy, move, rename, etc. Here is a sample code that demonstrates how to add a quick action panel in File Explorer:
using System;
using System.Diagnostics;
using Microsoft.PowerToys.Run.Plugin.

Guess you like

Origin blog.csdn.net/2301_79326930/article/details/133541810