run_cleanmgr_w_o_confirm_not_silently
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| run_cleanmgr_w_o_confirm_not_silently [2024/10/17 21:42] – external edit 127.0.0.1 | run_cleanmgr_w_o_confirm_not_silently [2025/10/07 18:48] (current) – oso | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| <code powershell> | <code powershell> | ||
| + | |||
| + | Usando gpedit se puede lograr que cada usuario ejecute cleanmgr y el vaciado de la papelera al iniciar sesión con el siguiente '' | ||
| + | |||
| + | <code batch> | ||
| + | @echo off | ||
| + | cleanmgr /sagerun:1 / | ||
| + | rd /s /q C: | ||
| + | exit /b 0 | ||
| + | </ | ||
| + | |||
| + | '' | ||
run_cleanmgr_w_o_confirm_not_silently.1729201353.txt.gz · Last modified: 2024/10/17 21:42 by 127.0.0.1
