സ്ത്രീകള്‍ എങ്ങിനെ വസ്ത്രം ധരിക്കണം എന്ന് പുരുഷന്‍ നിഷ്ക്കര്‍ഷിക്കുന്നത് ശരിയോ? അല്ലെങ്കില്‍ തിരിച്ചും?

Monday, June 26, 2017

Clean Temporary files Automatically while Shutting down in Windows

Clean Temporary files Automatically while Shutting down in Windows

 

Bat files:
You can use the below command to delete temp files using below command:

cd C:\Users\mn\AppData\Local\Temp
echo y | del *
cd C:\Windows\Temp
echo y | del *
exit









Change the user name to yours and save as bat file.


Procedure:

You can create a local computer policy on Windows. 


1) Run gpedit.msc to open the Group Policy Editor,

2) Navigate to Computer Configuration | Windows Settings | Scripts (Startup/Shutdown).

No comments:

Post a Comment

Hmmmmm... what are you thinking? Do not forget to comment,It helps us to improve this blog and help us to make better. on