Explore tweets tagged as #Win32_VideoController
@guerilla7
Ron
7 years
On Windows, you can get your video card model via Command Prompt using "wmic path win32_VideoController get name" command, minus the quotes of course,
Tweet media one
0
0
0
@SasStu
Sascha Stumpler 💻 (@[email protected])
7 years
Tweet media one
0
0
0
@m_deuce
Mike Martin
2 years
4. Get graphics card details:. Get-CimInstance -ClassName Win32_VideoController | Select-Object Name, DriverVersion, VideoModeDescription
Tweet media one
1
0
0
@joe4security
Joe Security
4 years
Here is a new #evasive JS #dropper checking the video card RAM size via WMI Win32_VideoController.adapterRAM to evade #sandboxes. There are many more checks including disk, CPU cores, number of processors, languages etc.
Tweet media one
0
7
11
@larsiusprime
Lars Doucet
11 years
4) "wmic PATH Win32_VideoController get name /Value <nul" .5) "wmic PATH Win32_VideoController get driverversion /Value <nul".
1
0
0
@foster_spar
پارسا داداشِ آنیسا 𖣘྿𓄂ꪴꪰ𓆃
4 years
wmic.wmic cpu.wmic cpu list brief.wmic cpu list full.wmic bios list full.wmic baseboard list full.wmic Memorychip list full.wmic diskdrive list full.wmic path win32_videocontroller get name.wmic os list brief.wmic /?.
1
1
3
@coexe
ɔ
13 years
@Amboinensis あーWin32_VideoControllerのWMI Queryに失敗して画面解像度が縦横ともに0ドットになってる感じですね。とりあえず解像度取得できなかったらウィンドウ座標はOSに任せるように修正しときます。 http://t.co/ZA4SjoQ5.
3
0
0
@Freshest_Doug
Doug Fresh
9 years
@Barnacules powershell config is Get-WmiObject win32_videocontroller if anyone is curious.
0
0
1
@meteo3
人生コメットさん☆
12 years
WMIのWin32_VideoControllerにボードベンダの情報無いの…?。ボードベンダはどこで調べればいいんだ?.
0
0
0
@sisterloli
D.McCarthy
7 years
"wmic path win32_videocontroller get adapterram".Gives total video ram but not total free. I want begw to read total free video ram. I was wondering why nms slows down after a hour to an hour and a half of play. Begw said I had plenty of normal ram free.
0
0
0
@erikbra
Erik Brandstadmoen
9 years
<3: $display = Get-WmiObject "Win32_VideoController"; "$($display.CurrentHorizontalResolution)x$($display.CurrentVerticalResolution)".
0
0
0
@coexe
ɔ
13 years
@tadsan ひとまず動いたとのことでほっとしました。safemodeではエラーが出ないということは、GUIを画面中央に出すための画面の解像度取得(Win32_VideoControllerへのクエリ)で何らかのエラーが起きている可能性が高そうです.
1
0
0
@henrikj72
Hᴀɴᴋᴏ
8 years
@Cornubot CMD.wmic path win32_VideoController get name.
0
0
1
@Kenshin9977
Kenshin9977
7 years
Quelqu'un avec un laptop et une GTX 1050, 1050 Ti, 1060, 1070, 1080 ou 1080 Ti pourrait me donner une info ?.C'est pour un programme que je développe. J'ai juste besoin du retour de la commande "wmic path win32_VideoController get name" tapée dans un cmd.
12
8
15
@PowerShellMan
Sean Kearney
15 years
@halr9000 is it part of win32_VideoController by chance?.
0
0
0
@CRY0FACHILLES
Stijn
9 years
@Childvspuddle als je dat geopent hebt, typ dan letterlijk: wmic path win32_VideoController get name.
2
0
0
@TonyAlbrecht
Tony Albrecht
7 years
Hey Twitter, riddle me this: On a computer with multiple GPUs, how can I query which one I'm running my game on? Docs tell me this but the results I'm getting are a little inconclusive. I'm primarily concerned with Windows & DirectX.
1
2
6
@Licoris_Ixion
Licoris/Noelle
5 years
Win32_VideoControllerとやらで電源オンオフできそうだけど、これそもそもドライバ死んでたら動かないやーつなのでは・・・. グラボが停止したとき、ディスプレイドライバが応答停止しましたー的なエラーがイベントログに残ってたので怪しいなぁ。。。.
1
0
0
@spuuky_
Joe Miller
9 years
@larsiusprime Also you can try wmic path Win32_VideoController get VideoModeDescription.
2
0
0
@pcgeek86
Trevor Sullivan
11 years
@awurthmann You can use the Win32_VideoController WMI class . (Get-WmiObject -Class Win32_VideoController).VideoModeDescription. #PowerShell.
0
0
0