一种计算机系统和计算机系统的维护方法技术方案

技术编号:20622040 阅读:57 留言:0更新日期:2019-03-20 14:11
本发明专利技术涉及计算机领域,尤其为一种计算机系统和计算机系统的维护方法,将系统盘中一些较为重要的文件进行备份,利用以下代码对系统盘的特定文件备份至个人盘(非系统盘)之中:计算机使用者通过记事本文件编辑计算机清理C盘垃圾的代码,将C盘也就是系统盘之中的系统缓存垃圾,以及系统后台自动下载的一些非必要压缩包进行清理;点击Win+R快捷键,进入命令提示符截面,之后输入如下代码:基于上述的指令代码会对系统盘清理。本发明专利技术,实现将计算机系统盘中的垃圾进行充分的清理的同时保证系统盘中的重要资料不会丢失,同时逻辑较为严格,避免清理之后对计算机内安装的其他程序产生影响。

A Maintenance Method of Computer System and Computer System

The invention relates to the field of computer, in particular to a maintenance method of computer system and computer system, which backs up some important files on system disk and backs up specific files on system disk to personal disk (non-system disk) by using the following codes: computer users edit the code of computer to clean up C disk garbage through notebook files, and C disk is also the system disk. The system cached garbage and some unnecessary compressed packages downloaded automatically in the background of the system are cleaned up; click the Win+R shortcut key to enter the command prompt section, and then enter the following code: Based on the above command code, the system disk will be cleaned up. The invention realizes that the garbage in the computer system disk can be fully cleaned up while ensuring that the important data in the system disk can not be lost, and the logic is relatively strict, so as to avoid the impact on other programs installed in the computer after cleaning.

【技术实现步骤摘要】
一种计算机系统和计算机系统的维护方法
本专利技术涉及计算机领域,具体为一种计算机系统和计算机系统的维护方法。
技术介绍
在计算机整体计算能力都在突飞猛进的同时,一个颇受用户关注的问题也随之而来,如何有效对计算机内部的文件进行快速的维护清理,是一个重要的问题,市场上现有的维护清理软件大多数都是将注册表和系统存有的资料一次性全部清理了,对计算机安装的软件极不友好,同时也会导致维护之后的系统更差,影响用户实际使用体验。
技术实现思路
本专利技术的目的在于提供一种计算机系统和计算机系统的维护方法,以解决上述
技术介绍
中提出的问题。为实现上述目的,本专利技术提供如下技术方案:一种计算机系统的维护方法,包括如下步骤:将系统盘中一些较为重要的文件进行备份,利用以下代码对系统盘的特定文件备份至个人盘(非系统盘)之中:@echoMybackup@echotoday%date%@echois%time%@set"MTtype"@set"Ymd=%date:~,4%%date:~5,2%%date:~8,2%"@md"D:\my_backup%Ymd%"@copyc:\a20140723144846.rarD:本文档来自技高网...

【技术保护点】
1.一种计算机系统的维护方法,其特征在于,包括如下步骤:将系统盘中一些较为重要的文件进行备份,利用以下代码对系统盘的特定文件备份至个人盘(非系统盘)之中:@echo My backup@echo today%date%@echo is%time%@set"MT type"@set"Ymd=%date:~,4%%date:~5,2%%date:~8,2%"@md"D:\my_backup%Ymd%"@copy c:\a20140723144846.rar D:\my_backup%Ymd%\@echo backup done.@pause计算机使用者通过记事本文件编辑计算机清理C盘垃圾的代码,将...

【技术特征摘要】
1.一种计算机系统的维护方法,其特征在于,包括如下步骤:将系统盘中一些较为重要的文件进行备份,利用以下代码对系统盘的特定文件备份至个人盘(非系统盘)之中:@echoMybackup@echotoday%date%@echois%time%@set"MTtype"@set"Ymd=%date:~,4%%date:~5,2%%date:~8,2%"@md"D:\my_backup%Ymd%"@copyc:\a20140723144846.rarD:\my_backup%Ymd%\@echobackupdone.@pause计算机使用者通过记事本文件编辑计算机清理C盘垃圾的代码,将C盘也就是系统盘之中的系统缓存垃圾,以及系统后台自动下载的一些非必要压缩包进行清理;点击Win+R快捷键,进入命令提示符截面,之后输入如下代码:@echooffecho正在清除系统垃圾文件,请稍等......del/f/s/q%systemdrive%*.tmpdel/f/s/q%systemdrive%*._mpdel/f/s/q%systemdrive%*.logdel/f/s/q%systemdrive%*.giddel/f/s/q%systemdrive%*.chkdel/f/s/q%systemdrive%*.olddel/f/s/q%systemdrive%ecycled*.*del/f/s/q%windir%*.bakdel/f/s/q%windir%prefetch*.*rd/s/q%windir%emp&md%windir%empdel/f/q%userprofile%cookies*.*del/f/q%userprofile%ecent*.*del/f/s/q"%userprofile%LocalSettingsTemporaryInternetFilesdel/f/s/q"%userprofile%LocalSettingsTemp*.*"del/f/s/q"%userprofile%ecent*.*"echo清除系统垃圾完成!echooff基于上述的指令代码会对系统盘内部存在的使用信息,系统备份信息,运行报表等数据进行清除,运行完成之后系统盘中的缓存垃圾以及备份等文件都会被一次性清理完成;通过上一步清理之后进入清理系统盘的后期操作,直接在上一个代码的尾部增加一段代码:echoWScript.Sleep300>%temp%.\tmp$$$.vbsset/ai=3:Timeoutif%i%==0gotoNextsetlocalset/ai=%i%-1echo倒计时……%i%cscrip...

【专利技术属性】
技术研发人员:张正默
申请(专利权)人:合肥享淘科技有限公司
类型:发明
国别省市:安徽,34

网友询问留言 已有0条评论
  • 还没有人留言评论。发表了对其他浏览者有用的留言会获得科技券。

1