You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reg.present can take strings as input for REG_DWORD values, however the state then does not detect if the value is already set correctly, see saltstack/salt#55284
@flassman Thanks for your feature request. As I am lacking the windows
knowledge, what range values can `vdata` be?
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#110 (comment)
--
Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet.
reg.present can take strings as input for REG_DWORD values, however the state then does not detect if the value is already set correctly, see saltstack/salt#55284
so to be in the safe side, the REG_DWORD should be used with integers in vdata like this:
The text was updated successfully, but these errors were encountered: