Ignacio

Results 1 comments of Ignacio

In Module1.vb i change this: ![image](https://user-images.githubusercontent.com/42973262/98496317-2e899b00-2220-11eb-9071-2a6ba5d8ce31.png) to this: ![image](https://user-images.githubusercontent.com/42973262/98496294-1a459e00-2220-11eb-9009-8b34ba01af44.png) and works for me ` If Not Is64Bit Then If (target.Contains("x86")) Then target = target.Replace(" (x86)", "") End If End If...