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
- Host: GitHub
- URL: https://github.com/0x5bfa/shcnrsample
- Owner: 0x5bfa
- License: mit
- Created: 2025-08-25T04:49:13.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-08-26T02:03:12.000Z (5 months ago)
- Last Synced: 2025-08-26T03:44:17.658Z (5 months ago)
- Language: C#
- Size: 20.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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