How can I delete all temp. internet files in my computer include all user?
currently I am login administrator and there is other user profile in my computer and I want to remove it.
I user this command to delete my own temp. file:
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
currently I am login administrator and there is other user profile in my computer and I want to remove it.
I user this command to delete my own temp. file:
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"