導航:首頁 > 配伺服器 > 怎麼讓伺服器定時清除

怎麼讓伺服器定時清除

發布時間:2023-10-01 12:00:28

Ⅰ 如何定期清理伺服器裡面的垃圾

清理伺服器裡面的垃圾用了不少軟體還是自己設置的方式好用

下面幾個方法絕對讓你伺服器飛起來,不藉助任何軟體就可以達到一勞永逸的結果

1.找清理程序

找一些清理和優化系統的批處理程序,這個網上很多,直接搜索就可以了,如果對dos命令

熟悉也可以自己寫批處理程序,我這里有一份直接粘貼這里,把下面命令指令全部復制到自己新建的文本文檔中,改文本文檔的txt後綴為bat,這樣我們就製作完成一個系統清理批處理程序了

@echo off

echo 服務優化正在處理,請稍等......

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 清除系統完成 開始優化系統! 

sc config ALG start= DEMAND

sc config AppMgmt start= DEMAND

sc config AudioEndpointBuilder start= AUTO

sc config Audiosrv start= AUTO

sc config BFE start= AUTO

sc config BITS start= AUTO

sc config Browser start= AUTO

sc config CertPropSvc start= DEMAND

sc config clr_optimization_v2.0.50727_32 start= DEMAND

sc config COMSysApp start= DEMAND

sc config CryptSvc start= AUTO

sc config DcomLaunch start= AUTO

sc config Dhcp start= AUTO

sc config Dnscache start= AUTO

sc config dot3svc start= DEMAND

sc config EapHost start= DEMAND

sc config EventSystem start= AUTO

sc config fdPHost start= DEMAND

sc config FDResPub start= DEMAND

sc config FontCache3.0.0.0 start= DEMAND

sc config gpsvc start= AUTO

sc config hidserv start= DEMAND

sc config hkmsvc start= DEMAND

sc config idsvc start= DEMAND

sc config IKEEXT start= AUTO

sc config IPBusEnum start= DEMAND

sc config KeyIso start= DEMAND

sc config LanmanServer start= AUTO

sc config LanmanWorkstation start= AUTO

sc config lltdsvc start= DEMAND

sc config lmhosts start= AUTO

sc config MMCSS start= AUTO

sc config MpsSvc start= AUTO

sc config msiserver start= DEMAND

sc config napagent start= DEMAND

sc config Netlogon start= DEMAND

sc config Netman start= DEMAND

sc config netprofm start= AUTO

sc config NetTcpPortSharing start= DISABLED

sc config NlaSvc start= AUTO

sc config NOD32krn start= AUTO

sc config nsi start= AUTO

sc config PlugPlay start= AUTO

sc config ProfSvc start= AUTO

sc config RasAuto start= DEMAND

sc config RasMan start= DEMAND

sc config RemoteAccess start= DISABLED

sc config RpcLocator start= DEMAND

sc config RpcSs start= AUTO

sc config SamSs start= AUTO

sc config SCardSvr start= DEMAND

sc config SCPolicySvc start= DEMAND

sc config SENS start= AUTO

sc config SharedAccess start= DISABLED

sc config ShellHWDetection start= AUTO

sc config slsvc start= AUTO

sc config SLUINotify start= DEMAND

sc config SNMPTRAP start= DEMAND

sc config SSDPSRV start= DEMAND

sc config SstpSvc start= DEMAND

sc config SysMain start= AUTO

sc config TapiSrv start= DEMAND

sc config TBS start= AUTO

sc config Themes start= AUTO

sc config THREADORDER start= DEMAND

sc config TrustedInstaller start= DEMAND

sc config upnphost start= DEMAND

sc config UxSms start= AUTO

sc config vds start= DEMAND

sc config W32Time start= AUTO

sc config wcncsvc start= DEMAND

sc config WcsPlugInService start= DEMAND

sc config WinHttpAutoProxySvc start= DEMAND

sc config Winmgmt start= AUTO

sc config Wlansvc start= DEMAND

sc config wmiApSrv start= DEMAND

sc config WMPNetworkSvc start= DEMAND

sc config wscsvc start= AUTO

sc config wuauserv start= AUTO

sc config wudfsvc start= DEMAND

@pause

echo.

echo.&echo 優化完成!任意鍵退出

echo. & pause>nul

2.設置定時計劃

進入 控制面板-》管理工具-》任務計劃程序

然後新建一個基本任務

設置任務時間

設定操作,我們這里是定時運行某個程序,如果你需要定時發送郵件或者顯示信息也可以在此處設置

選擇我們需要定時運行的程序,直接瀏覽過來就行了,只要在電腦上運行的程序都可以,像以exe,vbs,bat為後綴的程序都可以這么做

這樣一個每天定時清理系統垃圾和優化系統設置的自動程序就大功告成了,當然不僅僅是清理系統垃圾,其他的定時任務也可以依葫蘆畫瓢這么設置

Ⅱ 如何讓Java伺服器定時清理內存怎樣每周自動重啟一次伺服器

如果你的伺服器在Linux 你寫一個shell腳本 重啟JAVA WEB伺服器即可。
內存回收問題 你需要設置相關參數比如 heap size,perm size 等 這個比例要設置好,重啟伺服器就不用自己再去釋放內存了,重啟的話 進程就會重開一個新的。

Ⅲ window怎麼寫設置定時刪除文件腳本

可以使用 Windows 自帶的計劃任務功能來創建定時刪除文件的腳本。下面是具體步驟:

cmd.exe

/c forfiles -p "F:照片" -s -m *.jpg -d -7 -c "cmd /c del @path"

這樣,系統就會在每天的凌晨 1 點執行腳本,刪除 F 盤照片文件夾中 7 天前生成殲腔笑的 JPG 文件。

閱讀全文

與怎麼讓伺服器定時清除相關的資料

熱點內容
python搭建web伺服器 瀏覽:514
上位機是程序員么 瀏覽:414
20萬伺服器怎麼樣 瀏覽:931
光遇為什麼之前沒有安卓服 瀏覽:745
移動硬碟顯示可用加密 瀏覽:946
python萬能庫開發 瀏覽:875
向日葵遠程解壓 瀏覽:883
androidedittext布局 瀏覽:320
題庫管理app哪個好用 瀏覽:989
安卓游戲中亮度自動調節如何關閉 瀏覽:892
求派演算法 瀏覽:551
pythonweb編程實例 瀏覽:190
鞋盒怎麼做文件夾收納盒視頻 瀏覽:757
模擬電子技術第四版pdf 瀏覽:961
解壓車貸後gps怎麼找 瀏覽:352
源碼資料庫怎麼配備 瀏覽:138
知乎程序員小灰 瀏覽:574
新概念英語第一冊書pdf 瀏覽:8
安卓ans文件怎麼打開 瀏覽:895
選擇題改進分治演算法的方法有 瀏覽:110