What's Changed
- Updated the Temp folder path detection by using a more robust and secure method that doesn't rely on pattern matching when the path is long and has spaces. Fixed this issue #123 - Thanks @drazenmilovanovic
- Improved the ASR rule detection by using cmdlet instead of registry/group policy, this checks the effective state of the ASR rules even if you didn't use the
Protect-WindowsSecuritycmdlet to apply them, Fixing this issue: #121 - Thanks @mbcomptech