[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 from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/57a7af69-96a8-4cee-b1cc-600e17be9126%40googlegroups.com.


[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 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 the web visit 
https://groups.google.com/d/msgid/golang-nuts/3e57c1ff-53f7-4002-8dc4-b0824564b535%40googlegroups.com.


[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 the web visit 
https://groups.google.com/d/msgid/golang-nuts/8f29449f-7d38-4411-a201-d4a4427cc1e1%40googlegroups.com.


[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 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 the web visit 
https://groups.google.com/d/msgid/golang-nuts/db72724d-482e-4d44-9f10-c0de2f55d02d%40googlegroups.com.