網站首頁 編程語言 正文
首先不想占用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-05-10 SpringBoot端口已占用解決:配置端口號
- 2022-08-26 Python?Matplotlib?marker?標記詳解_python
- 2022-11-16 解決Oracle模擬事務提交、表鎖,處理表鎖問題_oracle
- 2023-07-13 uni-app 導航欄自定義圖標及圖標的點擊事件
- 2022-11-08 PostgreSQL長事務與失效的索引查詢淺析介紹_PostgreSQL
- 2022-07-03 C#枚舉類型與位域枚舉Enum_C#教程
- 2022-11-04 C++多態特性之派生與虛函數與模板詳細介紹_C 語言
- 2022-08-13 Spring Boot 攔截器
- 欄目分類
-
- 最近更新
-
- 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同步修改后的遠程分支