求教电脑上的问题

玖戌影艺文化 2024-05-15 03:05:25
最佳回答
下面是360安全卫士官方论坛给的windows优化方案,可以让你的机子开机只需要100m左右的内存使用量。 windowsxp终极优化设置精心整理() () windows系统进程 最后就是下个《windows优化**》对你的系统进行一下优化,如果觉得系统可能有木马之类的,建议你下《windows清理助手》来清理,再辅助《360专杀工具》应该可以了。如果你觉得手动操作比较麻烦,下面附带批处理程序:使用方法,将下面的代码复制到记事本,然后保存为bat格式,也可以保存为txt格式,然后将txt格式改成bat格式。 代码如下: windows服务优化代码: @echo off title winsowsxp服务优化 echo 开始windowsxp服务优化. . . . . echo. echo 禁用 alerter 服务 sc config alerter start= d**abled echo 禁用 application layer gateway service 服务 sc config alg start= d**abled echo 禁用 application management 服务 sc config appmgmt start= demand echo 自动automatic updates服务 sc config wuauserv start= auto echo 禁用 background intelligent transfer service 服务 sc config bits start= d**abled echo 禁用 clipbook 服务 sc config clipsrv start= d**abled echo 手动 com+ event system 服务 sc config eventsystem start= demand echo 手动 com+ system application 服务 sc config comsysapp start= demand echo 禁用 computer browser 服务 sc config browser start= d**abled echo 手动 cryptographic services 服务 sc config cryptsvc start= demand echo 手动 dhcp client 服务 sc config dhcp start= demand echo 禁用 d**tributed link tracking client 服务 sc config drkwks start= d**abled echo 禁用 d**tributed transaction coordinator 服务 sc config msdtc start= d**abled echo 手动 dns client 服务 sc config dnscache start= demand echo 禁用 error reporting service 服务 sc config ersvc start= d**abled echo 自动 event log 服务 sc config eventlog start= auto echo 手动 fast user switching compatibility 服务 sc config fastuserswitchingcompatibility start= demand echo 禁用 help and support 服务 sc config helpsvc start= d**abled echo 手动 http ssl 服务 sc config httpfilter start= demand echo 禁用 human interface device access 服务 sc config hidserv start= d**abled echo 禁用 imapi cd-burning com service 服务 sc config imap**ervice start= d**abled echo 禁用indexing service 服务 sc config c**vc start= d**abled echo 手动 ipsec services 服务 sc config policyagent start= demand echo 自动 logical d**k manager 服务 sc config dmserver start= auto echo 自动 logical d**k manager admin**trative service 服务 sc config dmadmin start= demand echo 禁用 messenger 服务 sc config messenger start= d**abled echo 禁用 ms software shadow copy provider 服务 sc config swprv start= d**abled echo 禁用 net logon 服务 sc config netlogon start= d**abled echo 禁用 netmeeting remote desktop sharing 服务 sc config mnmsrvc start= d**abled echo 手动 network connections 服务 sc config netman start= demand echo 禁用 network dde 服务 sc config netdde start= d**abled echo 禁用 network dde dsdm 服务 sc config netddedsdm start= d**abled echo 禁用 network location awareness (nla) 服务 sc config nla start= d**abled echo 禁用 ntlm security support provider 服务 sc config ntlmssp start= d**abled echo 禁用 performance logs and alerts 服务 sc config sysmonlog start= d**abled echo 自动 plug and play 服务 sc config plugplay start= auto echo 禁用 portable media serial number 服务 sc config wmdmpmsn start= d**abled echo 禁用 print spooler 服务 sc config spooler start= d**abled echo 自动 protected storage 服务 sc config protectedstorage start= auto echo 禁用 qos rsvp 服务 sc config rsvp start= d**abled echo 手动 remote access auto connection manager 服务 sc config rasauto start= demand echo 手动 remote access connection manager 服务 sc config rasman start= demand echo 禁用 remote desktop help session manager 服务 sc config rdsessmgr start= d**abled echo 自动 remote procedure call (rpc) 服务 sc config rpcss start= auto echo 禁用 remote procedure call (rpc) locator 服务 sc config rpclocator start= d**abled echo 禁用 remote reg**try 服务 sc config remotereg**try start= d**abled echo 禁用 removable storage 服务 sc config ntmssvc start= d**abled echo 禁用 routing and remote access 服务 sc config remotaccess start= d**abled echo 自动 secondary logon 服务 sc config seclogon start= auto echo 自动 security accounts manager 服务 sc config samss start= auto echo 自动 security center 服务 sc config wscsvc start= auto echo 禁用 server 服务 sc config lanmanserver start= d**abled echo 自动 shell hardware detection 服务 sc config shellhwdetection start= auto echo 禁用 smart card 服务 sc config scardsvr start= d**abled echo 禁用 ssdp d**covery service 服务 sc config ssdpsrv start= d**abled echo 自动 system event notification 服务 sc config sens start= auto echo 禁用 system restore service 服务 sc config srservice start= d**abled echo 禁用 task scheduler 服务 sc config schedule start= d**abled echo 禁用 tcp/ip netbios helper 服务 sc config lmhosts start= d**abled echo 手动 telephony 服务 sc config tap**rv start= demand echo 禁用 telnet 服务 sc config tlntsvr start= d**abled echo 禁用 terminal services 服务 sc config termservice start= d**abled echo 自动 themes 服务 sc config themes start= auto echo 禁用 uninterruptible power supply 服务 sc config ups start= d**abled echo 禁用 universal plug and play device host 服务 sc config upnphost start= d**abled echo 禁用 volume shadow copy 服务 sc config vss start= d**abled echo 禁用 webclient 服务 sc config webclient start= d**abled echo 自动 windows audio 服务 sc config audiosrv start= auto echo 自动 windows firewall/internet connection sharing (ics) 服务 sc config sharedaccess start= auto echo 禁用 windows image acqu**ition (wia) 服务 sc config st**vc start= d**abled echo 手动 windows installer 服务 sc config ms**erver start= demand echo 自动 windows management instrumentation (wmi) 服务 sc config winmgmt start= auto echo 手动 windows management instrumentation driver extensions 服务 sc config wmi start= demand echo 自动 wireless zero configuration 服务 sc config w32time start= auto echo 禁用 wireless zero configuration 服务 sc config wzcsvc start= d**abled echo 禁用 wmi performance adapter 服务 sc config wmiapsrv start= d**abled echo 自动 workstation 服务 sc config lanmanworkstation start= auto echo. echo 优化完毕. . . . . echo. pause 另外一个程序代码:(windows垃圾文件清理) @echo off title windowsxp垃圾文件清理 echo 开始清理系统垃圾文件. . . echo. del /f /s /q %systemdrive%\*.tmp del /f /s /q %systemdrive%\*._mp del /f /s /q %systemdrive%\*.gid del /f /s /q %systemdrive%\*.chk del /f /s /q %systemdrive%\*.old del /f /s /q %systemdrive%\recycled\*.* del /f /s /q %windir%\*.bak del /f /s /q %windir%\prefetch\*.* rd /s /q %windir%\temp md %windir%\temp del /f /q %userprofile%\cookies\*.* del /f /s /q "%userprofile%\local settings\temporary internet files\*.*" del /f /s /q "%userprofile%\local settings\temp\*.*" echo. echo 系统垃圾文件清理完毕. . . echo. pause 20210311
汇率兑换计算器

类似问答
  • 组装电脑问题
    • 2024-05-15 09:06:43
    • 提问者: 未知
    楼上哥们的说法我不赞同,i5 4570k老?gtx650性能很差?核显比他强好几倍?你难道是从30世纪穿越过来的?言归正传,楼主你这么搭配不知道要干什么用?4570k按理来说是玩游戏性能比较好,你既然是编程开发的没有必要加k吧,把主板换了b85省下的钱上i7不好吗?还有你如果说要用4570k超频你的电源就有点吃力了,大点的好,大了总归没有坏处,我电脑i3配6850都上了500w的电源,就怕哪天一个...
  • 电脑问题。 紧急中
    • 2024-05-15 20:29:41
    • 提问者: 未知
    换cmos电池,不行就是主板或内存有问题。
  • 电脑问题
    • 2024-05-15 09:03:13
    • 提问者: 未知
    我以前出现过这毛病,你有360安全卫士的话,打开——软件管家——高级工具——设置常用的默认软件,将默认的浏览器设置为ie就可以啦qq756602813
  • 我的电脑配置问题?
    • 2024-05-15 04:51:32
    • 提问者: 未知
    七彩虹 915pl-l应该还是比较好的板子,你的配置应该也还可以,如果一定要换主板只有换技嘉或微星的才一定比这个板子好了,建议你用技嘉 ga-8i915pl-g 700元
  • 基金的问题,求教。
    • 2024-05-15 17:14:06
    • 提问者: 未知
    一般来说,基金的风险和波动比股票要小,适合对股票市场经验不足和没有时间炒股的工薪阶层,并且基金作为一种投资品种,适合长期投资。如果您想买基金的话,可以先去银行开一个卡,推荐兴业银行、建设银行、交通银行,告诉柜台人员你要买基金,然后告诉你想要申购的基金名称、申购金额就行了。基金的价格是按净值计算的,计算是否盈利就是看其净值是否升了,什么时候你想赎回,直接去银行告诉柜台人员赎回就行,一般一周之内钱会到...
  • 佛教问题 求财富的问题
    • 2024-05-15 10:22:23
    • 提问者: 未知
    你这样不行的!你现在满是一颗贪心,会有什么福报。布施最重要的事发心。一是发慈悲心,将自己的钱财物品布施给人。二要发恭敬心,将钱财宝物十方三宝诸佛法僧 因为出家人 舍身修行 自度度他 传扬佛法 德行高广。你发自内心的恭敬。三要有舍弃心,舍弃钱财,舍弃烦恼,看破放下,不执著于花花世界,不...
  • 求教一个很怪的电脑问题
    • 2024-05-15 05:51:17
    • 提问者: 未知
    重启电脑,按del键进入bios 在“integrated phripherals setup”中,有个“pwron after pwr-fail”的设置选项。其选项有三,分别为“on(开机)”、“off(关机)”和...
  • 电脑声卡问题
    • 2024-05-15 13:39:09
    • 提问者: 未知
    丢失任务栏上小喇叭终极解决方法恢复丢失任务栏上小喇叭终极解决方法任务栏上小喇叭丢失是平时我们遇到的常见问题,以下提供两种方法。1.控制面板“声音和音频”处,在音量...
  • 电脑开机的问题
    • 2024-05-15 14:29:57
    • 提问者: 未知
    建议先查杀一下木马,修复一下系统试试。建议你下载恶意软件和木马强杀工具windows清理助手查杀恶意软件和木马:下载网址:下载安装后,首先升级到最新版本,然后退出正常...
  • 求掌上电脑的功能。
    • 2024-05-15 03:28:14
    • 提问者: 未知
    掌上电脑,又名pda,即personal digital ass**tant—个人数字助理。正如
汇率兑换计算器

热门推荐
热门问答
最新问答
推荐问答
新手帮助
常见问题
房贷计算器-九子财经 | 备案号: 桂ICP备19010581号-1 商务联系 企鹅:2790-680461

特别声明:本网为公益网站,人人都可发布,所有内容为会员自行上传发布",本站不承担任何法律责任,如内容有该作者著作权或违规内容,请联系我们清空删除。