Showing posts with label Windows. Show all posts
Showing posts with label Windows. Show all posts

How to delete an undeletable file in windows

Posted by h

UNDELETABLE FILE :

Sometimes we face problems in deleting files.It is not necessary that undeletable file/folder is always a virus and malware,because some undeletable files and folders are locked by a windows in order to make window work properly.Sometimes due to software malfunction some undeletable files/folders are created which cause no harm to the computer but waste of hard disk space and memory.It is too easy to remove undeletable files/folders in windows xp.In this article i clearly shown the steps to delete an undeletable file in xp.

Just follow this below steps:

1.First close all open programs and tabs.
2.Open a command prompt window.
3.Click on start,in Run enter Taskmgr.exe
4.Move to processing tab and end the process on explorer.exe.
5.Leave task manager open.
6.Now again move to cammand prompt window and change the directory AVI or other undeletable file which is located in command prompt.
7.In command prompt type DEL which file you have to delete.
8.Now go to Task manager,click on file,then new Task and enter explorer.exe.and close your Task manager.
Friends, do you have any queries feel free to ask through your comments.we always appreciate your comments.


Read More

How to shutdown windows XP in 3 sec

Posted by h

Hi,friends,welcome to http://worldwidenetworkings.blogspot.in/ now iam going to show you a trick How to shutdown windows XP in 3 sec



Read More

How to Clean windows temp files and temporary internet files

Posted by h

TEMPORARY FILES :

Cleaning the temporary files can increase your system perfomance and speed. Here is a very easy way to clean all windows temp files including temporary internet files.


Steps:
1. Open notepad and paste the following code.




TITLE FASTCLEAN
COLOR 03
ECHO OFF

CLS
RD "%TMP%" /S /Q
DEL "%TMP%\*" /F /S /Q
ATTRIB "%USERPROFILE%\AppData\Local\Microsoft\Windows\Temporary Internet Files\*" -H -S
DEL "%USERPROFILE%\AppData\Local\Microsoft\Windows\Temporary Internet Files\*" /F /S /Q


2. Save as Clean.bat.




Important Note : 
After saving you can run the batch file anytime you want to clean the temp files. To make the batch file easily accessible from run command copy the batch file to "C:\Windows". After copying you can run the batch file from run command by entering the batch file name into run command.

Read More