Checking system information in details
အခုတင္ေပးလုိက္တဲ႔ command line ေလးေတြကေတာ႔ pc တစ္လုံးမွာရွိတဲ႔ component ေတြကုိစစ္ေဆးဖုိ႔ပဲျဖစ္ပါတယ္။
Used PC ေတြျပန္၀ယ္သုံးလုိ႔စစ္ေဆးခ်င္ရင္ပဲျဖစ္ျဖစ္ လုပ္ငန္းခြင္မွာ professional က်က် သုံးခ်င္ရင္ပဲျဖစ္ျဖစ္ အသုံးျပဳႏုိင္ပါတယ္။
cmd မွာသုံးရမွာျဖစ္ပါတယ္
Used PC ေတြျပန္၀ယ္သုံးလုိ႔စစ္ေဆးခ်င္ရင္ပဲျဖစ္ျဖစ္ လုပ္ငန္းခြင္မွာ professional က်က် သုံးခ်င္ရင္ပဲျဖစ္ျဖစ္ အသုံးျပဳႏုိင္ပါတယ္။
cmd မွာသုံးရမွာျဖစ္ပါတယ္
Check CPU Info
1.wmic cpu list full
2.wmic cpu lsit full | findstr “Name”
3. wmic cpu lsit full | findstr “Manufacture”
4. wmic cpu lsit full | findstr “Speed”
1.wmic cpu list full
2.wmic cpu lsit full | findstr “Name”
3. wmic cpu lsit full | findstr “Manufacture”
4. wmic cpu lsit full | findstr “Speed”
Check RAM Info
1.wmic memorychip list full | findstr “Manufacture”
2. wmic memorychip list full | findstr “Capacity”
3. wmic memorychip list full | findstr “Speed”
1.wmic memorychip list full | findstr “Manufacture”
2. wmic memorychip list full | findstr “Capacity”
3. wmic memorychip list full | findstr “Speed”
Check Harddisk Info
1.wmic diskdrive get size
2.wmic diskdrive get Partitions
3.fsutil fsinfo drives
4.fsutil volume diskfree C:
1.wmic diskdrive get size
2.wmic diskdrive get Partitions
3.fsutil fsinfo drives
4.fsutil volume diskfree C:
Check Motherboard Info
1.wmic baseboard list full | findstr “Manufacture”
2.wmic baseboard list full | findstr “Product”
1.wmic baseboard list full | findstr “Manufacture”
2.wmic baseboard list full | findstr “Product”
Check Graphic card Info
1.wmic PATH Win32_videocontroller GET description
2.wmic PATH Win32_videocontroller GET adapterRAM
1.wmic PATH Win32_videocontroller GET description
2.wmic PATH Win32_videocontroller GET adapterRAM
1.systeminfo | findstr “BIOS”
2.systeminfo | findstr “OS Name”
2.systeminfo | findstr “OS Name”
Check device driver
1.driverquery /FO “Table”
2.driverquery /FO “List”
3.driverquery /FO “CSV”
1.driverquery /FO “Table”
2.driverquery /FO “List”
3.driverquery /FO “CSV”
Comments
Post a Comment