Wednesday, September 20, 2006
How to Delete AVI Video Files that Crash Windows Explorer
Here are two common symptions with certain video files that crash explorer and my cure.
You’ve downloaded a video file and now whenever you view the file in Thumbnail view with Windows Explorer, Explorer explodes, as in crashes leaving an error message stating the app has closed in it’s wake.
Alternatively, if you are viewing the file in list view everything seems fine until you click on the file or try to play it. Same crash result.
You can’t delete it in Exploder, er Explorer because as soon as the file is selected, CRASH!
What to do? What to do?
The easiest way I have found is to head into the DOS netherworld via the command window. Surfing around, I discovered other methods by deleting registry keys but if going into the registry makes you nervous like it does me, try the following.
Access command by going Start/Run… and type “cmd”.
OR if you prefer the long way or just want to know where to get to it via the menus. Go to Start/All Programs/Accessories/Command Prompt.
In DOS go to the directory where the file is kept and simply delete it with DOS delete or erase.
CMD displays long file names and you will need to put all files to be erased in quotes.
For those of you unfamiliar with arcane DOS commands, here are a few basics that will get you through what you need to do here.
At the prompt, typing the following will give the results indicated.
cd “directory name" changes to the directory name
D: changes to drive letter where D is the drive letter
dir gives directory listing
del “file name" deletes file name
erase “file name" same as del
exit closes window and quits program
For more dos commands try here.
NOTE:The COMMAND application will not work here! COMMAND.COM is included for backwards compatibility and is recommended for use only when old MS-DOS programs may not be able to be run otherwise.
When a user is using COMMAND they will need to use the short 8.3 file name and with long file names it is not worth figuring out what COMMAND may name them.
Change Property Settings in Windows XP CMD
Even if you are a semi literate Windows user you will find occasion to stumble into the dark and unfamiliar alleyway that is DOS.
To manually delete an .AVI video file that crashes Windows Explorer for instance; the command line is probably the easiest way do it without messing in the registry.
The default settings for the CMD DOS window however may not be to your liking. The screen is not wide enough to view long file names, the font is anitquated and maybe you don’t like the imposing black background.
Windows XP provides a quick way to change any of those settings and more. Simply left or right click the C prompt icon on the top left corner of the CMD window and choose “Properties” to access a tabbed window full of settings. Screen width is the first one I usually change.
Monday, September 04, 2006
Stop Windows Programs from Starting Up-Stop Startup Apps
Oh how Windows programs love to cram themselves into your startup process. Don’t you hate how that slows your boot times enough so that the 7:45am lineup at Starbucks seems to go faster than watching latest Japanese commercial on Youtube?
You can put a stop to that unadulterated abuse of your system now.
Use “System Configuration Utility” (MSCONFIG) to look up and halt startup programs.
Invoke it by clicking Start, Run and then type in msconfig.exe followed by enter.
Once the window is displayed click on the Startup tab. You will see a list of items and the 2 columns that we’re interested in are “Startup Item” and “Command”.
You may need to drag the top columns to the right to extend it for viewing the full name.
Some of the filenames may seem cryptic, to figure out what those names mean, go to Processlibrary.com for explanations on all running processes.
Check off the items you do not want to start up on every reboot. Chances are you will find a lot of junk in there that are totally unnecessary. Programs that you hardly ever use and some that do nothing to speed launch of the application.
Alternatively you may try the Windows Startup folder and see what shortcuts are there but it usually is incomplete as many of the startup processes are hidden and can only be displayed in the MSCONIG utility.
If you really want to have a look anyways go to Start, All Programs, Startup.
