Skip to main content

Most Viewed Post

Wireless Hacking : How To Hack WPS Wi-Fi Netwoks

How To Delete Linux If You Have Dual-booting with Windows

If you have Windows and Linux both installed on your system and you want to uninstall Linux, go ahead!

Procedure:

Linux' bootloader called GRUB (GRand Unified Bootloader) replaces Windows' default bootloader.
You have to delete the partition in which Linux is installed and fix the MBR of WIndows using a system repair disk (recovery disk).

Create a system repair disk:

Boot up Windows and go to Start > Control Panel > System and Maintenance and click on 'Backup and Restore'.
Select 'create a system repair disk' in the left pane and follow the steps.

Delete Linux Partition:

Now right-click the computer icon and select 'Manage'. A window will be opened. Now click on 'Disk Management' from the left pane.

The screen should look something like the image below.



Find the partition in which Linux is installed. Right-click it and select 'Delete volume'. Be careful as you may lose data if you delete the wrong partition.Linux will be deleted from system after the above step.

An unallocated space will be created. Right-click again and select 'Extend volume'. This will fill the free which was left after deleting the Linux partition.

Fixing the default bootloader:

Boot your system using the system repair disk and select 'Repair your system'. Now click on 'Troubleshoot' and open Command Prompt.

Enter this command:
bootrec.exe /fixmbr

The above command will replace the GRUB menu.

Restart your system and Windows will boot directly now without any menu.

Comments

Popular posts from this blog

Things To Do After Installing A Linux OS

Well, modern distributions today come equipped with most of the software and tools we require, still, it isn't 100% of what we call a full-loaded beast. Depending on your choice of Desktop Environment or Window Manager, you'd get default media players, file managing tools, document editing tools. To take full advantage, you gotta install your own choice of strain. 🌿

Wireless Hacking : How To Hack WPS Wi-Fi Netwoks

Hello, devils! Today I'm going to introduce you to a network security feature of Wi-Fi Protected Access (WPA) and Wi-Fi Protected Access II (WPA2) networks named Wi-Fi Protected Setup (WPS).The WPS was released as an additional security measure for WPA/WPA2 routers. WPA and WPA2 were security protocols which were far more secure than the former protocol, Wired Equivalent Privacy (WEP). It was found that the Pre-Shared Key (PSK) or simply,  password of WEP could be cracked very easily. Therefore, in 2003, WPA/WPA2 Wi-Fi security protocols were released. The WPS has a PIN feature to connect network devies to the Access Points. Later, it was found to have a major security bug which allowed hackers to crack the PIN and with the PIN, attackers could have access to the WPA-PSK/WPA2-PSK (Password). In this post, I'm going to teach you how to crack WPS of a router.