Windows 10 Tweaks & Fixes

Discussion in 'Windows 10' started by Zardoc, Jul 17, 2015.

  1. fredpsycho83

    fredpsycho83 MDL Junior Member

    Feb 4, 2008
    60
    56
    0
    #341 fredpsycho83, Jul 22, 2015
    Last edited by a moderator: Apr 20, 2017
    TCP tweaks

    Thank you, i have edited a "all-in-one" TCP optimization of this webpage.

    here is the code :
    Code:
    @Echo Off
    cls
    color 80
    echo   TCP TWEAKS ...
    
    netsh int tcp set heuristics disabled>nul
    netsh int tcp set global dca=enabled>nul
    netsh int tcp set global autotuninglevel=normal>nul
    netsh int tcp set global ecncapability=default>nul
    netsh int tcp set global rss=enabled>nul
    netsh int tcp set global rsc=enabled>nul
    netsh int tcp set global chimney=enabled>nul
    netsh int tcp set global timestamps=disabled>nul
    netsh int tcp set global initialRto=3000>nul
    netsh int tcp set global nonsackrttresiliency=disabled>nul
    netsh int tcp set supplemental template=custom icw=10>nul
    
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Nsi\{eb004a03-9b1a-11d4-9123-0050047759bc}\0" /v "0200" /t REG_BINARY /d "0000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000ff000000000000000000000000000000000000000000ff000000000000000000000000000000" /f>nul
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Nsi\{eb004a03-9b1a-11d4-9123-0050047759bc}\0" /v "1700" /t REG_BINARY /d "0000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000ff000000000000000000000000000000000000000000ff000000000000000000000000000000" /f>nul
    
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v "DefaultTTL" /t REG_DWORD /d "100" /f>nul
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v "MaxUserPort" /t REG_DWORD /d "65534" /f>nul
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v "TcpTimedWaitDelay" /t REG_DWORD /d "30" /f>nul
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider" /v "LocalPriority" /t REG_DWORD /d "4" /f>nul
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider" /v "HostPriority" /t REG_DWORD /d "5" /f>nul
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider" /v "DnsPriority" /t REG_DWORD /d "6" /f>nul
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider" /v "NetbtPriority" /t REG_DWORD /d "7" /f>nul
    Reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Psched" /v "NonBestEffortLimit" /t REG_DWORD /d "0" /f>nul
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\QoS" /v "Do not use NLA" /t REG_SZ /d "1" /f>nul
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v "LargeSystemCache" /t REG_DWORD /d "1" /f>nul
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" /v "Size" /t REG_DWORD /d "3" /f>nul
    Reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile" /v "NetworkThrottlingIndex" /t REG_DWORD /d "4294967295" /f>nul
    Reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile" /v "SystemResponsiveness" /t REG_DWORD /d "10" /f>nul
    
    ping 127.0.0.1 -n 5 > NUL 2>&1
    echo   TCP TWEAKS ... DONE
    ping 127.0.0.1 -n 5 > NUL 2>&1
    exit
    
    copy paste in notepad, save as with BAT extension, run with admin privilege.
     
  2. Shenj

    Shenj MDL Expert

    Aug 12, 2010
    1,554
    654
    60
    You can't have that unless someone figures out where in vedatamodel.edb (that's the startmenu data) the groupwidth data is stored to patch it or finds a different way.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Kenso

    Kenso MDL Novice

    Dec 29, 2008
    30
    0
    0
    #343 Kenso, Jul 22, 2015
    Last edited: Jul 22, 2015
    Hi all

    i want to ask if someone found a way to disable automatic driver installation b4 the first logon in Win10 Pro (after a fresh installation).

    Win10 install a Creative driver b4 i 1st login, this driver is not working with my soundcard :death: and i cant uninstall it.

    So i need a solution to disable automatic driver installation with DISM. insert a reg key or something like that


    thanks for help :worthy:
     
  4. Zardoc

    Zardoc MDL Addicted

    Feb 7, 2008
    590
    276
    30

    It seems that some users still have trouble flushing the windows.old either with this command line, CCleaner. Disk cleanup.

    If this is the case:
    Cannot Delete Windows.old

    First take ownership of folder, then run a chkdsk.
    chkdsk /I /F /scan.

    After reboot folder should delete. :tasty:
     
  5. kilohydro

    kilohydro MDL Novice

    Apr 29, 2015
    3
    0
    0
    sorry if a fix has been posted i did do a search but didnt find a answer.
    i upgraded from windows 8.1, when i boot my pc i used to get one boot screen ( the blue windows logo icon) then straight to the desktop.
    after upgrading im still getting the blue logo and then another screen with my picture and a spinning thing that says welcome with a windows wallpaper in the background
    then it goes to the desktop
    is there anyway to disable the 2nd welcome boot screen?
     
  6. Shenj

    Shenj MDL Expert

    Aug 12, 2010
    1,554
    654
    60
    You are just imagining things, there is no such thing as "straight to desktop".

    The first logo is the boot logo (windows isn't fully loaded in this state), the second "logo" is no logo but Windows loading your user profile you always see this even in W8, it just looks much more spartanic there.

    If you are talking about something else you need to clarify.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. kilohydro

    kilohydro MDL Novice

    Apr 29, 2015
    3
    0
    0
    #350 kilohydro, Jul 23, 2015
    Last edited: Jul 23, 2015
    on 8.1 i would turn on my pc and get this screen 'https:// neosmart.net/blog/wp-content/uploads/Boot-screen.png' for a few secs then it would go to my desktop.
    now on win 10 i get this 'https ://neosmart.net/blog/wp-content/uploads/Boot-screen.png' then this
    'http: //4dm7pi3anfms2bn7sk7u16h1.wpengine.netdna-cdn.com/wp-content/uploads/2015/06/microsoft-reveals-the-official-windows-10-wallpaper-485311-4.jpg'
    i couldnt find the exact screen but thats the background image and it has my windows avatar on it.
    on windows 8.1 i never saw a 2nd image it was just the blue windows icon then my desktop loaded, i use a local account so i never have to put a password in
    now it seems to take twice as long to get to the desktop as im seeing two images instead of one

    had to add spaces to the links as it says i need 20 posts to post images or links o_O
     
  8. Zardoc

    Zardoc MDL Addicted

    Feb 7, 2008
    590
    276
    30
    Attachments don't wok dude so no one can see what your talking about. :tasty:

    Try using photobucket or anything of the sort and paste links.
     
  9. kilohydro

    kilohydro MDL Novice

    Apr 29, 2015
    3
    0
    0
    this is how mine used to boot but mine had the default blue logo
    https:// www .youtube. com/watch?v=S3YuC6ZYziA ( had to add spaces to the link as i dont have 20 posts)
     
  10. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,769
    1,106
    60
    #353 Mr Jinje, Jul 23, 2015
    Last edited: Jul 23, 2015
    Been away for awhile, since when don't attachments work ? Is it only low post users who cannot.

    EDIT: I see even I cannot upload 7z anymore. What gives Tito ???
     
  11. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,258
    1,159
    60
    I have finally figured out, how to change computer's name.

    It has to be in capital letters, it can not be longer than 16 characters or you will end up in an infinite reboot loop.

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ComputerName\ActiveComputerName]
    "ComputerName"="E525"

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ComputerName\ComputerName]
    "ComputerName"="E525"

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
    "Hostname"="E525"
    "NV Hostname"="E525"
     
  12. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,761
    998
    180
    Here simple way : Go to Settings ->System -> About -> Rename a PC.
     
  13. moine

    moine MDL Junior Member

    Jul 3, 2015
    57
    18
    0
    He is prefers "no hands|mouse" action maybe?
    Or some script/
     
  14. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,258
    1,159
    60
    #357 TairikuOkami, Jul 23, 2015
    Last edited: Jul 23, 2015
    And another one: "Single-click to open an item". Eventually reinstall will not be as stressful as it used to be. :biggrin:

    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
    "ShellState"=hex:24,00,00,00,17,a8,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
    01,00,00,00,13,00,00,00,00,00,00,00,73,00,00,00

    Hide Task View Button and Search on Taskbar.

    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "ShowTaskViewButton"=dword:00000000

    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Search]
    "SearchboxTaskbarMode"=dword:00000000
     
  15. moine

    moine MDL Junior Member

    Jul 3, 2015
    57
    18
    0
    It dangerous approach, eventually.
     
  16. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,258
    1,159
    60
    I think, that it is more dangerous to delete without confirmation, I deleted a few files like that and did not even notice, until it was too late. Got fix:

    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "ConfirmFileDelete"=dword:00000001

    And also to get rid of that annoying warning message from downloaded files:

    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Associations]
    "DefaultFileTypeRisk"=dword:00001808

    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Attachments]
    "SaveZoneInformation"=dword:00000001
     
  17. cyberloner

    cyberloner MDL Member

    Sep 19, 2009
    236
    49
    10
    i just wonder what this tweak does speed up tcpip? will work on win 7 too?

    by the way i disable uac in windows 10 can't use calc @@" who knows the fix? :)