下载帮

您现在的位置是:首页 > 教程分享 > 电脑技巧

电脑技巧

手把手教你如何屏蔽微信PC端的自动更新

2023-06-13 17:31电脑技巧

经常使用电脑微信的小伙伴肯定遇到过自动更新,那么如何才能让电脑微信不自动更新呢?

办法其实非常简单。

我们可以手动操作。

打开你的电脑,在C:\Windows\System32\drivers\etc\目录

 目录下有一个hosts文件,复制出来修改

# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
#      102.54.94.97     rhino.acme.com          # source server
#       38.25.63.10     x.acme.com              # x client host
 
# localhost name resolution is handled within DNS itself.
#    127.0.0.1       localhost
#    ::1             localhost
 
 127.0.0.1 127.0.0.1 dldir1.qq.com

(注意:一定要复制出来再修改,否则无法正常保存)。


以文本的形式打开后,再末尾新的一行里面,输入

127.0.0.1 dldir1.qq.com

然后保存,修改后再粘贴回去就好。

 

这样就再也不用担心了。

文章评论