
1、进入Xmanager列表,打开shell。
2、在文件中找到新建。
3、在d出的二级窗体中,输入服务器ip地址和名称。
4、除此之外,如果之前已经连接过服务器,会在菜单栏中找到历史远程记录。
5、如下图所示,连接上服务器后,可以进行各种 *** 作了。
Windows服务器运行一段时间后,服务器的C盘越来越小,如果C盘满了,很多程序将无法运行下面将通过编写一个bat的文件来批量清理C盘的垃圾文件 请注意:清理C盘具有一些危险,请您仔细阅读下面的bat文件,确定里面没有您需要的重要文件,再执行 *** 作千万千万注意这点哈。@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
把上面的内容保存为一个bat文件放到服务器的桌面上,然后双击执行即可这样就ok了。
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)