Provide Remote Assistance When Using a NAT Device

October 27, 2011

 

You can provide Remote Assistance to a friend who uses a Network Address Translation (NAT) device by modifying the Remote Assistance invitation using XML. Network Address Translation is used to allow multiple computers to share the same outbound Internet connection. To open a Remote Assistance session with a friend who uses a NAT device:

1. Ask your friend to send you a Remote Assistance invitation by e–mail.
2. Save the invitation file to your desktop.
3. Right–click the file, and then click Open With Notepad. You'll see that the file is a simple XML file.
4.Under the RCTICKET attribute is a private IP address, such as 192.168.1.100.
5. Over–write this IP address with your friend's public IP address. Your friend must send you his or her public IP address: they can find out what it is by going to a Web site that will return the public IP address, such as http://www.dslreports.com/ip.
6. Save the file, and then double–click it to open the Remote Assistance session.

Now, you'll be able to connect and provide them with the help they need. So that your inbound IP connection is routed to the correct computer, the NAT must be configured to route that inbound traffic. To do so, make sure your friend forwards port 3389 to the computer they want help from.

 

NTFS vs FAT

October 27, 2011

 

To NTFS or not to NTFS—that is the question. But unlike the deeper questions of life, this one isn't really all that hard to answer. For most users running Windows XP, NTFS is the obvious choice. It's more powerful and offers security advantages not found in the other file systems. But let's go over the differences among the files systems so we're all clear about the choice. There are essentially three different file systems available in Windows XP: FAT16, short for File Allocation Table, FAT32, and NTFS, short for NT File System.


FAT16
The FAT16 file system was introduced way back with MS–DOS in 1981, and it's showing its age. It was designed originally to handle files on a floppy drive, and has had minor modifications over the years so it can handle hard disks, and even file names longer than the original limitation of 8.3 characters, but it's still the lowest common denominator. The biggest advantage of FAT16 is that it is compatible across a wide variety of operating systems, including Windows 95/98/Me, OS/2, Linux, and some versions of UNIX. The biggest problem of FAT16 is that it has a fixed maximum number of clusters per partition, so as hard disks get bigger and bigger, the size of each cluster has to get larger. In a 2–GB partition, each cluster is 32 kilobytes, meaning that even the smallest file on the partition will take up 32 KB of space. FAT16 also doesn't support compression, encryption, or advanced security using access control lists.

FAT32
The FAT32 file system, originally introduced in Windows 95 Service Pack 2, is really just an extension of the original FAT16 file system that provides for a much larger number of clusters per partition. As such, it greatly improves the overall disk utilization when compared to a FAT16 file system. However, FAT32 shares all of the other limitations of FAT16, and adds an important additional limitation—many operating systems that can recognize FAT16 will not work with FAT32—most notably Windows NT, but also Linux and UNIX as well. Now this isn't a problem if you're running FAT32 on a Windows XP computer and sharing your drive out to other computers on your network—they don't need to know (and generally don't really care) what your underlying file system is.

The Advantages of NTFS
The NTFS file system, introduced with first version of Windows NT, is a completely different file system from FAT. It provides for greatly increased security, file–by–file compression, quotas, and even encryption. It is the default file system for new installations of Windows XP, and if you're doing an upgrade from a previous version of Windows, you'll be asked if you want to convert your existing file systems to NTFS. Don't worry. If you've already upgraded to Windows XP and didn't do the conversion then, it's not a problem. You can convert FAT16 or FAT32 volumes to NTFS at any point. Just remember that you can't easily go back to FAT or FAT32 (without reformatting the drive or partition), not that I think you'll want to.

The NTFS file system is generally not compatible with other operating systems installed on the same computer, nor is it available when you've booted a computer from a floppy disk. For this reason, many system administrators, myself included, used to recommend that users format at least a small partition at the beginning of their main hard disk as FAT. This partition provided a place to store emergency recovery tools or special drivers needed for reinstallation, and was a mechanism for digging yourself out of the hole you'd just dug into. But with the enhanced recovery abilities built into Windows XP (more on that in a future column), I don't think it's necessary or desirable to create that initial FAT partition.

 

Make your Folders Private

October 27, 2011

 

•Open My Computer
•Double-click the drive where Windows is installed (usually drive (C:), unless you have more than one drive on your computer).
•If the contents of the drive are hidden, under System Tasks, click Show the contents of this drive.
•Double-click the Documents and Settings folder.
•Double-click your user folder.
•Right-click any folder in your user profile, and then click Properties.
•On the Sharing tab, select the Make this folder private so that only I have access to it check box.


Note

•To open My Computer, click Start, and then click My Computer.
•This option is only available for folders included in your user profile. Folders in your user profile include My Documents and its subfolders, Desktop, Start Menu, Cookies, and Favorites. If you do not make these folders private, they are available to everyone who uses your computer.
•When you make a folder private, all of its subfolders are private as well. For example, when you make My Documents private, you also make My Music and My Pictures private. When you share a folder, you also share all of its subfolders unless you make them private.
•You cannot make your folders private if your drive is not formatted as NTFS For information about converting your drive to NTFS

 

Add “Copy To Folder” & “Move To Folder” In Right-Click Menu

October 27, 2011

 

To do so, follow the steps given below:
  • Goto Start-->Run. Type regedit and press enter.
  • Navigate to
  • HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers.
  • It tells you it's a shell extension key that lets you customize the user shell or the interface.
  • Create a new key called Copy To.
  • Set the value to {C2FBB630-2971-11d1-A18C-00C04FD75D13}.
  • Create another new key called Move To.
  • Set the value to {C2FBB631-2971-11d1-A18C-00C04FD75D13}.
  • Exit the Registry. The changes take effect immediately.
  • The Copy To Folder and Move To Folder options will appear when you right-click a file and choose one of the options, you'll be able to move or copy the file using a dialog box.
  • Done!!!Add Copy To Folder  & Move To Folder In Right-Click Menu
 

Turn Off Window Animation

October 27, 2011

 

You can shut off the animation displayed when you minimize and maximize Windows. Open Registry Editor and go to HKEY_CURRENT_USER\Control panel \Desktop\WindowMetrics. Create a new string value MinAnimate. Set the value data of 0 for Off or 1 for On.
 

Recent Posts