Memory of hard drive info not showing windows xp pro
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
i believe i have correct line.
otal Memory (MB): X wmic computersystem get totalphysicalmemory | tail -2 | head -1 | awk '{print $1 / (1024 * 1024)}'
Sorry, should have said, "Memory and hard drive info not showing in wall paper screen. I'm using windows xp pro
Hello,
Try the command: wmic computersystem get totalphysicalmemory | tail -2 | head -1 | awk '{print $1 / (1024 * 1024)}'
Inside your bginfo4x linux shell.
Regards.
Memory of hard drive info not showing windows xp pro
i believe i have correct line.
otal Memory (MB): X wmic computersystem get totalphysicalmemory | tail -2 | head -1 | awk '{print $1 / (1024 * 1024)}'
Sorry, should have said, "Memory and hard drive info not showing in wall paper screen. I'm using windows xp pro
Hello,
Try the command:
wmic computersystem get totalphysicalmemory | tail -2 | head -1 | awk '{print $1 / (1024 * 1024)}'
Inside your bginfo4x linux shell.
Regards.