发布时间:2024-05-23 文章来源:xp下载站 浏览:
Windows 7,中文名称视窗7,是由微软公司(Microsoft)开发的操作系统,内核版本号为Windows NT 6.1。Windows 7可供家庭及商业工作环境:笔记本电脑 、平板电脑 、多媒体中心等使用。Windows 7可供选择的版本有:入门版(Starter)、家庭普通版(Home Basic)、家庭高级版(Home Premium)、专业版(Professional)、企业版(Enterprise)(非零售)、旗舰版(Ultimate)。 实现一键清理大地Win7 旗舰版系统垃圾的设置方法分享给大家。使用Windows7系统过程中,用户会时常下载一些软件来方便使用,当使用电脑时间久后,电脑中的软件的样式也是越来越丰富,系统垃圾也随着这些软件的增多而增多。系统垃圾的堆种常常导致系统反应变迟钝的问题,使电脑变得越来越卡。为了帮助用户很好地解决系统垃圾问题,请来看看下面的步骤方法吧。1、依次点击展开“开始——所有程序——附件——记事本”。 2、将以下代码内容复制并粘贴到新建的记事本中。 @echo off echo 清除系统垃圾过程中,请稍等...... del /f /s /q %systemdrive%\*.tmp del /f /s /q %systemdrive%\*._mp del /f /s /q %systemdrive%\*.log 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 /q %userprofile%\recent\*.* del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*" del /f /s /q "%userprofile%\Local Settings\Temp\*.*" del /f /s /q "%userprofile%\recent\*.*" echo 清除系统垃圾完成!按任意键继续…… echo. & pause 3、将记事本“另存为”“清除系统垃圾.bat”,保存类型选择“所有文件”。 通过以上操作后,当想对系统垃圾文件进行清除的时候,只需点击打开这个创建好的清除系统垃圾文件,等待系统垃圾清理完成按任意键完成操作。 windows 7 的设计主要围绕五个重点——针对笔记本电脑的特有设计;基于应用服务的设计;用户的个性化;视听娱乐的优化;用户易用性的新引擎。 跳跃列表,系统故障快速修复等,这些新功能令Windows 7成为最易用的Windows。 |