Answer the question
In order to leave comments, you need to log in
How to clean up the desktop?
Hello, tell me how to write a bat file that would clear the user's desktops?
Path to desktops E:\Redirection\a.koralev\Desktop Preset
del
/f /s /q E:\Redirection\"%USERPROFILE%\Desktop\
Answer the question
In order to leave comments, you need to log in
If you need to demolish all folders and files from the current user, then
cd /d %USERPROFILE%\Desktop
for /F "delims=" %%i in ('dir /b') do (rmdir "%%i" /s/q || del "%%i" /s/q)
The main thing is that the antivirus does not block it.
He loves those files.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question