Here is a screenshot

windows 8 is officially done and has been on technet and MSDN since august 15.YeOldeStonecat wrote:Windows 8 is not officially done or out yet.
So I doubt Philip has invested a lot of time fiddling with it, knowing that code could change and whatever time he spent would have been wasted since he would have worked on a beta/pre release version.
Supposedly the final version will be released to developers/partners on Aug 15 (a date which has not happened yet)
But since Windows 7 came out....I've left it alone, default settings. Works great!
oops, did not see date. and to me being on technet and MSDN is public anymore. maybe few years back that wasn't the case but now it is different, that is why MS had to change policy for technet as regards keys and suchYeOldeStonecat wrote:Uhm...yes....but do you care to look at the date of my reply? HmmmMMMM?
And not officially released to the public until Oct 26th as of latest date.
you have to read what user "dwayned" posted in that link in order to get a better understanding on how it is done. He says to save this code as a reg file to do it the easy way.. but since that wasn't working for me I went into the registry and manualy input the box code in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nsi\{eb004a03-9b1a-11d4-9123-0050047759bc}\0philbill wrote:Lucid, can you elaborate further on how you enabled it?
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nsi\{eb004a03-9b1a-11d4-9123-0050047759bc}\0]
"0200"=hex:00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,02,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
"1700"=hex:00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,02,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
well is this key even in your registry? {eb004a03-9b1a-11d4-9123-0050047759bc} \0MagikMark wrote:Lucidrealm,
"dwayned" reg file doesn't work in win 8.1 When adding the entry do I have to use new binary or string? Can you make a step by step guide on how you added it? There are so many choices on the type of entry. It could be binary, string dword, among others
you can try this with my registry file, I exported it from my registry.. if you want to test it out, let me know if it works. To be safe you should make a back up of your own.. just right click on /0 and select export.MagikMark wrote:yes it is. how do we proceed then?
Code: Select all
netsh int tcp show global
its not working .LucidRealm wrote:you can try this with my registry file, I exported it from my registry.. if you want to test it out, let me know if it works. To be safe you should make a back up of your own.. just right click on /0 and select export.
download the file from here (the download link should be at the top, well for my browser) http://www.mediafire.com/view/0a9ckvak47sw2bk/ctcpWindows8.reg save it to your desktop or any place you want then double click on it, select yes.. restart your computer then open command prompt, type...let me know if it works for you.Code: Select all
netsh int tcp show global
its 100% work now tksLucidRealm wrote:oh idk why it does that O_o.... well what you can do is rename it and ONLY delete ".txt" click yes when it asks if your sure... that should save it as a reg file and just do what I said in that post
I updated the link..
last time its work for windows 8 ........ but not work in windows 8.1 pls help how to enable it in windows 8.1LucidRealm wrote:you can try this with my registry file, I exported it from my registry.. if you want to test it out, let me know if it works. To be safe you should make a back up of your own.. just right click on /0 and select export.
download the file from here https://www.mediafire.com/?bxc1cxxvxe23312 save it to your desktop or any place you want and extract it then double click on ctcpWindows8.reg, click yes when asked if you're sure.. restart your computer then open command prompt, type...let me know if it works for you, also keep in mind this will override your existing settings but once ctcp is enabled you can go ahead and disable/enable the other settings to your liking.Code: Select all
netsh int tcp show global
Hey,mati1491 wrote:First Click Windows key + F.
On the right side of the screen the search bar will appear:
http://imageshack.com/i/nbbwmjp
Now click on little arrow beside of "Files" (It depends on what language of windows you have)
Menu will appear with 3 types of search Everywhere, Settings and Files:
http://imageshack.com/i/np43o3p
Click on everywhere.
Now in the search box type powershell:
http://imageshack.com/i/g1t6qhp
Right click on Windows Powershell and choose Run as Administrator:
http://imageshack.com/i/5gpp5qp
Windows Powershell window will appear:
http://imageshack.com/i/mur8xnp
Now type in Set-NetTCPSetting -SettingName InternetCustom -CongestionProvider CTCP -EcnCapability Enabled -Confirm
Then type 'a' and hit enter
If eveything went ok you will see no errors.
Now restart your pc and check 'netsh int tcp show global' in command prompt.
If you see congestion provider as ctcp you are good to go.
Feel free to ask questions here ill try to help you if you have any problems.
In the end screenshot of my netsh list as a proof:
http://imageshack.com/i/neye8ap
Thanks Worked For Memati1491 wrote:First Click Windows key + F.
On the right side of the screen the search bar will appear:
http://imageshack.com/i/nbbwmjp
Now click on little arrow beside of "Files" (It depends on what language of windows you have)
Menu will appear with 3 types of search Everywhere, Settings and Files:
http://imageshack.com/i/np43o3p
Click on everywhere.
Now in the search box type powershell:
http://imageshack.com/i/g1t6qhp
Right click on Windows Powershell and choose Run as Administrator:
http://imageshack.com/i/5gpp5qp
Windows Powershell window will appear:
http://imageshack.com/i/mur8xnp
Now type in Set-NetTCPSetting -SettingName InternetCustom -CongestionProvider CTCP -EcnCapability Enabled -Confirm
Then type 'a' and hit enter
If eveything went ok you will see no errors.
Now restart your pc and check 'netsh int tcp show global' in command prompt.
If you see congestion provider as ctcp you are good to go.
Feel free to ask questions here ill try to help you if you have any problems.
In the end screenshot of my netsh list as a proof:
http://imageshack.com/i/neye8ap