PPPoE/ADSL in windows === - In network settings, create a PPPoE connection - Then, use `rasdial` command line utility - connect ```powershell rasdial "<connection_name>" "<account>" "<password>" ``` - disconnect ```powershell rasdial "<connection_name>" /disconnect ``` - help ```powershell rasdial /? ```