Skip to content

mstrvndev/Xinfinity-bypass-pause-on-PC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xfinity Bypass Pause on PC — Unpause Internet & Resume WiFi Access

Python Platform License

Bypass Xfinity WiFi pause on your PC by changing your network identity. This tool randomizes your MAC address and hostname so your router sees your computer as a brand new device — instantly unpausing your internet connection.

How It Works

When Xfinity pauses your device, it identifies your PC by its MAC address and hostname. This script changes both, making your computer appear as a completely new device on the network.

  1. Detects all active physical network adapters
  2. Generates and applies a random MAC address via Windows Registry
  3. Restarts each adapter to apply the new MAC
  4. Randomizes the computer hostname
  5. Your PC reconnects as a new device — pause bypassed

Quick Start

Prerequisites

  • Windows 10 / 11
  • Python 3.6 or higher
  • Administrator privileges

Run

python network_identity_changer.py

The script auto-elevates to administrator if needed. After completion, restart your PC and reconnect to WiFi.

Features

Feature Description
MAC Address Spoofing Randomizes MAC on all active physical adapters
Hostname Randomization Generates a new DESKTOP-XXXXXXX style PC name
Auto Admin Elevation Requests administrator privileges automatically
Adapter Auto-Detection Finds and targets only active network interfaces
Registry-Level Changes Modifies Windows Registry for persistent MAC changes

FAQ

Does this work with Xfinity xFi parental controls?

Yes. Xfinity xFi identifies devices by MAC address and hostname. Changing both makes your PC appear as a new unpaused device.

Do I need to restart my computer?

Yes. The hostname change requires a full system restart. The MAC address change takes effect after the adapter restarts (handled automatically).

Will this work on WiFi and Ethernet?

Yes. The script detects and modifies all active physical network adapters including WiFi and Ethernet.

Is this permanent?

The MAC address change persists until you change it again or reset the adapter driver. The hostname change is permanent until manually changed.

Disclaimer

This tool modifies system network configuration. Use it responsibly and in compliance with your network administrator's policies and applicable terms of service.

About

Bypass Xfinity WiFi pause on PC by changing MAC address and hostname. Unpause internet instantly. Windows Python utility.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages