LeDragoX / Win-Debloat-Tools

Re-imagining Windows like a minimal OS install, already debloated with minimal impact for most functionality.
MIT License
4.88k stars 246 forks source link

Can connect to wifi but cannot use internet everything is TIMED OUT #72

Closed justinr1234 closed 1 year ago

justinr1234 commented 1 year ago

Describe the Bug

After running these tools, I can no longer connect to the internet.

Razer laptop with Windows 11.

How can this issue be reproduced?

Run the scripts.

Expected behavior?

No response

Operating System

Windows 11

Operating System Version

22H2

Screenshots

No response

Logs

No response

Additional Info

No response

LeDragoX commented 1 year ago

You've used the main version, right? The only tweak that adjusted that in the main branch was the network throttling. And maybe again the driver related behavior.

A small troubleshooting i've done to help all kinds of situations is the "Repair Windows" function i created over the GUI. Just scroll down a little and you should find it by the left.

Sorry for the inconvenience

LeDragoX commented 1 year ago

If the wi-fi driver was updated you can rollback it by opening the Device Manager, then Network adapters (in which you should look to your wifi driver). Then finally go to the Rollback driver (if it was updated)

LeDragoX commented 1 year ago

My final suggestion is to re-run the script, but from the develop branch, just below the Main, on the README file.

justinr1234 commented 1 year ago

I had to disable the manual proxy configured. Not even sure how that happened but it was set to 190.6.74.250 port 3128

LeDragoX commented 1 year ago

Neither i understand why that happened, but anyway, to make things clear, the only part which would configure network is DNS.

Exactly in this part, but it does not run anymore within Apply Tweaks for some reasons from #45 image

But one thing which may had configured that is not detecting proxy automatically: https://github.com/LeDragoX/Win-Debloat-Tools/blob/main/src/scripts/optimize-performance.ps1#L97

And this is the first time that something behaved wrong...weird

justinr1234 commented 1 year ago

I think what happened is i had a proxy enabled previously and something in the scripts triggered it to be re-enabled somehow