zoukankan      html  css  js  c++  java
  • Win7 一般调整 & 可用的中国日历与中国天气小工具!

    实用小工具:中国农历与天气

    自动更新相关-使用Windows 7 Loader v1.7.5-DAZ的话,请运行。
    sc config wuauserv start= disabled

    sc config TrustedInstaller start= demand
    sc config BITS start= demand

    TrustedInstaller:Windows Modules Installer 服务

    禁用
    sc config MpsSvc start= disabled
    sc config WinDefend start= disabled
    sc config wscsvc start= disabled
    sc config iphlpsvc start= disabled

    MpsSvc:Windows Firewall
    WinDefend:Windows Defender
    wscsvc:Security Center
    iphlpsvc:IP Helper (ipv6用户不要关)

    手动 (Diagnostic Policy Service)
    sc config DPS start= demand


    进一步的话:
    BFE/Base Filtering Engine
    Browser/Computer Browser
    TrkWks/Distributed Link Tracking Client
    IKEEXT/IKE and AuthIP IPsec Keying Modules
    PolicyAgent/IPsec Policy Agent
    ImeDictUpdateService/Microsoft IME Dictionary Update
    CscService/Offline Files
    Spooler/Print Spooler
    wudfsvc/Windows Driver Foundation - User-mode Driver Framework
    stisvc/Windows Image Acquisition (WIA)


    Intel集成显卡桌面右键菜单
    reg delete HKCR\Directory\Background\shellex\ContextMenuHandlers\igfxcui /f

    创建个人文件夹后,请手动设置到下面的目录里。
    md d:\MyProfile\Contacts
    md d:\MyProfile\Desktop
    md d:\MyProfile\Documents
    md d:\MyProfile\Downloads
    md d:\MyProfile\Favorites
    md d:\MyProfile\Links
    md d:\MyProfile\Music
    md d:\MyProfile\Pictures
    md "d:\MyProfile\Saved Games"
    md d:\MyProfile\Searches
    md d:\MyProfile\Videos

    然后到个人文件里修改属性里的位置吧。


    禁用IPv6协议
    reg add hklm\SYSTEM\CurrentControlSet\services\TCPIP6\Parameters /v DisabledComponents /t REG_DWORD /d 0xffffffff /f


    关闭操作中心图标提示
    在时钟日期那里点击鼠标右键—属性,关闭“操作中心”的图标。
    然后进操作中心--维护--设置--选中“从不检查解决方案(不推荐)”

    http://www.google.com/search?hl=zh-CN&q=TEST

    Tty725 说:
    欢迎转载,但请注明内容的来源或URL;
    [转]”篇章,必须保留原始来源且勿添加本blog指向。
  • 相关阅读:
    Informix IDS 11系统办理(918考试)认证指南,第6部分:IDS备份和恢复(1)
    Informix IDS 11体系处置(918检验)认证指南,第 4 局部: 性能调优(7)
    我常用网址整理
    System.Insert 插入字符串
    System.Length 获取字符串或数组的长度
    System.New、System.Dispose 为某个指针申请和释放内存
    System.GetMem、System.FreeMem 申请和释放内存
    学习 TList 类的实现[1]
    学习 TList 类的实现[2]
    System.ReallocMem 重新申请内存
  • 原文地址:https://www.cnblogs.com/Tty725/p/1812746.html
Copyright © 2011-2022 走看看