Thursday, January 21, 2010

How to Make Firefox Run Faster

Step 1


Change the default settings in Firefox in order to make it speedier. Type the phrase "About:Config" into the address bar of your Firefox address bar. Then hit the "Enter" button on your keyboard. A window will pop up displaying multiple settings. Although some of these listings may look a little advanced, they can still be edited very easily to increase your browsing speed.

Step 2



Change the entry "network.http.pipeling" to "true" by clicking it twice. This will help to increase the loading speed of your pages, especially ones with numerous graphics.

Step 3



Change the entry "network.http.proxy.pipeling" from "false" to "true" by double-clicking it. The last default setting that you'll need to change is "network.http.pipeling.maxrequests." Change it from "4" to "8" by clicking it twice.

Step 4



Right-click anywhere in this settings page. You'll see a list of new menu options. Choose "New" and then "Integer." Name this new setting "Nglayout.initialpaint.delay." Set the value to 0. Changing this setting will prevent your Firefox browser from having to wait before it acts on any received information.

Step 5



Use a high-speed internet connection if you would like to really notice the difference in how fast your Firefox browser has become. Your web pages will load much faster because you have sped up Firefox's reaction time and increased the number of requests the browser can respond to at once. Instead of waiting patiently for your Firefox browser to respond to your click requests, it will deliver information at a remarkable rate.

Tuesday, January 19, 2010

How can I change the System partition drive letter in Windows XP?(registry method)

From the title , i will teach you to change Sytem Partition Letter/ tag/ name in registry editor. The simple method is ...
For the most part, this is not recommended, especially if the drive letter is the same as when Windows was installed. The only time that you may want to do this is when the drive letters get changed without any user intervention. This may happen when you break a mirror volume or there is a drive configuration change. This should be a rare occurrence and you should change the drive letters back to match the initial installation.

To change or swap drive letters on volumes that cannot otherwise be changed using the Disk Management snap-in, use the following steps:

Note: In these steps, drive D refers to the (wrong) drive letter assigned to a volume, and drive C refers to the (new) drive letter you want to change to, or to assign to the volume.

1. Make a full system backup of the computer and system state.
2. Log on as an Administrator.
3. Start Regedt32.exe (or Regedit.exe in Windows XP).
4. Go to the following registry key:

HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices


1. Click MountedDevices.
2. On the Security menu, click Permissions.
3. Check to make sure Administrators have full control. Change this back when you are finished with these steps.
4. Quit Regedt32.exe, and then start Regedit.exe.
5. Go to the following registry key:

HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices


1. Find the drive letter you want to change to (new). Look for "\DosDevices\C:".
2. Right-click \DosDevices\C:, and then click Rename. In Windows 2000 you must use Regedit instead of Regedt32 to rename this registry key.
3. Rename it to an unused drive letter "\DosDevices\Z:". (This will free up drive letter C: to be used later.)
4. Find the drive letter you want changed. Look for "\DosDevices\D:".
5. Right-click \DosDevices\D:, and then click Rename.
6. Rename it to the appropriate (new) drive letter "\DosDevices\C:".
7. Click the value for \DosDevices\Z:, click Rename, and then name it back to "\DosDevices\D:".
8. Quit Regedit, and then start Regedt32 (not required in Windows XP).
9. Change the permissions back to the previous setting for Administrators (this should probably be Read Only).
10. Restart the computer.

Gud Luck Yah ! ^_^

How To Change Drive Icons And Labels

There's a million trick to change drive icons and label, but today, i would share with you one of the method. ^_^


How to change Drive icons and labels (Windows XP,2000)

To change Drive icon:
1- Click Start > Click Run > type “regedit” to run Registry Editor
2- Find following:
HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Windows / CurrentVersion / Explorer
3-create a new Key and name “DriveIcons
4- Under DriveIcons create a new Key with the drive letter ( for example C ), within drive letter create a new key and name “DefaultIcon”.
5- Give the default value , the icon you want to use, for example : c:\windows\system32/shell32.dll,74

To change Drive Label:
Do step one and two

Under DriveIcons create a new Key with the drive letter ( for example C ), within drive letter create a new key and name “DefaultLabel”.
Give the Default Value, the label you want. For example Windows.

Close Registry Editor and reboot your Computer
Note: editing the registry may damage your system. Please create a restore points before any changes.

Monday, January 18, 2010

Talk To My Computer

Halo,..today, i would like to share with you the simple program which is, you can talk with ur own computer.. Here's the trick. First of all, you need to : -

1)Open the notepad
2)Copy this coding into the notepad without ♥ symbol

strText = inputbox("What should Sam say?","SAM")
set objVoice = CreateObject("SAPI.spVoice")
ObjVoice.speak strText

3)Save it as MICROSOFT SAM.vbs

Lastly, try to double click on that program. WhaCk !! the program make the computer talk to you ! ^_^

Monday, December 21, 2009

How To Disable IP Protection block Malwarebytes Anti-malware

So here is tutorial how to block IP Protection ..

Create the indicated registry value (labeled as key | value) with the indicated data and reboot to enforce the policies below. All of the values are of type DWORD. In order to create a registry value, open the Registry Editor (Start -> Run -> regedit), navigate to the key listed, and then right-click in the right-hand panel and choose New -> DWORD.

1) HKEY_LOCAL_MACHINE\Software\Malwarebytes' Anti-Malware | silentipmode
Description: With a DWORD value of 1, the protection module will block and log IPs silently.

2) HKEY_LOCAL_MACHINE\Software\Malwarebytes' Anti-Malware | startipdisabled
Description: With a DWORD value of 1, IP blocking will start disabled on reboot, although it can be enabled subsequently.

3) HKEY_LOCAL_MACHINE\Software\Malwarebytes' Anti-Malware | disableipblocking
Description: With a DWORD value of 1, IP blocking will be permanently disabled (cannot be toggled)


This will fix your current problem ;)
So happy hAcking..

Wednesday, June 17, 2009

Cmd Auto Shutdown Virus

Remove the pc-off.bat



A few months ago, I've found fixed my friend’s computer’s problem. She was having problems accessing the command prompt (DOS) from her Windows XP operating system. Every time she attempts to execute “cmd” on her Run dialog box, her computer automatically shuts down. Here is my analysis on how the virus prevents her from using the command prompt and how to remove the virus from the system.

Problem


A virus is preventing the user from using the command prompt. When “cmd” is used, the system automatically shuts off.



Analysis


After giving attempting the “cmd” on her system, the command prompt executes a file called “pc-off.bat“. If my assumptions are correct, this file causes the system to shut down. The file injects itself before the “cmd” command starts.


The only way that this can be done is to inject a command in the Command Processor registry entry. To solve the problem, we have to trace and remove the command that was injected by the virus.


Solution


We must first gain access to our registry editor (regedit on your run prompt). In some cases, the virus disables user (admin) access to the registry. Since the virus injects itself in our command prompt, using DOS to access the registry is not possible. What I can suggest is you download and install an alternate registry editor which you can use to browse your registry editors.


One you gain access to the system registry, browse on the [HKEY_CURRENT_USERSoftwareMicrosoftCommand Processor] and remove the “autorun“= “c:Windowspc-off.bat” entry.

Free Image Hosting at www.ImageShack.us

QuickPost Quickpost this image to Myspace, Digg, Facebook, and others!


After removing the autorun entry, download and run this batch file.


Today i would like to share with u my new version of virus washer for pc-off.bat, click the link below :-


Click Here


In some reported cases, the pc-off.bat virus have other variations like bar311.exe, password_viewer.exe, and photos.zip.exe. The fix file above should remove these files as well.

After fixing the problem, update your anti-virus or buy an updated anti-virus to prevent further infection.

Wednesday, June 3, 2009

Configure Riger DB102

Fisrt of all:-

1)

Go to http://192.168.1.1.


* Username: tmadmin

* Password: tmadmin

Then you will see this above page. Go and click at the WAN Tab and click at PPP.

2)

Set the new interface as:


* PPP interface = 0

* ATM VC = aal5-0

* Protocol = PPoE

* Use DNS = enable

* Security = PAP


3)

Don’t forget to set your username as username@streamyx and also your TMNet Streamyx password. When done, click Submit.

Click on ATM VC and make sure interface are set as:


* aal5-0 VPI = 0

* VCI = 35

* MUX = LLC

* Max proto = 2


4)

After that, click on Admin and then Commit and then Reboot Once it’s done you should check your Internet connectivity by loading your favorite website.


If you’re unable to go to 192.168.1.1, please make sure that your PC IP is in the range of 192.168.x.x.


Done!