Manjaro OS
Things to do after installing Manjaro OS.
Disable Start-Up Process
Stop and disable Bluetooth:
bashsudo systemctl stop bluetooth.service sudo systemctl disable bluetooth.service systemctl status bluetooth.service
REFERENCE
To stop other service to start Bluetooth, mask it using
sudo systemctl mask bluetooth.service
Dual Booting OS
Dual boot windows and linux
Remove Linux From Dual Boot
Here are two methods to remove the OS.
Method 1
- Boot into Windows 10.
- Go to Disk Management.
- Delete the drive(s) containing the Linux OS.
- Delete the Free Partition.
- Then rebuild
mbr
.
Method 2
shift + Restart
-> Troubleshoot -> Advanced options ->cmd
-> then type:bashbootrec /fixmbr bootrec /fixboot bootrec /scanos bootrec /rebuildbcd
bcdedit /enum all
bcdedit /delete identifier