December 25, 2007

Speed Up Those Drives

If you didn't know, Windows Vista operates external hard drives that are connected via USB differently than internal drives. Write caching is disabled so that you can safely remove the drive at almost any time. This is a great feature for USB flash drives that are frequently inserted and removed from your computer. But, if you have a large hard drive in an external enclosure that you never disconnect from your computer, write caching is also disabled, which can decrease performance. So, let's change that around a little, shall we?!

Today, I'm cialis usa going to show you a tweak that will increase the performance of your external hard drive by turning the write cache back on, as well as, activating an advanced performance. Let’s get started!

1.) First, in Vista, right click on the Computer icon on your desktop and select Manage.

2.) Click on Device Manager from the side menu.

3.) Next, expand the Disk Drives option and locate your external drive from the list.

4.) Once you've found it, right click on the drive and select Properties.

5.) Under the Policies tab, select Optimize for Performance.

6.) Next, checkmark both the options of "Enable write caching on the disk" and "Enable advanced performance," as shown below:

7.) Hit OK and then restart your computer.

That's all you have to do. Now, go on and enjoy your increased performance!

Permalink • Print • Comment

December 21, 2007

Mouse – snap to and change pointer icon

Q:
I feel like I use my mouse too often and I was just wondering if there was an easy way I could cut back. Do you have any suggestions? Thanks for all your help!

A:

Well, it's possible and here's how! You just have to enable the "snap to" feature for your mouse. Go to Start, Control Panel and click on the Printers and Other Hardware (on some XP systems, there is a Mouse selection) link. Choose the Mouse link and then click on the Pointer Options tab. The second choice there is Snap To. Checkmark that box and click OK.

cialis tabs align=”justify”>To change your pointer icon, select the  Pointers tab and use the drop down menu to view the selections.  The additional displays are shown in the box below.

So, from now on, your mouse pointer will automatically move to the default button in any dialogue box. Every time you're doing something on your computer, the mouse pointer will take care of the finishing touches for you and you won't have to worry about moving your hand back over to your mouse. This feature also helps to eliminate wrist injuries, such as carpal tunnel, because you don't have to use your mouse quite so much. And let's be honest, who can argue with that?!

Permalink • Print • Comment

December 19, 2007

Find the Hidden Vista Screen

As you may have figured out, the Windows Vista boot screen is a little pointless. And why Microsoft decided to hide a more visually appealing boot screen is beyond me, but luckily, it can easily be enabled with very little trouble. So, if you're not happy with your Vista boot screen, check this one out instead!

Here's what the default boot screen looks like:

cialis sales online src=”http://imgsrv.worldstart.com/ct-images/boot1.jpg” border=”1″ width=”236″ height=”182″ />

And here's the hidden one, called Aurora:

All you have to do to change them up is type "msconfig" into the Start menu search box. Then hit Enter.

Click the Boot tab and then checkmark the No GUI Boot box.

Hit OK and restart your computer. You should then see the new boot screen immediately. How do you like it now?!

Permalink • Print • Comment

December 13, 2007

Reporting Spam E-mail

We here at WorldStart often tell you about new e-mail scams that are going around on the Internet, but we've never really told cialis prescriptions you what you can do to report all the spam you receive in your Inbox. Lately, I've been asked that question a lot, so I figured it was about time we addressed it. I do apologize for taking so long to do so. Reporting spam e-mail is very easy to do and if everyone does their part, who knows, maybe the bad side of e-mail will finally disappear for good. Let's check it out, shall we?!

First of all, I want to make sure everyone is clear on what I'm referring to when I say spam e-mail. Spam can come in a variety of ways, including messages from business marketers trying to sell their products, forwards, bogus money offers and just any messages you may get from people you don't know. I'm sure you all have gotten your fair share of those, because no matter what you do, it seems impossible to protect your e-mail address from getting into the wrong hands. And I don't know about you, but junk e-mails really get on my nerves and they waste my time!

So, the next time you see a spam e-mail in your Inbox that you think is deceptive, do us all a favor and forward it to the Federal Trade Commission (FTC) at this address: spam@uce.gov You can do that just by hitting the Forward button in your e-mail and typing that address on the To: line. The FTC then uses the e-mails they get at that address to pursue law enforcement actions against the people who send them. They have even put together a new law against spammers, called the CAN-SPAM law, which is designed to hold spammers responsible for their actions. It's nice to know there is something we all can do to help combat the dreadful problem of spam. Do your part today and let's all start to make a difference!

Permalink • Print • Comment

Fsutil

fsutil is quite powerful, it should only be used by advanced users who have a thorough knowledge of Windows XP. In addition, you must be logged on as an administrator or a member of the Administrators group in order to use fsutil.

 

The following table lists the fsutil subcommands.

 

Comm and Description

 

behavior

Queries, changes, enables, or disables the settings for generating 8.3 character-length file names, accepting extended characters in 8.3 character-length file names on NTFS volumes, updating the last access timestamp on NTFS volumes, how often quota events are written to the system log, and the amount of disk space reserved of the MFT Zone.

 

dirty

Queries whether volume's dirty bit is set. Sets a volume's dirty bit. When a volume's dirty bit is set, autochk automatically checks the volume for errors the next time the computer is restarted.

 

file

Typically used by support professionals. Finds a file by its security identifier, queries allocated ranges for a file, sets a file's short name, sets a file's valid data length, or sets zero data for a file.

 

fsinfo

Typically used by support professionals. Lists all drives, queries the drive type, queries volume information, queries NTFS-specific volume information, or queries file system statistics.

 

hardlink

Creates a hard link. A hard link is a directory entry for a file. Every file can be considered to have at least one hard link. On NTFS volumes, each file can have multiple hard links, and thus a single file can appear in many directories (or even in the same directory with different names). Because all of the links reference the same file, programs can open any of the links and modify the file. A file is deleted from the file system only after all links to it have been deleted. After you create a hard link, programs can use it like any other file name.

 

objectid

Typically used by support professionals. Manages object identifiers, which are used by Windows XP to track objects such as files and directories.

 

quota

Manages disk quotas on NTFS volumes in order to provide more precise control of network-based storage. Disk quotas are implemented on a per-volume basis and enable both hard- and soft-storage limits to be implemented on a per-user basis.

 

reparsepoint

Typically used by support professionals. Queries or deletes reparse points, which are NTFS file system objects that have a definable attribute containing user-controlled data, and are used to extend functionality in the input/output (I/O) subsystem. Reparse points are used for directory junction points and volume mount points. They are also used by file system filter drivers to mark certain files as special to that driver.

 

sparse

Manages sparse files A sparse file is a file with one or more regions of unallocated data in it. A program will see these unallocated regions as containing bytes with the value zero, but there is actually no disk space used to represent these zeros. In other words, all meaningful or nonzero data is allocated, whereas all non-meaningful data (large strings of data composed of zeros) is not allocated. When a sparse file is read, allocated data is returned as stored and unallocated data is returned, by default, as zeros, in accordance with the C2 security requirement specification. Sparse file support allows data to be deallocated from anywhere in the file.

 

usn

Typically used by support professionals. Manages the update sequence number (USN) change journal, which provides a persistent log of all changes made to files on the volume.

 

volume

Manages a volume. Dismounts a volume or queries to see how much free space is available on a disk.

 

 Note

 

To view help for the available subcommands at the command prompt, type fsutil, type the subcommand, and then type cialis prescription online help (that is, fsutil subcommand help).

 

Fsutil: behavior

Fsutil: dirty

Fsutil: file

Fsutil: fsinfo

Fsutil: hardlink

Fsutil: objectid

Fsutil: quota

Fsutil: reparsepoint

Fsutil: sparse

Fsutil: usn

Fsutil: volume

Command-line reference A-Z

 

 

Pasted from <http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/fsutil.mspx?pf=true>

Permalink • Print • Comment
« Previous PageNext Page »
Made with WordPress and Semiologic • Sky Gold skin by Denis de Bernardy