博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
How to get Windows 8 Apps to use proxy for internet access
阅读量:5049 次
发布时间:2019-06-12

本文共 1522 字,大约阅读时间需要 5 分钟。

I upgraded my workplace desktop to Windows 8 today, thanks to the fast speed of SSD and the simplified installation process of the new operating system.

However when I wanted to bind the system to my live account, I found it couldn't get through the final stage as the system seemed to fail to retrieve some account information. And I also discovered that most of the Apps were not working properly complaining internet was not available, and also noticed the exclamation sign on the connections icon saying the access was limited which indicated at least there was something wrong with the internet connection from the Modern UI's perspective. Then I tried to search online for solution and quite a few didn't actually work for me (at least I don't think the one that sets up the registry worked as what needed to be changed were already what needed to be changed to), and finally I had one that helped which required to do the following

1. Create a command file (with extension .cmd) ; I guess it makes no difference if it's a batch file or you type in the commands (actually there is only one) manually

2. Put the following commands in it

    netsh winhttp set proxy

    pause

3. Run the command file in administrative mode

4. Restart the machine

As it involves the final step of restarting the machine, I'm not totally sure if it was the commands that helped solve the issue. However the solution as a whole did work and everything is now synchronising fine.

 

转载于:https://www.cnblogs.com/quanben/archive/2013/05/10/3128830.html

你可能感兴趣的文章
动态调用WCF服务
查看>>
oracle导出/导入 expdp/impdp
查看>>
类指针
查看>>
css修改滚动条样式
查看>>
2018.11.15 Nginx服务器的使用
查看>>
Kinect人机交互开发实践
查看>>
百度编辑器UEditor ASP.NET示例Demo 分类: ASP.NET...
查看>>
JAVA 技术类分享(二)
查看>>
android客户端向服务器发送请求中文乱码的问
查看>>
Symfony翻译教程已开课
查看>>
TensorFlow2.0矩阵与向量的加减乘
查看>>
NOIP 2010题解
查看>>
javascript中的each遍历
查看>>
String中各方法多数情况下返回新的String对象
查看>>
浅谈tcp粘包问题
查看>>
UVA11524构造系数数组+高斯消元解异或方程组
查看>>
排序系列之——冒泡排序、插入排序、选择排序
查看>>
爬虫基础
查看>>
jquery.lazyload延迟加载图片第一屏问题
查看>>
OGRE 源码编译方法
查看>>