View Single Post
  #2  
Old 19-05-2020, 15:47
Cesar82's Avatar
Cesar82 Cesar82 is online now
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by Gupta View Post
bro just use wmi, you'll require class - win32_VideoController property - AdapterRAM

or if you want to play lazy, you can just parse the output of this
Code:
wmic path win32_VideoController get AdapterRAM
Does not work for video cards over 4 GB look at win32_VideoController
uint32 AdapterRAM;
uint32 = unsigned integer 32 bits = 2^32 = 4294967296 bytes = 4 GB
Reply With Quote
The Following 2 Users Say Thank You to Cesar82 For This Useful Post:
BLACKFIRE69 (19-05-2020), Razor12911 (20-05-2020)