PowerShell / DSC

This repo is for the DSC v3 project
MIT License
133 stars 22 forks source link

Rewrite registry resource to support delete operation #379

Closed SteveL-MSFT closed 3 months ago

SteveL-MSFT commented 3 months ago

PR Summary

PR Context

Fix https://github.com/PowerShell/DSC/issues/283 Partially address https://github.com/PowerShell/DSC/issues/290

SteveL-MSFT commented 3 months ago

283 was probably due to the old resource using libraries that called the NT APIs using lots of unsafe code that wasn't written correctly.