How to Set Up and Use a PPPoE Internet Connection on Windows 10

Many Internet service providers provide their customers with a Point-to-Point Protocol over Ethernet (PPPoE) connection . To use this type of Internet connection, Internet service providers typically provide customers with a unique username and password that they use to connect to their network. This article will show you how to configure Windows to connect to the Internet via PPPoE.

Instructions for setting up a PPPoE Internet connection

How PPPoE Works

PPPoE Internet providers assign each of their subscribers a unique PPPoE username and password. Providers use this network protocol to manage IP address allocation and track each customer's data usage.

The protocol operates on a router or broadband modem. The home network initiates an Internet connection request, sends a username and PPPoE password to the provider, and in return receives a public IP address .

PPPoE uses a protocol technique called Tunneling, which essentially involves embedding messages in one format within packets in another format. PPPoE works similarly to virtual private network tunneling protocols such as Point-to-Point Tunneling Protocol .

How to Set Up and Use a PPPoE Internet Connection on Windows 10
Please confirm whether your Internet service uses PPPoE.

Does your Internet service use PPPoE?

Many, but not all, DSL Internet providers use PPPoE. Cable and fiber Internet providers do not use it. Providers of other types of Internet services, such as high-speed Internet, may or may not use PPPoE. Check with your service provider to confirm whether or not the company uses PPPoE.

Problems with PPPoE

PPPoE connections may require special MTU settings to function properly. Providers will tell customers whether their network requires a specific MTU value — numbers like 1492 (the maximum supported by PPPoE) or 1480 are common. Home routers support an option to manually set the MTU size if necessary.

Home network administrators may accidentally delete PPPoE settings. Because of the risk of errors in home network configuration, some ISPs have moved away from PPPoE in favor of DHCP-based customer IP addressing.

Instructions for setting up a PPPoE Internet connection

Open the Connect to the Internet wizard

To set up a PPPoE connection on Windows 10, you need to open the Connect to the Internet wizard . First, you need to open the Settings app (press Win+ I).

In the Settings window , open the Network & Internet section , go to Dial-up on the left side of the window and click the Set up a new connection link from the right.

How to Set Up and Use a PPPoE Internet Connection on Windows 10

You will see the Set Up a Connection or Network wizard .

How to Set Up and Use a PPPoE Internet Connection on Windows 10

You can also open the Connect to the Internet wizard from Control Panel . In Control Panel, go to Network and Internet and open Network and Sharing Center , then click or tap the Set up a new connection or network link from the Change your networking settings section .

How to Set Up and Use a PPPoE Internet Connection on Windows 10

How to Set Up a PPPoE Internet Connection in Windows 10

In the list of available connection options, select Connect to the Internet and click Next .

How to Set Up and Use a PPPoE Internet Connection on Windows 10

In the Connect to the Internet window, click Broadband (PPPoE) .

How to Set Up and Use a PPPoE Internet Connection on Windows 10

You will be redirected to the PPPoE connection settings. Here, type in the username and password provided by your Internet service provider.

How to Set Up and Use a PPPoE Internet Connection on Windows 10

There are several options you can change:

  • You can check the Show characters option if you want to see the password and make sure you typed it correctly.
  • If you don't want your Windows 10 computer to ask you for your password every time it connects to the Internet, you can make it remember your password by selecting the Remember this password option.
  • By default, Windows 10 provides the PPPoE connection with the name Broadband Connection. However, if you want to use a different name, enter the name you want in the Connection name text field .

Finally, if you want to set up a new PPPoE connection for everyone who has access to your computer, select the last option Allow other people to use this connection . However, if you enable this option, you need administrative rights.

Once you have changed the settings, click Connect.

How to Set Up and Use a PPPoE Internet Connection on Windows 10

The wizard will go through a few steps, verifying your username and password and testing your internet connection.

How to Set Up and Use a PPPoE Internet Connection on Windows 10

If everything works fine, the wizard will say The connection to the Internet is ready to use .

How to Set Up and Use a PPPoE Internet Connection on Windows 10

Close the wizard and the PPPoE connection is now active. You can go ahead and use any web browser or Windows application that requires the Internet.

How to enable PPPoE Internet connection on Windows 10

Now you have set up a PPPoE network connection and can use it whenever you want to access the Internet. However, there is a downside to using it, you have to connect to it every time you need it. Here is how to do it.

Click on the Network icon from the notification area on the Taskbar and then click and the PPPoE connection you want to connect to. If you do not change the default name, the connection will be Broadband Connection.

How to Set Up and Use a PPPoE Internet Connection on Windows 10

This will open the Settings app and go to Dial-up. Click on the PPPoE connection on the right side of the window and press Connect .

How to Set Up and Use a PPPoE Internet Connection on Windows 10

If you ask Windows 10 to remember your PPPoE connection information during setup, your computer will automatically connect to the Internet. However, if you don't, you'll need to enter a username and password for your PPPoE connection.

How to Set Up and Use a PPPoE Internet Connection on Windows 10

Once Windows 10 connects to the Internet, you'll be returned to the Network & Internet section of Settings. Here, you can see the Connected message displayed below the PPPoE connection.

How to Set Up and Use a PPPoE Internet Connection on Windows 10

How to Disconnect from a PPPoE Internet Connection on Windows 10

To disconnect from a running PPPoE connection in Windows 10, click the Network icon from the Taskbar and then click or tap on the PPPoE connection. Finally, go to the Dial-up section and click Disconnect.

How to Set Up and Use a PPPoE Internet Connection on Windows 10

Windows 10 will immediately close the connection.

How to Remove a PPPoE Connection from Windows 10

If you decide to remove the PPPoE connection completely, go to the Settings app, go to Network & Internet > Dial-up . If necessary, you can disconnect the PPPoE connection and then click the Remove button .

How to Set Up and Use a PPPoE Internet Connection on Windows 10

Windows 10 will notify If you remove this VPN connection , you'll need to set it up again to reconnect.

If you are sure you want to continue, click Remove to permanently delete the PPPoE connection.

How to Set Up and Use a PPPoE Internet Connection on Windows 10

How to automatically start PPPoE connection via script and Task Scheduler

This section will discuss how to start a PPPoE connection automatically when Windows starts, after Windows wakes up (from Sleep or Hibernate mode ), when any user logs in, and when a network cable is plugged in. The method is to create a scheduled task to run a VBScript (.vbs) file, which is responsible for starting the connection.

You just have to follow a few simple steps, as described below:

1. Press the Win+ key R. Run the following command to open Network Connections.

ncpa.cpl
How to Set Up and Use a PPPoE Internet Connection on Windows 10
Open Network Connections

2. Write down the connection name. The default name is Broadband Connection as shown above.

3. Download this ZIP file here: https://www.fshare.vn/file/XPH3MM1XFZFV
and extract the files.

4. Right click on the Auto-connect.vbs file , select Edit. Unblock the .vbs file. Find the following line (second line):

("Rasdial ""Connection name"" ""User name"" ""Password""",0,True)

5. Replace Connection name, User name, and Password with the correct names. For example,

("Rasdial ""Broadband Connection"" ""Matthew Wai"" ""12345678""",0,True)

Be careful not to remove any of the quotes. In the upper left corner, click File > Save . The .vbs file will start connecting automatically in the background (no command window). 4 attempts will be made as it can take a while for the connection to become available.

6. Double click on Create_a_scheduled_task.cmd to run it. Unblock the .cmd file and click Yes if prompted by UAC. The file will automatically create a scheduled task to run the said .vbs file.

How to Set Up and Use a PPPoE Internet Connection on Windows 10
Double click on Create_a_scheduled_task.cmd to run it

Your PPPoE connection will then be initiated automatically. The task will be triggered by the following conditions:

How to Set Up and Use a PPPoE Internet Connection on Windows 10
PPPoE connection will be initiated automatically
  • At log on of any user : This applies to Windows startup as well.
  • Power-Troubleshooter, Event ID: 1 : Windows woke up from Sleep or Hibernate mode.
  • NetworkProfile, Event ID: 4001 : Network cable is plugged in.

Note: You can edit/delete them or add a new one if needed.

The VBScript (.vbs) file will be copied to this folder %ProgramData%\ForumName.com\PPPoE\.

If you want to delete the scheduled task and the above folder, double-click Undo everything.cmd , which is also in the ZIP file you downloaded.

How to Set Up and Use a PPPoE Internet Connection on Windows 10
Double click Undo everything.cmd to delete the scheduled task

The above article has guided you through setting up, using and deleting PPPoE connections on Windows 10.

Good luck!

Sign up and earn $1000 a day ⋙

Leave a Comment

4 best ways to hide or protect a Windows folder, without installing additional software

4 best ways to hide or protect a Windows folder, without installing additional software

The methods in this article will help you hide or protect Windows folders from prying eyes.

How to fix The User Profile Service failed the logon error on Windows 10

How to fix The User Profile Service failed the logon error on Windows 10

Most Windows errors occur after you log in to your computer. However, the User Profile Service Failed the Logon error doesn't allow you to log in at all, which is why it's harder to fix than other Windows errors.

How to get another year of free Windows 10 updates

How to get another year of free Windows 10 updates

Windows 10 has just three months left until support ends. In October 2025, the operating system will receive its final update, ending its 10-year lifecycle.

How to Fix Repairing Disk Errors on Windows

How to Fix Repairing Disk Errors on Windows

Errors related to your computer's drive can prevent your system from booting properly and restrict access to your files and applications.

Instructions for setting up and managing FTP Server on Windows 10

Instructions for setting up and managing FTP Server on Windows 10

If you want to create a private cloud to share and transfer large files without any limits, you can create an FTP Server (File Transfer Protocol Server) on your Windows 10 computer.

How to hide and show files in Windows 11 without software

How to hide and show files in Windows 11 without software

If you are looking for a way to hide files on Windows 11 without software, just follow the instructions below.

How to turn off hard drive when not in use on Windows 11

How to turn off hard drive when not in use on Windows 11

If your computer has an SSD and an HDD, you can turn off the hard drive after a period of inactivity.

How to change DNS to surf the web faster, increase Internet speed

How to change DNS to surf the web faster, increase Internet speed

Changing DNS on Windows has many benefits, such as: Accessing some blocked websites, speeding up internet connection, improving network stability. Below is how to change DNS on Windows 10, Windows 7 and other Windows versions. In the last part of the article, WebTech360 will talk a little about why changing DNS helps speed up the internet.

How to Create a Blue Screen of Death (BSOD) to Prank Your Friends

How to Create a Blue Screen of Death (BSOD) to Prank Your Friends

Blue screen of death (BSOD) is a common and not new error of Windows when the computer is experiencing some serious system error.

Summary of common Run CMD commands

Summary of common Run CMD commands

Instead of performing manual and direct access operations on Windows, we can replace them with available CMD commands for faster access.

Try these Wi-Fi tips while on vacation to reduce roaming costs!

Try these Wi-Fi tips while on vacation to reduce roaming costs!

Coming home to expensive data roaming charges probably isn't what you want. Luckily, there are some handy ways to cut those roaming costs.

How to fix network adapter not found error on Windows 10

How to fix network adapter not found error on Windows 10

Many people have encountered the problem of network adapter disappearing from Device Manager or receiving a missing network adapter message. This article will guide you on how to fix the missing network adapter driver problem on Windows 10.

How to delete individual system restore points in Windows

How to delete individual system restore points in Windows

Windows automatically creates system restore points up to a set limit, leaving you with dozens of restore points you never use.

Must-Have Windows Desktop Visual Enhancement Tools

Must-Have Windows Desktop Visual Enhancement Tools

If you're tired of staring at the same interface every day, these tools will enhance your desktop experience.

Windows 11 wont respect your privacy until you make these changes!

Windows 11 wont respect your privacy until you make these changes!

Windows 11 has a reputation for being a privacy-poor operating system, with many default settings that can cause privacy problems. But don't worry - there are ways to regain some control in this area.