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.

How to Create a Password Reset Disk

If you’re running Windows XP Professional as a local user in a workgroup environment, you can create a password reset disk to log onto your computer when you forget your password. To create the disk:

1.Navigate Start=>Control Panel=>User Accounts.
2.Click your account name.
3.Under Related Tasks, click Prevent a forgotten password.
4.Follow the directions in the Forgotten Password Wizard to create a password reset disk.
5.Store the disk in a secure location, because anyone using it can access your local user account.

Force users to press Ctrl-Alt-Delete to Logon

Force users to press Ctrl-Alt-Delete to Logon
(XPPro only)
Go to start=>run, and type 'control userpasswords2'
(without quotes)

What is Hibernation and How to enable and use it

Under Windows 98, Me, or 2000 there was an option in the shutdown dialog box to enter the computer into hibernation (where all the content of the RAM is copied to the hard disk). The shutdown dialog box of Windows XP doesn't offer any longer the hibernation button. Some users may get confused about how to enable the hibernation mode. If this mode is supported by your motherboard (ACPI) you have to do the following:

1. Click 'Start' and 'Shut Down',

2. Point to the 'standby' button and maintain the 'shift' key pushed

3. A new 'hibernate' button appears instead of 'standby': click it while still holding the shift key: now your PC will hibernate.

If you can't see this hibernate button still, in your system hibernation may not be activated. To activate it:

1. open 'desktop properties' window from the right click pop-up menu

2. Select screensaver tab and click the power button

3. Under a 'hibernate' tab you will see a check box to enable hibernation. Enable it and apply/save the changes.

If you still donot see the hibernate tab in the afore mentioned window, either your motherboard do not support hibernation or you haven't installed the drivers properly.

How to Rename a Series of Files

When you download photos from your digital camera, they often have unrecognizable names. You can rename several similar files at once with the following procedure. This also works for renaming other types of files.
1.Open the My Pictures folder. (Click Start, and then click My Pictures.) Or open another folder containing files that you want to rename.
2.Select the files you want to rename. If the files you want are not adjacent in the file list, press and hold CTRL, and then click each item to select it.
3.On the File menu, click Rename.
4.Type the new name, and then press ENTER.
All of the files in the series will be named in sequence using the new name you type. For example, if you type Birthday, the first will be named Birthday and subsequent files in the series will be named Birthday (1), Birthday (2), and so on. To specify the starting number for the series, type the starting number in parentheses after the new file name. The files in the series will be numbered in sequence starting with the number you type. For example, if you type Birthday (10), the other files will be named Birthday (11), Birthday (12), and so on.

Remove Shared Documents if not Interested in Networking

Open Regedit(Start- Run-Regedit) and navigate to

HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerMy ComputerNameSpaceDelegateFolders

There will see a sub-key named
{59031a47-3f72-44a7-89c5-5595fe6b30ee}.
By Deleting this you can remove the 'Other Files stored on This Computer' group.

Airtel Mobile Office settings for China mobile phones

China mobiles are used in large number in India but most of these phones are not compatible with indian networks that provide gprs facilities. So in this post let us see how to configure china mobile manually so that airtel mobile office can be used in then also.
Follow the following operations.
First click SERVICES icon in
main menu=>DATA ACCOUNT=>GPRS=>EDIT any existing account.

Configure the parameters as following.
Account Name: MO
APN: airtelgprs.com
Auth.Type: Normal
save all the settings. Come back to SERVICES=>WAP=>SETTINGS=>EDIT any existing account=>Rename Profile as: Mobile Office
Homepage: www.featuredfuture.blogspot.com
Data account:MO
(which we created previously)
In 'Connection Type' you can find three options
a) Connection-oriented
b) Connectionless
c) HTTP
Choose a) connection-oriented

and configure the connection as following:
IP Address: 202.056.231.117
Security: off
Again save all the settings and click BACK button and choose "Activate Profile". Come back to SERVICES=>WAP=>HOMEPAGE and you can browse now.

Spying with Mobile Phone

Now you can spy on anyone using your cellphone. Just do the following.
Activate the "Automatic Answer" in the headset profile of your cellphone and set the ringing volume to "Mute"
Short-circuit the left middle and right pins on the bottom of the mobile phone with all connections touching each other. This will activate profile "Headset". If you cant do this just keep your earphone connected to mobile. Now place it under a table in a room and call it. Now you can use your phone for checking out what people are talking about in a room. Just call on your phone. The phone receives the call without ringing and you can listen to what people are talking.

RESET THE LIFETIME OF NOKIA PHONES

If you want to reset Life Timer counter on your Nokia just download files attached and follow my instructions. First, you will need USB cable for your phone (DKE-2, CA-53, DKU-2). Also PC suite must be installed because you will need Nokia cable driver. The latest version of Nokia PC suite has cable driver which is attached and install it instead driver which comes with PC suite 6.86 or later. If you don't install proper cable driver the Nemesis will show an error while reading or writing EEPROM (Electrically Erasable Programmable Read Only Memory).
So, let's start:
* Install nemesis service suite
* Install Nokia connectivity cable driver attached (This is necessary only if your PC Suite is one of latest versions).
* Connect phone via USB.
* Open Nemesis and click on magnifying glass on the right.
* Click on "phone info" icon and "permanent memory" tab on the lower right near "FBUS info" tab.
* Click on "write" button.
* Them choose to open the "Lifetimes.pm" file which you extracted somewhere before and wait for a moment.
* That's it! Reboot the phone and type *#92702689# and SUPRISE! Now you have 0 hours of talk.
Here is the list of tested phones so far: 5500 sport, 5700XM, 6110 navigator, 6120 classic, 6630, 6680, E50, E51, E61i, E65, N70, N72, N73, N73ME, N80, N818gb, N82, N91, N93, N95

Programming Languages Collection : Download 29 Programming Languages

Collection of 29 Programming Languages softwares for programer In CD iso:

Basic Compiler V2.0
Borland Pascal with Objects 7.0
Borland Turbo C++ v4.5
Borland Turbo C++ v.5.02
C Builder 4.0 upgrade
C++-7
C-Cover v5.2.9 W9XNT - C-Cover v5.2.8 UNIX
GW Basic V2.02
GW Basic V3.22
Micrisoft Fortan 5.1
Microaoft Cobol 4.5
Microsoft Fortran 77 3.10
P2 C pascal Compiler 1.6e
PCLOGO
Power Basic Compiler
Quick C 2.0
Quick Basic
SWBAppPanels Control v1.0
Tasm5
The Code Artist v3.2
Turbo C Tools v6.0
turbo Pascal For windows 1.5
Turbo Pascal.7.0
TURBO C++
Turbo C 3.0
Turbo Basic 1.0
VB Compress Pro v6.02
VB Service v2.0
VxD Writer 2.0
Download Links:

Hotfile Link:

http://hotfile.com/dl/13769198/95bf0c2/ProgrammingLGCLISO.part1.rar.html
http://hotfile.com/dl/13769286/7aaf53b/ProgrammingLGCLISO.part2.rar.html
http://hotfile.com/dl/13769292/942be44/ProgrammingLGCLISO.part3.rar.html

Rapidshare Link

http://rapidshare.com/files/286452203/ProgrammingLGCLISO.part1.rar
http://rapidshare.com/files/286451617/ProgrammingLGCLISO.part2.rar
http://rapidshare.com/files/286451036/ProgrammingLGCLISO.part3.rar

Enabling Blue Screen of Death in XP

Enabling Blue Screen of Death

1. Start “Registry Editor” by clicking on “Start”, then “Run”, type “regedit” and click “OK”

2. Navigate to subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\i8042prt\Parameters

3. In “Edit” menu click “New”->”DWORD Value”

4. Name new value “CrashOnCtrlScroll” (without quotes)

5. Double click on new value to edit it. Set new “Value data” to 1

6. Restart your computer

7. To crash Windows hold down right CTRL key and press thee SCROLL LOCK key two times

How to enable Installing Windows XP without entering Serial code Manually

Without serial number You can configure W2K to install without having to manually enter the CD key during the setup process.


First, you want to copy your Windows xp setup files from your CD to your hard drive. You have to copy at least the I386 directory.

Now go into the I386 directory you just copied onto your hard drive and look for a file called setupp.ini.

Right click it, select Properties, and remove the Read-only checkmark. Now open the file to edit it.

Your setup.ini file should read something like this:


[Pid]

ExtraData=6166656C736263737373B2574A0581

Pid=51873XXX



Replace the 3 X's (generally it'll be three zeros) at the end with u hav to use last 3 digits of windows build number and make a '.dll' file in xp setup. Then make a bootable cd and enjoy (without serial no)

Toll Free Numbers in India

These are some toll free numbers in India

Airlines
Indian Airlines - 1800 180 1407
Jet Airways - 1800 22 5522
Spice Jet - 1800 180 3333
Air India-- 1800 22 7722
Kingfisher - 1800 180 0101

Banks

ABN AMRO - 1800 11 2224
Canara Bank - 1800 44 6000
Citibank - 1800 44 2265
Corporation Bank - 1800 443 555
Development Credit Bank - 1800 22 5769
HDFC Bank - 1800 227 227
ICICI Bank - 1800 333 499
ICICI Bank NRI - 1800 22 4848
IDBI Bank - 1800 11 6999
Indian Bank - 1800 425 1400
ING Vysya - 1800 44 9900
Kotak Mahindra Bank - 1800 22 6022
Lord Krishna Bank - 1800 11 2300
Punjab National Bank - 1800 122 222
State Bank of India- 1800 44 1955
Syndicate Bank - 1800 44 6655

Automobiles

Mahindra Scorpio - 1800 22 6006
Maruti - 1800 111 515
Tata Motors - 1800 22 5552
Windshield Experts - 1800 11 3636

Computers/IT

Adrenalin - 1800 444 445
AMD - 1800 425 6664
Apple Computers - 1800 444 683
Canon - 1800 333 366
Cisco Systems - 1800 221 777
Compaq - HP - 1800 444 999
Data One Broadband - 1800 424 1800
Dell - 1800 444 026
Epson - 1800 44 0011
eSys - 3970 0011
GenesisTallyAcademy- 1800 444 888
HCL - 1800 180 8080
IBM - 1800 443 333
Lexmark - 1800 22 4477
Marshal's Point - 1800 33 4488
Microsoft - 1800 111 100
Microsoft Virus Update - 1901 333 334
Seagate - 1800 180 1104
Symantec - 1800 44 5533
TVS Electronics - 1800 444 566
WeP Peripherals - 1800 44 6446
Wipro - 1800 333 312
Xerox - 1800 180 1225
Zenith - 1800 222 004

Indian Railway Enquiries

Indian Railway General Enquiry 131
Indian Railway Central Enquiry 131
Indian Railway Reservation 131
Indian Railway Railway Reservation Enquiry 1345,1335,1330
Indian Railway Centralised Railway Enquiry 1330/1/2/3/4/ 5/6/7/8/9

Couriers/Packers & Movers

ABT Courier - 1800 44 8585
AFL Wizz - 1800 22 9696
Agarwal Packers & Movers - 1800 11 4321
Associated Packers P Ltd - 1800 21 4560
DHL - 1800 111 345
FedEx - 1800 22 6161
Goel Packers & Movers - 1800 11 3456
UPS - 1800 22 7171

Home Appliances

Aiwa/Sony - 1800 11 1188
Anchor Switches - 1800 22 7979
Blue Star - 1800 22 2200
Bose Audio - 1800 11 2673
Bru Coffee Vending Machines - 1800 44 7171
Daikin Air Conditioners - 1800 444 222
DishTV - 1800 12 3474
Faber Chimneys - 1800 21 4595
Godrej - 1800 22 5511
Grundfos Pumps - 1800 33 4555
LG - 1901 180 9999
Philips - 1800 22 4422
Samsung - 1800 113 444
Sanyo - 1800 11 0101
Voltas- 1800 33 4546
WorldSpace Satellite Radio - 1800 44 5432

Investments/ Finance

CAMS - 1800 44 2267
Chola Mutual Fund - 1800 22 2300
Easy IPO's - 3030 5757
Fidelity Investments - 1800 180 8000
Franklin Templeton Fund - 1800 425 4255
J M Morgan Stanley - 1800 22 0004
Kotak Mutual Fund - 1800 222 626
LIC Housing Finance - 1800 44 0005
SBI Mutual Fund - 1800 22 3040
Sharekhan - 1800 22 7500
Tata Mutual Fund - 1800 22 0101

Travel

Club Mahindra Holidays - 1800 33 4539
Cox & Kings - 1800 22 1235
God TV Tours - 1800 442 777
Kerala Tourism - 1800 444 747
Kumarakom LakeResort- 1800 44 5030
Raj Travels & Tours - 1800 22 9900
Sita Tours - 1800 111 911
SOTC Tours- 1800 22 3344

Healthcare

Best on Health - 1800 11 8899
Dr Batras - 1800 11 6767
GlaxoSmithKline - 1800 22 8797
John son & John son - 1800 22 8111
Kaya Skin Clinic - 1800 22 5292
LifeCell - 1800 44 5323
Manmar Technologies - 1800 33 4420
Pfizer - 1800 442 442
Roche Accu-Chek - 1800 11 45 46
Rudraksha - 1800 21 4708
Varilux Lenses - 1800 44 8383
VLCC - 1800 33 1262

Insurance

AMP Sanmar - 1800 44 2200
Aviva - 1800 33 2244
Bajaj Allianz - 1800 22 5858
Chola MS General Insurance - 1800 44 5544
HDFC Standard Life - 1800 227 227
LIC - 1800 33 4433
Max New YorkLife - 1800 33 5577
Royal Sundaram - 1800 33 8899
SBI Life Insurance - 1800 22 9090

Hotel Reservations

GRT Grand - 1800 44 5500
InterContinental Hotels Group - 1800 111 000
Marriott - 1800 22 0044
SarovarParkPlaza- 1800 111 222
Taj Holidays - 1800 111 825

Teleshopping

Asian Sky Shop - 1800 22 1800
Jaipan Teleshoppe - 1800 11 5225
Tele Brands - 1800 11 8000
VMI Teleshopping - 1800 447 777
WWS Teleshopping - 1800 220 777

Others

Domino's Pizza - 1800 111 123

Cell Phones

BenQ - 1800 22 08 08
Bird CellPhones - 1800 11 7700
Motorola MotoAssist - 1800 11 1211
Nokia - 3030 3838
Sony Ericsson - 3901 1111.

Reset Your Mobile Memory Card Password Easily

We usually set password for our memory card for privacy and security, but the common mistake every one does at least once in out life time forgetting password. If you set password for mobile memory card, then you should be not forget the password. If you does then the only option is to formate your memory card with the help of the card reader and eventually the loss of all your data stored on it. There is a way to break the security wall. If you are a Symbian device lover then no need to worry about the password. You can crack them in few minutes.


In this tutorial I am going to teach you how to reset your memory card password in easy step. Before we start you need to have X-plore (application used to explore your system files and folder even the hidden folders in your device)

Step1: Install X-Plore in your mobile. If you want to download X-Plore search around internet you can download free trail.

Step2: Open your X-plore apps and Press 0 (Zero) and check which you have marked the "show the system files"

Step3: Once you done that now go to the following path C:/Sys/Data/Mmcstore

Step4: Once you reached there you need to press "3" under option to set it in the Hex-viewer

Step5: See the third column you will able to see a line of code ! TMSD02G (c??"?x???6?2?6?2?6). Just check the character between the "?" it is your password ie: 62626

Note: If you have not set the password, then you will not able to gain access to C:/Sys/Data

Get Symbian S60v3/v5 Certification & Key in 5 minutes

This tutorial is easy to understood and teach you how to get the certificate key. I have explained this tutorial with screen shot by installing the English version. Although the English version is unsigned which cannot be installed with out the phone hacking. If you want to install English version you have to install unsigned application using Drakkarious or using Bin-PAD Secman method I have used the chines version of signed application which will install on your device with out any error. Just follow the screen shot, it will guide you to achieve the goal.



The certificate and key generated by this method will expire in next 3 years and have 17 capabilities like opda's certification.


Download Link: XStevedore.zip

Step1: Download and install the signed version of the Symbian application on your Nokia device.

Step2: Open the application and select the Settings option ans shown in the screen shot.

Step3: Under the setting option you will able to check the three option 1) Access Point 2) download path 3) Quit Tips

Step4: Change the access point to your mobile operator access point where you can get conneced with Internet

Step5: Change the download Path to the SD Memory card.

Step6: Once you done the step 4 & step 5 now come to the previous menu as shown in screen shot 1

Step7: Now select the Signature option and get in to the Signature option.

Step8: Now check the option bottom at the left button under which you can find "certificate tool"

Step9: under the certificate tool you will able to see two option. Now select the "A bottom to download"

Step10: After you selecting the "A button to download" the downloading will start automatically by using the default access point that you set in step 4 and it will ask where to save the file, now select the memory stick to save.

Step 11: With the help of X-plore browse the certificate. In this tutorial I have saved the certificate under MyCert Folder

The following mobile phones will support this certification method
Nokia

N96, N95, N93i, N92, N91, N86, N85, N82, N81, N80, N79, N7 8, N 77, N76, N75, N73, N71, E90, E75, E72, E71, E63, E70, E66, E65, E62, E61 i, E61, E60, E55, E50, 6650T, 6220c, 6210n, 6122c, 612 0c, 61 10N, 6290, 5730XM, 5700, 5630XM, 5500, 5320XM, 3260, 32 50, 5800/ 5802/ 5230/ N97/ N97mini/ X6
Samsung

G810e, G818e, I400, I408, I450, I458, I520, I528, I550, I5 5 0w, I558, I558w, I560, I568, I8510, L870, L878, I8910
LG

KT610

Sony
U1i

Note: Indian user are getting some error while downloading from the default access point I advise them to use Proper Access point

If your device fail to download the certificate then I advise you to try this method after an hour.

Make Your Windows XP Service Pack 2 Genuine

1) Start > run > "regedit" (without the quotes)


2) Go to the key:

HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\Windows NT\CurrentVersion\WPAEvents\OOBETimer

Doubleclick on it. Then change some of the value data to ANYTHING ELSE...delete some, add some letters, just change it! now close out regedit.

3) Go to start > run > "%systemroot%\system32\oobe\msoobe.exe /a" (without quotes)

4) The activation screen will come up, click on register over telephone, then click on CHANGE PRODUCT KEY, enter in this key: JG28K-H9Q7X-BH6W4-3PDCQ-6XBFJ. then press Remind me later

Now you can download all the updates without activating, and the Genuine Microsoft Validation thingy won't bug you no more!

My Favourite Mobile Softwares

Here are some Mobile Java applications that i have uploaded to 4shared.com

Bluetooth File Manager


MagicBlueHack

Mifsafe Password keeper

Moby Explorer  File Explorer

NewsHunt

Opera 5.1 browser
Opera 4.220663adv-us browser 4.2

Quran software 1  A software of Quran

Quran Software  Another Software of quran

Super Bluetooth hack

TeaShark  Browser

UCWEB  Browser