W4RH4WK / Debloat-Windows-10

A Collection of Scripts Which Disable / Remove Windows 10 Features and Apps
Other
6.03k stars 853 forks source link

Internet (Wi-Fi) Problem #298

Closed darqpikachu closed 2 years ago

darqpikachu commented 2 years ago

Hi i was trying to decrease my ram usage so i came here when i made disable-services.ps1 and restarted it disabled wi-fi function i searched there is issue about that #270 and found out disabling "WlanSvc" causes that. For fixing that i ran "Get-Service -Name "WlanSvc" | Set-Service -StartupType Automatic" code i wanted to make you aware of that. thanks for debloating btw.

W4RH4WK commented 2 years ago

Thanks. I've extended the comment to make it even more obvious.