Tuesday, 31 May 2011





open up sysoc.inf in the windows/inf folder scroll down to msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,,hide,7
delete hide so it looks like this:
msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,,7
and save , unhide the sysoc.inf file and then goto add/remove progs/windows components and delete messenger


How To Speed Up A Slow Computer






first off in the bottom right hand corner of your computer if you see alot of icons start up there when you first start your computer then this is for you if you dont know already how to get rid of em.

Press your Start Button (bottom left) and go to "run"

now type in: msconfig

now you will get a box that pops up and will tell you bunch of stuff dont mess with anything else other than what I tell you otherwise you could do something really bad (possible) go to your "startup" tab on the top right of the screen where it usually is and click it.

Now you will have a closed in box with bunch of filenames n addresses and more boxes with checks in them. Now if your like me you dont want anything startin up when you start you computer up or while your even doing anything cause it slows you down. Now unless your like me right now 1 have 1 thing starting up when my computer starts up and thats my settin for my overclocked vid card. But other than that uncheck every box and then hit apply and ok. Then window you were jus in will now close and ask you if you want to restart or wait till later to restart.

Enable / Disable Firewall












Open Control Panel and double click on Network Connections. In the new box that appears right click on the Connection and click on the Advanced tab. Check or uncheck the box according to your desire.












If you would like to change your boot up screen follow the directions below.
These instructions assume that you have a place to download the boot screen from the net.

1. Backup (copy) the file %windir%\system32\ntoskrnl.exe (most likely C:\windows\system32\ntoskrnl.exe - the boot screen)

2. Download the .zip to your computer

3. Extract ntoskrnl.exe to a directory other than %windir%\system32 (most likely C:\windows\system32)

4. Reboot your computer into Safe Mode (hit F8 before the boot screen) or into true DOS (from a boot disk)

5. Overwrite the file %windir%\system32\ntoskrnl.exe (which should have been backed up) with the extracted exe

6. Reboot your computer as you normally would


IMEI code: *#06#

Help Menu: *#9998*4357#

Java menu (GRPS/CSD settings for JAVA server): *#9998*5282#

Monitor Mode: *#9999#0#

Software Version: *#9999# or *#9998*9999#

Hardware Version: *#8888# or *#9998*8888#

Sim Infos: *#9998*746# or *#9998*0746# or *#0746#

Display Contrast: *#9998*523# or *#9998*0523# or *#0523#

Vibration On (until you push OK): *#9998*842# or *#9998*0842# or *#0842#

Buzzer On (until you push OK): *#9998*289# or *#9998*0289# or *#0289#

Battery & Field Infos: *#9998*288# or *#9998*0288# or *#0288#

Error log: *#9998*377# or *#9998*0377#

Sim Service table: *#9998*778# or *#9998*0778# or *#0778#

Show date and alarm clock: *#9998*782#

Show network information: *#8999*638#

Change operator logo at startup: *#9998*5646#

Production number: *#9998*76#

View melody for alarm: *#9998*968#

Non-Volatile Memory (NVM): *#9998*585#

Digital Audio Interference Off: *#3243948#

Digital Audio Interference On: *#32436837#








Use this if you just want to display your IP address and not the extra information
(default gateway / subnet mask)

Simply copy and paste the following into notepad

@echo.
@ipconfig | find "IP Address"
@echo.
@pause

And save as IP.BAT (save to your windows dir if you want to be able to access it anywhere)

Now when you type IP you will see:

---------------------------

IP Address. . . . . . . . . . . . : x.x.x.x

Press any key to continue . . .
---------------------------

(information about the code: @echo. produces a blank line, @ipconfig |
find "IP Address" causes the output of ipconfig to be piped to the find command,
which looks for the line containing "IP Address", find then outputs your IP address,
@pause causes the terminal to wait for user input before continuing.
The @ before each command tells the terminal not to echo the command being typed.)





Fix for slow xDsl internet access





This is also valid for all Windows versions.

Sometimes during browsiing you can notice that it takes time to access any web page,
and then, suddenly, your connection establishes full-speed again.

The reason lays in amount of time it needs for tcp/ip protocol to translate a host name to an IP address.
In order to fix this problem your xDSL modem shoud have an internal IP address specified in TCP/IP properties. For Win98 it would be TCP/IP bounded to NIC.
In most of the cases IP address would be 192.168.1.2; subnet mask : 255.255.255.0.

Hope it helps.