An open API service indexing awesome lists of open source software.

https://github.com/0x5bfa/shcnrsample

A proof of concept of SHChangeNotifyRegister accessibility in WinUI
https://github.com/0x5bfa/shcnrsample

Last synced: 4 months ago
JSON representation

A proof of concept of SHChangeNotifyRegister accessibility in WinUI

Awesome Lists containing this project

README

          

SHChangeNotifyRegister Sample in WinUI


A modern WinUI 3 tool for Windows 10/11 that lets you observe changes in folders.

## Usage

1. prerequisites
- Windows 10 (Build 10.0.17763.0) onwards and Windws 11
- Visual Studio 2022 with `slnx` enabled
- .NET 9 SDK
2. Clone the repo
```console
git clone https://github.com/0x5bfa/SHCNRSample.git
```
3. Open `SHCNRSample.slnx`
4. Build the solution