網站首頁 編程語言 正文
首先不想占用C盤空間的話可以打開ps->編輯->首選項->暫存盤,更改為除C盤外的其他盤,這個暫存盤存儲的是使用ps切圖時產生的臨時存儲文件,默認是C盤,ps關閉之后,一般會釋放。
?
如果未釋放的話除了更改暫存盤存儲位置之外還可以使用腳本進行C盤的清理
將如下內容復制到txt中,更改為.bat類型文本,點擊運行
rem code begin
?@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 清除系統LJ完成!
echo. & pause
rem ? code end
原文鏈接:https://blog.csdn.net/smallmww/article/details/131969723
- 上一篇:沒有了
- 下一篇:沒有了
相關推薦
- 2022-07-06 React創建對話框組件的方法實例_React
- 2022-05-06 Docker遠程連接設置的實現示例_docker
- 2022-04-16 C#基于Socket實現多人聊天功能_C#教程
- 2022-07-22 Python函數默認參數避坑指南
- 2022-04-27 C語言的常量,字符串,轉義字符,注釋你都了解嗎_C 語言
- 2023-01-02 Kotlin?FrameLayout與ViewPager2控件實現滾動廣告欄方法_Android
- 2022-07-26 瀏覽器解析機制和XSS向量編碼
- 2022-02-13 自動化進行Pod的擴縮容-HPA
- 欄目分類
-
- 最近更新
-
- window11 系統安裝 yarn
- 超詳細win安裝深度學習環境2025年最新版(
- Linux 中運行的top命令 怎么退出?
- MySQL 中decimal 的用法? 存儲小
- get 、set 、toString 方法的使
- @Resource和 @Autowired注解
- Java基礎操作-- 運算符,流程控制 Flo
- 1. Int 和Integer 的區別,Jav
- spring @retryable不生效的一種
- Spring Security之認證信息的處理
- Spring Security之認證過濾器
- Spring Security概述快速入門
- Spring Security之配置體系
- 【SpringBoot】SpringCache
- Spring Security之基于方法配置權
- redisson分布式鎖中waittime的設
- maven:解決release錯誤:Artif
- restTemplate使用總結
- Spring Security之安全異常處理
- MybatisPlus優雅實現加密?
- Spring ioc容器與Bean的生命周期。
- 【探索SpringCloud】服務發現-Nac
- Spring Security之基于HttpR
- Redis 底層數據結構-簡單動態字符串(SD
- arthas操作spring被代理目標對象命令
- Spring中的單例模式應用詳解
- 聊聊消息隊列,發送消息的4種方式
- bootspring第三方資源配置管理
- GIT同步修改后的遠程分支