Showing posts with label windows registry trick. Show all posts
Showing posts with label windows registry trick. Show all posts

How To Change The Default Location

 How To Change The Default Locations?
Well, so simple.You can do this using the Windows registry.

How can change the default drive ,where Windows looks for the installation file, follow some guidelines:

Select Run, then type "regedit.exe"

Click HKEY_LOCAL_MACHINE-Software-Microsoft-Windows-Setup- SourcePath

Now you can edit as you like.

The Best Way To Boost The Internet Speed

Here is some windows registry configuration to  increase the speed of your Internet connection bandwidth.
Just follow these steps:
Press window key+R

Open the registry and find the key below.

Create the following DWORD values, because most of these values ​​already do not have to create them by clicking the 'Edit - New - DWORD Value "and set the value as shown below.

DefaultTTL = "80" hex (or 128 in decimal)

Specifies the default time to live (TTL) for TCP / IP packets. Default is 32

EnablePMTUBHDetect = "0"

Specifies the stack to try to identify the maximum transmission unit (MTU) routers that do not return ICMP fragmentation needed messages. The default value is 0

EnablePMTUDiscovery = "1"

Indicates whether the TCP / IP will attempt to perform MTU discovery route as specified in RFC 1191. The default is 1.

GlobalMaxTcpWindowSize hex = "7FFF" (or decimal 32,767)

Specifies the system maximum receive window size advertised in the TCP / IP stack.

TcpMaxDupAcks = "2"

Determines the number of duplicate ACKs to be received for the same sequence number of sent data before "fast forward" is triggered.

SackOpts = "1"

Enables support for selective acknowledgments as documented by Request for Comments (RFC) 2018. Default is 0.

Tcp1323Opts = "1"

RFC 1323 stamps and checks the time window scaling options. Possible values ​​are "0" = disable RFC 1323 options, "1" = window scale enabled only, "2" timestamp = enabled only and "3" = both options enabled.

TcpWindowSize = "7FFF" hex (or 32767 decimal)

Sets the receive window size advertised by TCP / IP stack. If you have a latent network you can try to increase the value to 93440, or 186880 372300th

Close the Registry and reboot for the changes to take effect.

Now check the speed.

HOW TO SETUP POP A BANNER EACH TIME WINDOWS BOOTS

guys, it's a simple trick Windows registry.

To do this ... follow these steps:

Flag pop, which can contain any message

you only want to see before the user is going to sign,

Go to: HKEY_LOCAL_MACHINE \ SOFTWARE

\ Microsoft \ Windows \ CurrentVersion \ Winlogon

Now create a new string value in the right panel of

LegalNoticeCaption call and let the value of

To see the menu bar.

Now create another new string value and name:

LegalNoticeText

Edit it and put the message you want to view

every time Windows starts. This can be effective

used to show the policy of private enterprise in each

Once the user logs on to his NT box.

REG.:

REGEDIT4 [HKEY_LOCAL_MACHINE \ SOFTWARE

\ Microsoft \ Windows \ CurrentVersion \] Winlogon

"LegalNoticeCaption" = "Caption here."
That's it.