Closed zdat closed 3 years ago
Apparently RegistryKey.SetValue
expects signed integers for DWord
values, so trying to write values larger than Int32.MaxValue
(231 - 1) produces the error you received. I added a workaround in https://github.com/Fleex255/PolicyPlus/commit/e9611602d9a2d6b48426910ce8b1c1e2a85a4002. Please try the updated dev build to see if this fixes the problem.
It worked. Thank you for the very quick fixes on both of my issues. Wont leave you hanging this time... :D
The error I receive is:
I receive this error after going to File > Save Policies.
Have been using this program over the past couple of months and everything has been working fine but after doing some tweaking today I received this. Could this be related to a specific policy I changed?