• 博客(0)
  • 资源 (2)

空空如也

禁用系统服务(reg脚本)

禁用以下系统服务<br>1.NetMeeting Remote Desktop Sharing<br>2.Universal Plug and Play Device Host<br>3.Messenger<br>4.Performance Logs And Alerts<br>5.Remote Registry<br>6.Fast User Switching Compatibility<br>7.Telnet<br>8.Remote Desktop Help Session Manager<br>9.TCP/IP NetBIOS Helper<br>10.application layer gateway service<br>11.automatic updates<br>12.clipbook<br>13.error reporting service<br>14.imapi cd-burning com service<br>15.indexing service<br>16.print spooler<br>17.smart card<br>18.ssdp discovery service

2007-08-25

清除系统垃圾

@echo off<br><br>echo 正在清除系统垃圾文件,请稍等......<br><br>del /f /s /q %systemdrive%\*.tmp<br><br>del /f /s /q %systemdrive%\*._mp<br><br>del /f /s /q %systemdrive%\*.log<br><br>del /f /s /q %systemdrive%\*.gid<br><br>del /f /s /q %systemdrive%\*.chk<br><br>del /f /s /q %systemdrive%\*.old<br><br>del /f /s /q %systemdrive%\recycled\*.*<br><br>del /f /s /q %windir%\*.bak<br><br>del /f /s /q %windir%\prefetch\*.*<br><br>rd /s /q %windir%\temp & md %windir%\temp<br><br>del /f /q %userprofile%\cookies\*.*<br><br>del /f /q %userprofile%\recent\*.*<br><br>del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"<br><br>del /f /s /q "%userprofile%\Local Settings\Temp\*.*"<br><br>del /f /s /q "%userprofile%\recent\*.*"<br><br>echo 清除系统LJ完成!<br><br>echo. & pause<br>

2007-10-01

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除