- Recommend:
- 0 Comments
Pain-Free Windows Tweaks
Want to fix nagging Windows irritations and automate everyday tasks? With these surprisingly simple Registry and batch-file tips, it's not brain surgery.
Five Batch Files
Automate Hard-Drive Maintenance
Batch files trace their lineage back to DOS, but they're still handy for everyday Windows chores. This one scans your hard drive for errors and then defrags it automatically. If you have the appropriate apps, you can make it scan for viruses, back up data, and perform other chores. Click here to download the file and instructions for Windows 98 and Me, here for Windows 2000, and here for XP. The Windows 2000 version requires that you download and install MorphaSys's free AutoDeFrag program before you use it.
Print a Folder's Contents
Windows offers no easy way to print a list of the files in a given folder, but this batch file does. Download the file printdir.bat, and save it in the SendTo folder under your user profile. To find your SendTo folder in Windows 98, Me, or XP, select Start, Run, type sendto, and press Enter. If you use Windows 2000, go to "Add to the Send To Menu" for details on how to proceed. Once the file is in your SendTo folder, you can print a copy of a folder's contents by right-clicking the folder's name in Windows Explorer and selecting Send To, printdir.bat.
Purge Your Recent Documents
You want to return to the spreadsheet you were working on yesterday, so you go to the Start menu's Documents list (Recent Documents in Windows XP). Unfortunately, Recent Documents gives every file type equal weight, including the types you don't return to often. This batch file culls everything from Recent Documents that lacks one of the extensions you specify beforehand, such as .doc, .xls, and .txt (as in the example here). This file doesn't remove the documents, only the shortcuts to them. Go here to download the batch file and instructions for using it.
Launch Multiple Programs
Some chores require you to open more than one program. This batch file lets you launch several programs at once. In Windows 98 or Me, each line of the batch file should contain the command to launch a particular program or file, as in c:\quickenw\qw.exe or "c:\my documents\finances.xls" (the quotes are required because of the space in the file path). End the batch file with the command cls on the very last line. In Windows XP or 2000 (shown here), your batch file must point to file shortcuts rather than to the files themselves. It's best to collect the shortcuts you need in one folder.
Because you'll have to make this batch file yourself, there's nothing to download. Simply open Notepad or the text editor you prefer and type in the command lines shown, altered to point to the applications you need to open.
Change Your Resolution on the Fly
Some programs work best at a particular screen resolution. This batch file changes your resolution to 640 by 480 (at 32-bit color depth), launches a program, and waits until you exit before returning to your original settings. It requires EnTech Taiwan's free MultiRes, so download and install that program before loading the batch file. The file loads in Notepad, but just change the second line to tell the file to load itself into the program of your choice. Alter the numbers on the first line to change the resolution and the color depth. The terms "start /w" at the beginning of the second line and "cls" at the end of the program are necessary in Windows 98 and Me; they're harmless in 2000 and XP. Click here to download the batch file.
--Lincoln Spector- « Prev
- Page 6 of 6
Would you recommend this story? YES NO
- Recommend:
- 0 Comments
-
Speed Up Everything!
PCWorld shows you the secrets to improve performance on all your hardware.
-
Lenovo IdeaPad
See why the IdeaPad tablet is optimized for ultimate entertainment.
-
ThinkPad Edge E420 Lenovo Style in an Affordable Package
Buy now direct from Lenovo -
ThinkPad X220 Fast and light, with great input ergonomics and battery life, this powerhouse ultraportable is best-of-breed.
Buy now direct from Lenovo -
ThinkPad X120e One of the best netbooks ever, X120e has the best netbook keyboard ever--nothing else comes close
Buy now direct from Lenovo
- Why You Should Keep Data Folders in Your Root Directory
- Change What Application Loads When You Select a File
- Display More Recent Items In Windows 7 Jump Lists
- Another Way to Pin Folders to the Windows 7 Taskbar
- Create a Keyboard Shortcut for Your Favorite Folder
- Open Windows 7 Explorer to Your Favorite Location
- Windows Tips: Customize Taskbar, Add Passwords to Folders, Zip Files
- 12 Criteria for Selecting the Best ERP System Replacement An ERP system is your information backbone and reaches into all areas of your business and value chain. Replacing it can open unlimited business opportunities. This white paper explains the 12 criteria that allow you to identify and select the solution that will meet these expectations.
- Leveraging Social Computing Technologies for ERP Applications This white paper details how Web 2.0 technologies support business strategies by improving efficiency, productivity, and collaboration.



















