Posts

check ssd and ram

RAM Check cmd wmic memorychip get speed wmic MemoryChip get DeviceLocator, Manufacturer, Speed wmic memphysical get maxcapacity wmic os get installdate msinfo32.exe systeminfo DISK DRIVE Check wmic diskdrive get status wmic diskdrive get Name, Manufacturer, Model, InterfaceType, MediaType, SerialNumber diskpart and List disk

Cmd for repair window error

DISM /Online /Cleanup-Image /RestoreHealth DISM /Online /Cleanup-Image /ScanHealth DISM /Online /Cleanup-Image /RestoreHealth DISM /Online /Cleanup-Image /CheckHealth sfc/scannow

ip add with cmd

run cmd and netsh interface ip set address name="Ethernet" static 192.168.1.10 255.255.255.0
@echo off PhyoNyi.com echo %temp% files cleaning pause rd /s /q %temp% mkdir %temp% pause cls echo Temp files cleaning pause del /s /q "C:\Windows\Temp\*.*" pause cls echo Prefetch cleaning pause del /s /q "c:\windows\prefetch\*.*" pause cls echo recent files cleaning del /s /q "c:\Users\shine\recent\*.*" echo shell:recent files cleaning pause del /s /q "C:\Users\shine\AppData\Roaming\Microsoft\Windows\Recent\*.*" pause cls pause