Tuesday, July 30, 2019

Delete a Windows Recovery Partition

  1. Launch Command Prompt and Run as Administrator.
  2. From the Command Prompt, Type diskpart.
  3. Type list disk to display all disk(s).
  4. Type select disk <n>, where <n> is the disk number.
  5. Type list partition to display all partition of the selected disk.
  6. Type select partition <n>, where <n> is the partition number to delete.
  7. Type delete partition override, to delete the selected partition.

Monday, February 20, 2012

How to Remove Hidden Network Adapter

1. Open the CMD prompt by clicking the Start button then RUN. Type CMD then press Enter Key.
2. Type "set devmgr_show_nonpresent_devices=1", then press Enter key.
3. Type "start devmgmt.msc", then press Enter key.
4. Click View, then click Show Hidden Devices.
5. Expand the Network Adapters tree.
6. Select or right click on the grayed (dimmed) network adapters then click uninstall.