Thursday, 17 June 2021

 

The Recycle Bin on E:\ is corrupted. Do you want to empty the Recycle Bin for this drive?


1. Hitting Yes will not erase all data.

2. You will need to reset E: Recyle bin

3. if you are not able to login then login as safe mode with command prompt

4. Open CMD run as administrator and type the below command

To reset the Recycle Bin
Type cmd in Windows Start Search Box
Right Click on Cmd > Run As Administrator
rd /s /q C:\$Recycle.bin
Enter

Wednesday, 6 January 2021

 

How to check ram frequency using cmd via WMIC command
  1. Go to start menu and type CMD.
  2. Run the CMD command prompt on your Windows system administrator.
  3. Type the command “wmic MEMORYCHIP get BankLabel, Capacity, DeviceLocator, MemoryType, TypeDetail, Speed” or simply copy paste it.