申明: 未经许可,禁止以任何形式转载,若要引用,请标注链接地址 全文共计1577字,阅读大概需要1分钟
欢迎关注我的个人公众号:不懂开发的程序猿
system info
dxdiag
wmic memphysical get maxcapacity
wmic memorychip
C:\WINDOWS\system32>wmic memorychip
Attributes BankLabel Capacity Caption ConfiguredClockSpeed ConfiguredVoltage CreationClassName DataWidth Description DeviceLocator FormFactor HotSwappable InstallDate InterleaveDataDepth InterleavePosition Manufacturer MaxVoltage MemoryType MinVoltage Model Name OtherIdentifyingInfo PartNumber PositionInRow PoweredOn Removable Replaceable SerialNumber SKU SMBIOSMemoryType Speed Status Tag TotalWidth TypeDetail Version
1 BANK 0 8589934592 物理内存 2667 1200 Win32_PhysicalMemory 64 物理内存 ChannelA-DIMM0 12 1 1 Crucial 1500 0 1250 物理内存 CT8G4SFS8266.M8FD 253646A6 26 2667 Physical Memory 0 64 128
1 BANK 2 8589934592 物理内存 2667 1200 Win32_PhysicalMemory 64 物理内存 ChannelB-DIMM0 12 1 2 Crucial 1500 0 1250 物理内存 CT8G4SFS8266.M8FD 2536434C 26 2667 Physical Memory 1 64 128
wmic path Win32_OperatingSystem get LastBootUpTime
C:\WINDOWS\system32>wmic path Win32_OperatingSystem get LastBootUpTime
LastBootUpTime
20220815085315.611605+480
Name | Value |
---|---|
2022 | 年 |
08 | 月 |
15 | 日 |
08 | 时 |
53 | 分 |
15 | 秒 |
.611605 | 毫秒 |
+480 | GMT(比格林威治标准时间早 480 / 60 = 8 小时) |
nvidia-smi
C:\WINDOWS\system32>nvidia-smi
Tue Aug 16 10:49:18 2022
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 497.29 Driver Version: 497.29 CUDA Version: 11.5 |
|-------------------------------+----------------------+----------------------+
| GPU Name TCC/WDDM | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 NVIDIA GeForce ... WDDM | 00000000:01:00.0 Off | N/A |
| N/A 41C P8 21W / N/A | 164MiB / 6144MiB | 0% Default |
| | | N/A |
+-------------------------------+----------------------+----------------------++-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| No running processes found |
+-----------------------------------------------------------------------------+
echo %username%
net user
分组是在Administrators的话,那么就是管理员
route print
winver
–end–