--- title: Windows问题合集 date: 2024-12-22T15:41:07+08:00 lastmod: 2024-12-22T15:41:21+08:00 --- # Windows问题合集   问题1:Windows24H2无法运行steam   解决1:   Powershell运行 ```yaml netsh int tcp set supplemental internet congestionprovider=ctcp ```   问题2:Windows免登录   解决2: ```yaml netplwiz regedit 计算机\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device ```   问题3:无法连接微软应用商店   解决3:   管理员运行 ```yaml netsh int ip reset netsh int ip reset ```   ‍