This is default featured post 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

8/29/2011

Google Advanced Search Tips and Tricks

Google is Always Top In Search Engine , Most Of People Prefer using Google compare with other search Engine like Yahoo, Bing, Etc, Google is Always High Relevent Result Provinding Search Engine, Every One Must Know Google Advanced Search Tips and Tricks Technique help to getting best Result from Google in few Seconds.

1.Search  link:url - This Search Will Give List of Links of Particular Site
Example: link:www.a2ztricks.com
This Search Will Give List of Links to www.a2ztricks.com

2. Search  related:url - This Search Will Give List of All Related Sites
Example : related:www.a2ztricks.com

3. Search site:domain - This Search Will Give List of Indexed Pages of the Domain
Example : site:www.a2ztricks.com

4. Search allinurl:Search Term - This Search Will Give List of  Whose URL had Exactly Search Term Will Appear

5. Search Inurl:Search Term - This Search Similar to allinurl but search only first word of search term in URL not all words

6. Search allintitle:Search Term – This Search Result Show Only Which Site have same Search Term in Title of websites

7. Search Intitle:Search Term – This Search Result Show Only Which Site have same Search Term in Title of websites  but all words , first word of search Term

8. Search spell:Search Term - Search Term Don’t Know  Spelling, Mistakes any words Spelling , automatically Correct Spelling search in Google
9. Search stocks:Search Term - This Search Will Give All result of  search query in stock index
10.Search filetype:extension search term – This is Most Important Useful Search Query, this search query get correct document of your extension  based  Search Term
Example: Filetype:pdf Make Money

This Search Term Result show all Adobe PDF Files Related To Search Word of Make Money, You Can Change Format and Search Term, Search any Extension doc, ppt, xls, txt, exe, Etc.

How TO Make Your Internet As Fast as Possible

Here are Registry Tweaks and Scroll down to see Patches


1.Increase bandwidth by tweaking QoS in Windows XP Pro

The following tweak applies only to Windows XP Professional edition.

The default system behavior is that all 100% bandwidth is available, however, if there is a running application that indicates to the OS it needs to send high priority/real time data, then as long as it has the socket open, Windows XP will restrict “best effort” traffic to 80% of the bandwidth so that high priority traffic can be accommodated. Basically, applications can make this request to the operating system for QoS support using the QoS application programming interfaces (APIs) in Windows and this only applies if a specific app is requesting QoS.

If you'd like to change how much bandwidth is reserved for QoS (the default is 20% of the total bandwidth), do the following:

1. Make sure you're logged in as "Administrator" (not just any account with admin privileges).
2. Navigate to START>Run and type: gpedit.msc
3. Navigate to Local Computer Policy > Administrative Templates > Network > QOS Packet Scheduler
4. In the right window, double-click the limit reservable bandwidth setting
5. On the setting tab, check the enabled setting.
6. Where it says "Bandwidth limit %", change it to read 0 (or whatever percentage you want to reserve for high priority QoS data)
7. Click OK, close gpedit.msc


Under START > My Computer > My Network Connections > View Network Connections, right-click on your connection and under Properties (where it lists your protocols), make sure QOS Packet Scheduler is enabled.



The tweak desribed below helps boost priority for DNS & hostname resolution in general. What this means is, it helps web pages load faster, and has negligible effect on downloads (not counting the couple of ms gain with the host resolution at connect-time).

Applying this tweak assumes some proficiency in editing the Windows Registry using Regedit (Start > Run > type: regedit). As always, backup your Registry before making any changes so you can revert to the previous state if you don't like the results.


2.Host Resolution Priority Tweak
host name resolution priority
Windows 2k/XP

First, open the Windows Registry using Regedit, and (after backing up) navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider



Note the following lines (all hex dwords):
Class = 008 (8) - indicates that TCP/IP is a name service provider, don't change.

LocalPriority = 1f3 (499) - local names cache
HostsPriority = 1f4 (500) - the HOSTS file
DnsPriority = 7d0 (2000) - DNS
NetbtPriority = 7d1 (2001) - NetBT name-resolution, including WINS


What we're aiming to do is increase the priority of the last 4 settings, while keeping their order. The valid range is from -32768 to +32767 and lower numbers mean higher priority compared to other services. What we're aiming at is lower numbers without going to extremes, something like what's shown below should work well:

Change the "Priority" lines to:
LocalPriority = 005 (5) - local names cache
HostsPriority = 006 (6) - the HOSTS file
DnsPriority = 007 (7) - DNS
NetbtPriority = 008 (8) - NetBT name-resolution, including WINS


Windows 9x/ME

The tweak is essentialy the same as in Windows 2000/XP, just the location in the Registry is slightly different. For a more detailed description see the Windows 2000/XP section above.

Open the Windows Registry using Regedit, and (after backing up) navigate to:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\MSTCP\ServiceProvider

You should see the following settings:
Class=hex:08,00,00,00

LocalPriority=hex:f3,01,00,00
HostsPriority=hex:f4,01,00,00
DnsPriority=hex:d0,07,00,00
NetbtPriority=hex:d1,07,00,00

The "priority" lines should be changed to:
LocalPriority=hex:05,00,00,00
HostsPriority=hex:06,00,00,00
DnsPriority=hex:07,00,00,00
NetbtPriority=hex:08,00,00,00

Reboot for changes to take effect
.


In addition to the tweaks already covered in Win 2k/XP Registry Tweaks and More Win 2k/XP Tweaks, the Windows XP Service Pack 2 introduces a few new issues covered in the article below. Please make sure you understand what you are doing before making any changes to your Operating System. Note the information below only applies to Windows XP Service Pack 2.



3.Remove the limit on TCP connection attempts

Windws XP SP2 introduces a few new twists to TCP/IP in order to babysit users and "reduce the threat" of worms spreading fast without control. In one such attempt, the devs seem to have limited the number of possible TCP connection attempts per second to 10 (from unlimited in SP1). This argumentative feature can possibly affect server and P2P programs that need to open many outbound connections at the same time.

Rant: The forward thinking of Microsoft developers here is that you can only infect 10 new systems per second via TCP/IP ?!?... If you also consider that each of those infected computers will infect 10 others at the same rate:
second 1: 1+10 computers
second 2: 10+10*10 computers (110 new ones)
second 3: 10+100*10 computers ( 1110 new ones)
second 4: 10+1000*10 computers (11110 new ones)

....
all the way to 10*60 + 10^60 computers in a single minute (that's a number with 60 digits, or it would far exceed Earth's population). Even if we consider that 90% of those computers are unreachable/protected, one would still reach ALL of them within a minute.

In other words, even though it is not going to stop worm spreading, it's going to delay it a few seconds, limit possible network congestion a bit, and limit the use of your PC to 10 connection attempts per second in the process ! I have no problem with the new default setting limiting outbound connection attempts. Still, users should have the option to easily disable or change this setting. I might be going out on a limb here, but ever since the introduction of Windows XP I can't help thinking that I dislike all the bult-in Windows "wisardry" in a sense that the system also limits user access. That irritating trend to ease the mental load on end users is somewhat insulting, considering that Windows is to make the more "intelligent" choice instead of the end user, as well as limit their access to tuning such settings...
End of rant.

With the new implementation, if a P2P or some other network program attempts to connect to 100 sites at once, it would only be able to connect to 10 per second, so it would take it 10 seconds to reach all 100. In addition, even though the setting was registry editable in XP SP1, it is now only possible to edit by changing it directly in the system file tcpip.sys. To make matters worse, that file is in use, so you also need to be in Safe mode in order to edit it.

You only need to worry about the number of connection attempts per second if you have noticed a slowdown in network programs requiring a number of connections opened at once. You can check if you're hitting this limit from the Event Viewer, under System - look for TCP/IP Warnings saying: "TCP/IP has reached the security limit imposed on the number of concurrent TCP connect attempts". Keep in mind this is a cap only on incomplete outbound connect attempts per second, not total connections. Still, running servers and P2P programs can definitely be affected by this new limitation. Use the fix as you see fit.

To change or remove the limit, you can use the following program:

Event ID 4226 Patcher v2.11


http://www.speedguide.net/files/xp_sp2/EvID4226Patch211a-en.zip


- A patching program for removing or changing the limit imposed on connection attempts in SP2. The patcher has the ability to restore tcpip.sys back to the original... Still, you might want to back up tcpip.sys, use it at your own risk. The author of this patch can be reached @ http://www.lvllord.de/

4. Recommended settings for Windows 2000 / XP
Windows 2000 & XP, unlike NT supports large windows as described in RFC1323 ( the 'RcvWindow' has a maximum value of 2**30 rather than 64K), and includes some other improvements over its predecessors you can use to speed up any TCP/IP transfers. , the descriptions and other options are added to provide you with better understanding and enable you to customize your settings.

All the following entries, unless otherwise noted should be placed in the Windows 2000/XP Registry under the key

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters

TCPWindowSize

The value of TCP Window in the Windows 2000 Registry is DWORD, representing number of bytes, with range from 0 to 2^30. The recommended values (in red) optimize TCP for any high speed Internet connection and work best in most cases, however if you'd like to use a custom value follow these guidelines:

For best results, the TCPWindow should be a multiple of MSS (Maximum Segment Size). MSS is generally MTU - 40, where MTU (Maximum Transmission Unit) is the largest packet size that can be transmitted. MTU is usually 1500 (1492 for PPPoE connections). To determine the MTU value of your ISP, check out the Advanced Registry Editing section of our site.

There are three places in the Windows 2000 Registry where you can add the TCP Window parameter.

HKLM/SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
GlobalMaxTcpWindowSize="256960" (DWORD, number of bytes) Valid range is from MSS to 2^30. Add the value as a decimal. Note: For best results RWIN has to be a multiple of MSS lower than 65535 times a scale factor that's a power of 2, i.e. 44 x 1460 = 64240 x 2^2 = 256960. If you choose to use a RWIN lower than 65535, you can simply make it multiple of MSS and turn scaling off (Tcp1323Opts=0)

HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
TcpWindowSize="256960" (DWORD, number of bytes) Valid range is from MSS to 2^30. Add the value as a decimal. TcpWindowSize can also exist under TcpipParametersInterface - if added at this location, it overrides the global setting for this particular . Note (10/20/00): Seems MS has found another bug in Windows 2000, the TCPWindowSize should be configured with the global setting (GlobalMaxTcpWindowsSize) rather than this one - Q263088

Note: For best results RWIN has to be a multiple of MSS lower than 65535 times a scale factor that's a power of 2, i.e. 44 x 1460 = 64240 x 2^2 = 256960. If you choose to use a RWIN lower than 65535, you can simply make it multiple of MSS and turn scaling off (Tcp1323Opts=0)

Tcp1323Opts

Tcp1323Opts is a necessary setting in order to enable Large TCPWindow support as described in RFC 1323. Without this parameter, the TCPWindow is limited to 64K.

HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
Tcp1323Opts="1" (DWORD, recommended setting is 1. The possible settings are 0 - Disable RFC 1323 options, 1 - Window scaling but no Timestamp options, 3 - Window scaling and Time stamp options.)

Note: Tcp1323Opts="3" might help in some cases where there is increased packet loss, however generally you'll achieve better throughput with Tcp1323Opts="1", since Timestamps add 12 bytes to the header of each packet.

DefaultTTL

DefaultTTL determines the time in seconds and the number of hops a packet lives. While it does not directly affect speed, a larger value increases the amount of time it takes for a packet to be considered lost, discarded and retransmitted. A value that's too small can cause packets to be unable to reach distant servers at all.

HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
DefaultTTL="64" (DWORD, recommended setting is 64. Other settings that are widely used are 128 and 32)

EnablePMTUDiscovery

When set to 1 (True), TCP attempts to discover MTU automatically over the path to a remote host. Setting this parameter to 0 causes MTU to default to 576 which reduces overall performance over high speed connections. Note that this setting is different than our Windows 9x recommendation.

HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
EnablePMTUDiscovery="1" (DWORD - boolean, valid settings are 0-->False and 1-->True. Many connections perform better with this entry at 1, however, if you prefer to set your upstream to send fixed 1500 packets, you might want to use 0 instead). When set at 1, establishing connections and initial transfer speed might slow down a bit, however you will get better throughput if somewhere in the path large packets need to be fragmented.

EnablePMTUBHDetect

Setting this parameter to 1 (True) enables "black hole" routers to be detected, however it also increases the maximum number of retransmissions for a given segment. In most cases you'd want to keep BHDetect to 0 (False).

HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
EnablePMTUBHDetect="0" (DWORD - boolean, valid settings are 0-->False and 1-->True. Recommended setting is 0)

SackOpts

This parameter controls whether or not SACK (Selective Acknowledgement) support is enabled, as specified in RFC 2018. SACK is especially important for connections using large TCP Window sizes.

HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
SackOpts="1" (DWORD - boolean, recommended setting is 1. Possible settings are 0 - No Sack options or 1 - Sack Option enabled).

TcpMaxDupAcks

This parameter determines the number of duplicate ACKs that must be received for the same sequence number of sent data before "fast retransmit" is triggered to resend the segment that has been dropped in transit.

HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
TcpMaxDupAcks="2" (DWORD - range 1-3, recommended setting is 2).



Patches


This Includes

1. sguide_tweak_2k.zip
Description: Generic patch for Windows XP and Windows 2000 (all versions). This patch will optimize your TCP/IP Registry settings for high speed Internet connections. To install, extract the .inf file first, then double-click (or right-click on filename and choose install from the pull-down menu) and reboot for changes to take effect.


http://www.speedguide.net/files/sguide_tweak_2k.zip


2.sguide_tweak_2k_pppoe.zip

Description: Generic patch for Windows XP/2000 and DSL connections using PPPoE. This patch will optimize your TCP/IP Registry settings for high speed Internet connections. It is specifically designed for PPPoE DSL connections. To install, extract the .inf file first, then double-click (or right-click on filename and choose install from the pull-down menu) and reboot for changes to take effect.


http://www.speedguide.net/files/sguide_tweak_2k_pppoe.zip



3. winxp_dnscache.zip

Description: Patch Windows 2k/XP not to cache failed DNS entries. By default, when a DNS lookup fails (due to temporary DNS problems), Windows still caches the unsuccessful DNS query, and in turn fails to connect to a host regardless of the fact that the DNS server might be able to handle your lookup seconds later. This patch fixes the problem by configuring the DNS client to continue sending queries to an unresponsive network. To install, save to your HD, unzip the .reg file, then double-click the filename.

Web Patches - faster loading of Web Pages

The following patch increases Web page loading speed, by doubling the number of possible concurrent open connections. For example, imagine a web page has 20 images and some text - in order for your browser to get all these files, it opens 2 or 4 concurrent connections, depending on the Web server. Increasing the number of open connections allows for faster retrieving of the data. Please note that the patch sets some values outside of the HTML specs. If you decide to install it, backup your Registry first. Changes will take effect after you reboot. Download the patch appropriate for your OS:

OS: Windows 9x/ME

http://www.speedguide.net/files/sg_webtweak_9x.zip


OS: Windows 2K/XP/2k3


http://www.speedguide.net/files/sg_webtweak_2k.zip


TCP OPTIMISER

Image

Description: The TCP Optimizer is a free, easy Windows program that provides an intuitive interface for tuning and optimizing your Internet connection. Just download and run, there is no installaion required. The program makes it easy to find the best MTU and RWIN values, test latency and tweak all the important broadband related registry parameters. The Optimizer can be helpful with tuning any Internet connection type, from dialup to Gigabit+


URL http://www.speedguide.net/files/TCPOptimizer.exe

Performance Tweak For Your Computer

Operating systems: windows xp Pro, windows xp Home

These Settings will
fine tune your systems memory
management -at least 256MB of ram
recommended

go to start run regedit -and then to the following
key

Code:

HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/Session
Manager/Memory Management


1.DisablePagingExecutive -double click it and
in the decimal put a 1 - this allows XP to keep data in memory now instead of
paging sections of ram to harddrive yeilds faster
performance.

2.LargeSystemCache- double click it and change the decimal
to 1 -this allows XP Kernal to Run in memory improves system performance
alot

3.create a new dword and name it IOPageLockLimit - double click it
and set the value in hex - 4000, if you have 128MB of ram, or set it to 10000 if
you have 256MB,.... or it to 40000 if you have more than 512MB of ram -this
tweak will speed up your disckcache

Reboot and watch your system
fly.

Enable or disable boot defrag

Filed under: operating systems
windows xp Pro windows xp Home

A great new feature in m*cro$oft Windows
XP is the ability to do a boot defragment. This places all boot files next to
each other on the disk to allow for faster booting. By default this option in
enables but on some builds it is not so below is how to turn it on.

Start
Regedit.
Navigate
to
Code:

HKEY_LOCAL_MACHINE/SOFTWARE/microsoft/Dfrg/BootOptimizeFunction



Select
Enable from the list on the right.
Right on it and select Modify.
Change
the value to Y to enable and N to disable.

Reboot your
computer.

Launch apps with desired priority setting


Filed
under: operating systems windows xp Pro windows xp Home

This tweak will
launch most executables with the priority setting you want it to
have.

Let̢۪s say you have a game installed called HIGH NEEDS and the
executable is called HN.exe

Here̢۪s what to do:

-Create a new
textfile in the game-app wathever-directory (let̢۪s say C:HN), but instead of
giving it the .txt extension you name it HN.bat
-Right-click this file and
choose ‘Edit’, you’ll see it’ll open notepad. Put this line in:
cmd
/c start /High NH.exe
-Save (make sure you save it as .bat, not as .txt) and
close.

Now create a shortcut to this file and place it on your desktop.
Every time you doubleclick this shortcut HIGH NEEDS will open with priority set
to ‘high’. (ofcourse you can also create a batchfile on your desktop,
containing the full path of the app you want to start but the nice thing of
creating a shortcut is you can give it an icon).

These are all the
settings: Realtime, High, AboveNormal, Normal, BelowNormal,
Low.

*Realtime is not recommended unless you have a dual-CPU system!

How To Protect A Private Folder

Hi Guys,

M going to give you step by step solution for securing your
folder in 2k/XP/ or maybe in 2k3 i didnt try...

Step 1:
---------

choose the folder you want to protect. [Ex: c:myFolder]

Step 2:

---------
Copy the following text


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

Step 3:
--------

Right clikc on your folder [Ex: c:myFolder] and then click on rename.


when edit text is highlighted, at the end of the text type . and then


paste the above text. for ex:


myFolder.{645FF040-5081-101B-9F08-00AA002F954E}

Voila whtz
that.. your folder looks like Recycle Bin.. and when you

double clikc on
it it will redirect you to recycle bin.

Step 4:
---------


Reverse Engineering
Press WindowKey R and this will open your Run Window
then type CMD

and press ENTER. after when you are in DOS Shell map to
folder PATH [in


my case -- cd c:] and then type dir/x [*dir/x :: is used
for view

windows98 type dir tree..] and then rename your folder name.


EX:

c:>ren myFold~1.{64 myFolder [press Enter]

Voila
you successfully done reverse enginnering also::

PS: for more security
check the dont show system and hidden folder.

How TO Add Time And Date to Notepad

well this is a very good trick for diary or something like it:

trick1:
open notepad and just press F5, write wht u have
to and u got the time and date.
 
trick2:
open notepad write
.LOG in the first line save the file then reopen it u'll get the date and time
at the end.

Internet Speed Up {Part 2}

uning up MTU (Maximum
Transmission Unit) to speed up Internet access


Now let me tell you
one important fact related with tuning. Value of MTU depends upon how fast a
connection you have, what kind of activities you perform (ask yourself a
question. Are your a mild, average or high end user of Internet ? To put it in
other words, Do you download little or nothing, or are an average surfer or are
Internet savvy individual and download everything from programs,apps,patches to
watching Internet audio/video real-time content?) Depending upon who you are as
a user and what kind of connection (modem,dsl,cable or in rare cases T1/T3),
this tuning may have little to significant effect on your Internet experience.
All right MTU stand for Maximum Transmission Unit.

Value of MTU decides
the size of Internet data packet. Bigger the size, more you can transfer.


Analogy could be made with a bucket. If bucket is small, you can carry
little but it would be no strain on your strength. Bigger the bucket, more you
can carry but it strains your physical strength. (Well! Its not that simple but
good enough to understand). Objective should be find a perfect balance which
works for you. I think maximum that you can put is as value of MTU is 1500 (but
could be higher for your specific network) and it may not make sense making it
smaller than 68.


Again this is a registry tweak unless and until you
have a tweaking utility that can do it for you.

Open Registry by going to
START-RUN and entering REGEDIT and Navigate to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic
es\Tcpip\Parameters\Interfaces\ ID for Adapter. For this right click on right
pane and add a key by the name MTU. For this key you can add a DWORD value from
68 to 1500 (or higher value is certain cases).


If you put less than 68,
it will default to 68. If you put a value higher than 1500 or your Network
permitted max, it will default to permitted
max.






Enable automatic path MTU size detection and
impro
As stated on previous tip (Tip 52), MTP size plays an important role in
deciding Internet speed. But its not so easy to determine the right value of
MTU. For those of us who fall in this category and would prefer computer to find
that for us, follow trick may work. I can not say with confidence whether this
would work across all network but it should and there is no harm in trying it
out. Now before I do that let me tell you what this action will
do.

Applying this trick, you would ask computer to automatically find out
the maximum MTU size possible in the connection path to a host. This value could
be different for different sites. I think this trick should pick the lowest
common denominator across a particular path. Typically If MTU size is not
optimized, this job has to be done by a router which would mean a significant
waste of time (small chunks adds to a considerable loss if you imagine that
there are billions of packets involved across the whole Internet) resulting in
poor throughout and congestion on cyber lanes. All right this key is called
EnablePMTUDiscovery.


Again this is a registry.Open Registry by going
to START-RUN and entering REGEDIT and Navigate to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic
es\Tcpip\Parameters\Interfaces\ ID for Adapter. For this right click on right
pane and add a key by the name EnablePMTUDiscovery. For this key you can add a
DWORD boolean value of 0 or 1 with 1 being TRUE (value that enables auto
detection).


Since we are trying this tweak, set to 1 and enable the TCP
to attempt to discover the MTU size over the specific path to host. Microsoft
has an interesting article on many similar tips <&gt; and is titled TCP/IP
and NBT Configuration Parameters for Windows

Speed Up Internet [Part 1]

Windws XP SP2 introduces a few new twists to TCP/IP in order to babysit users
and "reduce the threat" of worms spreading fast without control. In one such
attempt, the devs seem to have limited the number of possible TCP connection
attempts per second to 10 (from unlimited in SP1). This argumentative feature
can possibly affect server and P2P programs that need to open many outbound
connections at the same time.

In other words, even though it is not going
to stop worm spreading, it's going to delay it a few seconds, limit possible
network congestion a bit, and limit the use of your PC to 10 connection attempts
per second in the process ! I have no problem with the new default setting
limiting outbound connection attempts. Still, users should have the option to
easily disable or change this setting. I might be going out on a limb here, but
ever since the introduction of Windows XP I can't help thinking that I dislike
all the bult-in Windows "wizardry" in a sense that the system also limits user
access. That irritating trend to ease the mental load on end users is somewhat
insulting, considering that Windows is to make the more "intelligent" choice
instead of the end user, as well as limit their access to tuning such
settings...
End of rant.

With the new implementation, if a P2P or some
other network program attempts to connect to 100 sites at once, it would only be
able to connect to 10 per second, so it would take it 10 seconds to reach all
100. In addition, even though the setting was registry editable in XP SP1, it is
now only possible to edit by changing it directly in the system file tcpip.sys.
To make matters worse, that file is in use, so you also need to be in Safe mode
in order to edit it.

Unfortunately there exists no REG-key which could
easily be set (would be so nice and easy, right? *smile*). The file TCPIP.SYS in
the directory C:\WINDOWS\SYSTEM32\DRIVERS and C:\WINDOWS\SERVICEPACKFILES\I386
has to be changed (system dependend eventually in C:\WINDOWS\SYSTEM32\DLLCACHE,
too).


Needed things:
- Windows XP SP2 (from RC2 upwards) or Windows
2003 Server SP1 beta
- The Patcher
- a small amount of
time

Download the EventID 4226 Patcher Version 2.23d (english) from
.

Instructions
**************
1. Just download the patcher and execute it. It will
automatically find the windows directory and ask, if it should
increase/decrease. By default the concurrent connection limit will be lifted to 50.

2. For higher values, please check the help with parameter /?.


3.After a successful patch, the new TCPIP.SYS will be automatically installed.
After that, the computer should be restarted.

Multi Login For Yahoo Messenger

a simple trick to make yahoo messenger multi login
u hv 2 just make a little
change in registry nd ur done.

click start button,then run and then type
regedit and then look for
HKEY_CURRENT_ USER
Software\yahoo\ pager\Test.
then change this value of plural to like this
"Plural"=dword:
00000001
nw no need 2 restart

Use Kaspersky Without KEY

Use Kaspersky without a key!

Use Kaspersky without a key! (Temp. sol. if ur key is not Valid)
TRY it on your own responsibility!

Backup First
( Run ) type ( regedit ) press ( OK ).

1- Go To ( HKEY_LOCAL_MACHINESOFTWAREKasperskyLabAVP6Data ) & right click on ( Data ) & choose ( Permissions ).

2- Choose ( Advanced ) From The ( Permissions For Data ) ... a new window will open.

3- On ( Advanced Security Settings for Data ) window .. look for ( Inherit from parent ... ) click on the nike or check mark to remove or uncheck it.

4- After removing the check or nike mark u will get a new message .. choose ( Remove ).

5- On ( Advanced Security Settings for Data ) click on ( Apply ).

6- Choose ( Yes ) for the new message that u will get.

7- Press ( OK ) on ( Advanced Security Settings for Data ).

8- Press ( OK ) on ( Permissions For Data ).

9- Exit KasperSky & restart it again.

- The Kaspersky icon will be GRAY but it is working perfect.
- You will have to update the database manually ... no automatic update.
- Ignore Windows security center that the antivirus is not working ... in fact it is active.

Create a Download Folder Icon in Photoshop



Writer: MD. RAKIBUL ISLAM OLY [R.I.O.]


www.RIOtunes.blogspot.com



Final Product What You'll Be Creating

********************************************************* 


Icons are an important part of most interactive and web design. While icons are small, they can often be challenging to create. In today’s tutorial we will demonstrate how to create a download folder icon using different shapes and reflections in Photoshop. Let’s get started!


Step 1 – New File/Pen Tool Technique

Open Photoshop and set up a new document (Command/Ctrl + N). Use the following settings:
  • Resolution: 72dpi
  • Color Mode RGB color
  • Dimensions: 600×600 px
Create the following shape using the Pen tool (P).

Step 2 – Creating Shapes Using Pen Tool

Draw the back part of the folder using the Pen Tool using the same drawing technique. Then draw the stripe as shown.

Step 3 – Finishing the Shapes

Once you have finished drawing your folder, go ahead and add the paper and arrow as shown. You should now have the following 5 layers. Each shape will be in its own layer. Be sure to give each layer a unique name.

Step 4 – Adding Colour Effects

Add the following layer styles to the front part of the folder. Lower opacity to 90%.
Add the following layer styles to the Paper. Lower the opacity of the layer to around 90-95%.
Add the following layer styles to the Stripe.
Add the following layer styles to the rear part of the folder.
Add the following layer styles to the arrow.
Your icon should now look like this.

Step 5 – Adding Reflections

Add a new group named "refs." Use the pen tool to draw reflections as shown. Make sure you draw your shapes as paths instead of shape layers (see arrow). After you have closed the path, right-click on the workspace and choose "make selection" (feather 0). Pick up a big brush (master diameter around 470, hardness 0) and brush round the right part of the selection as I did creating a white reflection. Change the blending mode to Overlay and reduce the opacity to 63%.

Step 6 – Margins

Create a new group named "margins," create a new layer in it (Command/Ctrl + Shift + N). Adding highlights on the margins emphasizes the effect of the 3d icon. Use the pen tool to create the stroke lines around the corners and all the margins of the folder, paper and arrow. Then, right-click on the workspace and choose stroke path – brush. The brush settings must be changed to 8 px master diameter, hardness 0.

Step 7 – Shadows

Create a new layer (Command/Ctrl + Shift + N) for shadows and place it into a new group (Command/Ctrl + G). Make selection as you did in step 5 for creating reflections. Fill the selections with black and then blur the margins using the blur tool. If the shadows look too strong, it means that you must lower the opacity of the layer to 40%.

Step 8 – Adding Text

Add text using whichever font you like. In this case, I chose "Agency FB." Font size: 40, Layer Opacity: 75%.

Step 9 – Add the Final Reflections and Shadows

Add some more reflections to the paper using the same techniques we demonstrated in Step 5.
Add a shadow using the ellipse tool (E). Draw an ellipse as shown and add a slight motion blur. Reduce the opacity to your liking.


 **********************************************
I hope you enjoyed this tutorial.
www.riotunes.blogspot.com 

free counters

Submit ExpressSEO Services & Tools