no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | windows:client_os:unlimited_connections_on_windows [2019/10/31 09:06] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Unlimited connections for Windows ====== | ||
| + | This one is simple: Say you have more then 20 peeps and as much PCs that need access to a shared folder. No file server eh? Well, there’s a way around it. You will break your client Windows OS EULA mind you, but sharing is caring so I consider this one being worth the risk. | ||
| + | Anyways, run Registry Editor (for those not knowing how, do this: press Windows Key + R, type “regedit” in the run command box and press Enter) and create a DWORD named **EnableConnectionRateLimiting** in **HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters**. Set Decimal or HEX value to 0 and you can share with the world! | ||
| + | |||
| + | Or just merge this into your Registry. | ||
| + | <WRAP center round important 60%> | ||
| + | |||
| + | <code ini> | ||
| + | Windows Registry Editor Version 5.00 | ||
| + | |||
| + | [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters] | ||
| + | " | ||
| + | </ | ||
| + | If you are to run **net config server** you’ll still get 20 connections max on your Win 7 machine, but don’t worry, that’s just for show. It works as expected. | ||
| + | |||
| + | For all other questions regarding this topic leave as a comment bellow or start a topic in the forums! Cheers! | ||