[go-nuts] Re: Golang Issue reading/writing Windows Defender Registry

2019-11-23 Thread JuciÊ Andrade
If you have Delve installed it allows you to execute step-by-step inside Go library code. Then you will know exactly what happens and will have access to the Windows error code. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe fro

[go-nuts] Re: Golang Issue reading/writing Windows Defender Registry

2019-11-22 Thread Kyhle Ohlinger
I really don't know, I'm currently using: OS Name: Microsoft Windows 10 Enterprise OS Version:10.0.18362 N/A Build 18362 On Friday, November 22, 2019 at 9:50:17 PM UTC+4, JuciÊ Andrade wrote: > > Microsoft Windows [Version 10.0.18362.476] > -- You received thi

[go-nuts] Re: Golang Issue reading/writing Windows Defender Registry

2019-11-22 Thread JuciÊ Andrade
Microsoft Windows [Version 10.0.18362.476] -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on th

[go-nuts] Re: Golang Issue reading/writing Windows Defender Registry

2019-11-22 Thread JuciÊ Andrade
Hi, Kyhle. I don't know if that is good news for you, but in my computer your Go code works exactly as you expect. Output: Value: C:\ProgramData\Microsoft\Windows Defender\platform\4.18.1909.6-0 $ go version go version go1.13.4 windows/amd64 -- You received this message because you are sub