-1

Every time I start the pc it shows a hotspot network connection, i was looking for a way to disable/delete it

1 Answers1

0

I also encountered that problem. I created a hotspot connection in my laptop (Ubuntu 14.04) and it automatically enable that hotspot during startup, instead of switching to WiFi mode and search for available connections.

I resolved this by deleting the hotspot network entry (which includes the hotspot connection). You can follow the accepted answer here: How to remove access point from saved list

ctrl + t {for terminal prompt}
cd /etc/NetworkManager/system-connections 
sudo rm {wireless_hotspot_name}

This question might be a duplicate of above link, but I dont have priviledge right now to mark it as duplicate.

Camicri
  • 1,390
  • 10
  • 13