Restricting Logon Access in Win XP

If you work in a multiuser computing environment, and you have full (administrator level) access to your computer, you might want to restrict unauthorized access (as guest) to your "sensitive" files under Windows 95/98. One way is to disable the Cancel button in the Logon dialog box.
Just run Regedit and goto:

HKEY_LOCAL_MACHINE/Network/Logon

Create the "Logon" subkey if it do not exist already on your machine:
highlight the Network key => right click in the left hand Regedit pane =>select New => Key=> name it "Logon" (no quotes) => press Enter.
Then add/modify a DWORD value and call it "MustBeValidated" (don't type the quotes). Double-click it, check the Decimal box and type 1 for value.
Now click the Start
button => Shut Down=> Log on as a different user, and you'll notice that the Logon Cancel button has been disabled.
Thus no guests are allowed anymore

Speed up browsing in your Windows 2000 and XP machines

Here's a great tip to speed up your browsing in Windows XP machines. It's actually a fix to a bug installed as default in Windows 2000 that scans shared files for Scheduled Tasks. And it turns out that you can experience a delay as long as 30 seconds when you try to view shared files across a network because Windows 2000 is using the extra time to search the remote computer for any Scheduled Tasks. Note that though the fix is originally intended for only those affected, Windows 2000 users will experience that the actual browsing speed of both the Internet & Windows Explorers improve significantly after applying it since it doesn't search for Scheduled Tasks anymore. Here's how:

Open up the Registry using the 'Regedit' run command and go to :
HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/Current Version/Explorer/RemoteComputer/NameSpace

Under that branch, select the key :
{D6277990-4C6A-11CF-8D87-00AA0060F5BF} and delete it.
This is key that instructs Windows to search for Scheduled Tasks. If you like you may want to export the exact branch so that you can restore the key if necessary. This fix is so effective that it doesn't require a reboot and you can almost immediately determine yourself how much it speeds up your browsing processes.

to get sms alerts about tricks in ur mobile (in India) send join MASTERMEDIA to 9219592195

Remove the Recycle Bin from the Desktop For Ever

If you don't use the Recycle Bin to store deleted files, you can get rid of its desktop icon all together.
Run Regedit using the run command 'regedit' and go to:

HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/
CurrentVersion/explorer/Desktop/NameSpace

Click on the "Recycle Bin" string in the right hand pane. Hit Del and click OK. From now onwards recycle bin will not be shown even in the desktop properties window.

How to Rename the Recycle Bin

This is how to change the name of recycle bin in windows XP. It is not possible to rename Recycle Bin simply as we do on a file folder. To change the name of the Recycle Bin desktop icon, open Regedit and go to:

HKEY_CLASSES_ROOT/CLSID/{645FF040-5081-101B-9F08-00AA002F954E}

and change the name "Recycle Bin" to whatever you want (don't type any quotes).

Hide User Accounts from Users in Windows XP

This is how to hide 'User Accounts' from users.

Go to Start=>Run, and type:
GPEDIT.MSC
Open the path
User Configuration=> Administrative
Templates => Control Panel.
doubleclick "Hide specified Control Panel applets".
put a dot in 'enabled', then click 'Show". click Add button, type "nusrmgt.cpl" into the add box.
done...

Mobile Number Portability In India

From 20th
January onwards you can port to any other service provider without changing your mobile number. We have already told you about this date. you will be following in order to get your number, ported. So, now from today when then Mobile Number Portability is getting enabled I would like to discuss about some of the features and points while using this new facility. We told you the whole procedure which you were supposed to perform on your mobile, but there are certain documents and forms which are supposed to be filled and then deposited to the service provider for getting your number ported. All the essential points and formalities have been mentioned below:

Obtain the Customer Acquisition Form and Porting form
from the service
provider. Make sure that you go through all the points written in that form and especially all the necessary conditions for porting your number.

Submit the form with the required ID proof to the service provider and pay Rs 19/- as the porting charge. They will
give you a new SIM and they will tell you the date and time of the number for the porting procedure. Make sure that you put that SIM in your mobile as per the allotted date and time. TRAI has claimed that the while procedure will be completed in 2 hours and that too during night hours. Once you get your number ported you will not be allowed to port to any other service provider for next 90 days. If you are a postpaid mobile subscriber then make sure that you have paid all your bills and there are no dues left on your number and you will have to show the copy of the last bill paid to the new subscriber for number porting. The number will be ported within that same area and if you are a prepaid user then make sure that you used all your balance because after porting you will be having zero balance.

NTFS vs FAT : A Comparison

Here the file systems NTFS and FAT are compared. 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 file 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.

~ 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 it is available when you've booted a computer from a floppy disk. For this reason, many system administrators 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, I don't think it's necessary or desirable to create that initial FAT partition. When to Use FAT or FAT32 If you're running more than one operating system on a single computer ( see Dual booting in Guides), you will definitely need to format some of your volumes as FAT. Any programs or data that need to be accessed by more than one operating system on that computer should be stored on a FAT16 or possibly FAT32 volume. But keep in mind that you have no security for data on a FAT16 or FAT32 volume —any one with access to the computer can read, change, or even delete any file that is stored on a FAT16 or FAT32 partition. In many cases, this is even possible over a network. So do not store sensitive files on drives or partitions formatted with FAT file systems.