Windows 10 Tweaks & Fixes

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

  1. GTK48

    GTK48 MDL Senior Member

    Jun 7, 2009
    306
    111
    10
    It does not for me. If not for Classic Shell I still would be on Win 7.
     
  2. irljc

    irljc MDL Novice

    Aug 23, 2015
    3
    3
    0
    The professionals do that ALL THE TIME! Unless they forget.

    Seriously, I've sometimes had issues with "simple" regedits, and have had to roll back using system restore 'cause I thought it was so simple I didn't bother to make a reg backup.

    Now I always follow my own advice above. Usually.
     
  3. hungk

    hungk Guest

    Please edit a Restore Default Settings bat Incidentally,will you?I need it,please help me:worthy:thanx in advance!
     
  4. M&J

    M&J MDL Junior Member

    Nov 30, 2012
    79
    17
    0
    Any way to Fix the Store App
    My Store App opens well but closes when I click on App to install.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Firebee

    Firebee MDL Novice

    Mar 31, 2015
    1
    0
    0
    Hi, make sure you have Windows Update and Windows Firewall services started. Yeah, that worked for me...
     
  6. secowu

    secowu MDL Novice

    Dec 4, 2009
    13
    0
    0
    can not download,thanks.
     
  7. GTK48

    GTK48 MDL Senior Member

    Jun 7, 2009
    306
    111
    10
    Don't care the default Win 10 startup is Fugly.
     
  8. justin0926

    justin0926 MDL Junior Member

    Nov 11, 2013
    57
    12
    0
    thank yo so much!
     
  9. tistou77

    tistou77 MDL Expert

    Mar 22, 2008
    1,947
    612
    60
    #751 tistou77, Sep 1, 2015
    Last edited by a moderator: Apr 20, 2017
    Hello

    For Windows 7, I used these tweaks, it is still valid for Windows 10?


    Code:
    ;Keep Kernel and Driver in Ram
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
    "DisablePagingExecutive"=dword:00000001
    
    ;Discharge DLLs unutilized of the RAM
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer]
    "AlwaysUnloadDll"=dword:00000001
    
    ;Improved file system performance (NTFS only)
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
    "NtfsDisableLastAccessUpdate"=dword:00000001
    "NtfsDisable8dot3NameCreation"=dword:00000001
    "Win95TruncatedExtensions"=dword:00000001
    "Win31FileSystem"=dword:00000000
    
    ;Increase the efficiency of the memory
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
    "LargeSystemCache"=dword:00000001
    
    ;Close programs more quickly leaving Windows
    [HKEY_CURRENT_USER\Control Panel\Desktop]
    "AutoEndTasks"="1"
    "WaitToKillAppTimeout"="4000"
    "HungAppTimeout"="1500"
    "LowLevelHooksTimeout"="2000"
    ;Affichage des menus accelere
    "MenuShowDelay"="0"
    
    ;Close services quickly
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
    "WaitToKillServiceTimeout"="4000"
    
    [HKEY_USERS\S-1-5-19\Control Panel\Desktop]
    "AutoEndTasks"="1"
    "HungAppTimeout"="1500"
    "MenuShowDelay"="0"
    "WaitToKillAppTimeout"="4000"
    
    [HKEY_USERS\S-1-5-20\Control Panel\Desktop]
    "AutoEndTasks"="1"
    "HungAppTimeout"="1500"
    "MenuShowDelay"="0"
    "WaitToKillAppTimeout"="4000"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_HTTP_USERNAME_PASSWORD_DISABLE]
    "iexplore.exe"=dword:00000000
    "explorer.exe"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_HTTP_USERNAME_PASSWORD_DISABLE]
    "iexplore.exe"=dword:00000000
    "explorer.exe"=dword:00000000
    
    ;Accelerate thumbnail display
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "ThumbnailLivePreviewHoverTime"=dword:000001f4
    
    ;Accelerate the speed display thumbnails of the taskbar.
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "ExtendedUIHoverTime"=dword:00000032
    
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "ExtendedUIHoverTime"=dword:00000032
    
    ;Improve Your computer performance
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\PriorityControl]
    "IRQ8Priority"=hex(b):01,00,00,00,00,00,00,00
    
    ;Optimize the time display avi files
    [-HKEY_CLASSES_ROOT\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}]
    [-HKEY_CLASSES_ROOT\SystemFileAssociations\.avi\shellex\PropertyHandler]
    
    ;Do not check shortcuts
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "LinkResolveIgnoreLinkInfo"=dword:00000001
    "NoResolveSearch"=dword:00000001
    "NoResolveTrack"=dword:00000001
    
    ;Enable transparency icons
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "ListviewShadow"=dword:00000001
    
    ;Accelerate icon display
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
    "MaxCachedIcons"="8192"
    
    ;Activate ClearType
    [HKEY_CURRENT_USER\Control Panel\Desktop]
    "FontSmoothing"="2"
    "FontSmoothingType"=dword:00000002
    "FontSmoothingGamma"=dword:000003e8
    "FontSmoothingOrientation"=dword:00000001
    
    ;Allocate a buffer to the local network in order to increase the transfer rate
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters]
    "SizReqBuf"=dword:0000ffff
    
    ;Disable Administrative Shares
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters]
    "AutoShareServer"=dword:00000000
    "AutoShareWks"=dword:00000000
    
    ;Force Windows Explorer to automatically update the files and directories.
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Update]
    "UpdateMode"=dword:00000000
    
    ;activate Core Parking
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\54533251-82be-4824-96c1-47b60b740d00\0cc5b647-c1df-4637-891a-dec35c318583]
    "ValueMax"=dword:00000000
    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Power\PowerSettings\54533251-82be-4824-96c1-47b60b740d00\0cc5b647-c1df-4637-891a-dec35c318583]
    "ValueMax"=dword:00000000
    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Control\Power\PowerSettings\54533251-82be-4824-96c1-47b60b740d00\0cc5b647-c1df-4637-891a-dec35c318583]
    "ValueMax"=dword:00000000
    
    ;Disable Security warning when starting 
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments]
    "UseTrustedHandlers"=dword:00000001
    "SaveZoneInformation"=dword:00000001
    
    ;Disable file association web-service - Bypassing "Browse web for program" to open unknown extension
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "NoInternetOpenWith"=dword:00000001
    
    [HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer]
    "DisableSearchBoxSuggestions"=dword:00000001
    Thanks for your help
     
  10. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,256
    1,153
    60
    That entry is present in the registry, so I guess, it works. Then again Edge is supposed to replace IE, which will be abandon soon enough.
     
  11. tistou77

    tistou77 MDL Expert

    Mar 22, 2008
    1,947
    612
    60
    I do not use Edge (too ugly) :D
     
  12. MrMagic

    MrMagic MDL Guru

    Feb 13, 2012
    6,011
    4,152
    210
    #756 MrMagic, Sep 1, 2015
    Last edited by a moderator: Apr 20, 2017
    Can someone edit this to add the Win32 Themes personalisation panel to right click?
    Control Panel\All Control Panel Items\Personalisation

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Screen resolution]
    "ControlPanelName"="Microsoft.Display"
    "ControlPanelPage"="Settings"
    "Icon"="%SystemRoot%\\System32\\display.dll,-1"
    "Position"="Bottom"
    
    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Screen resolution\command]
    "DelegateExecute"="{06622D85-6856-4460-8DE1-A81921B41C4B}"
    
    
    Currently, it adds Win32 resolution

    I know this opens it from Run
    Code:
    control.exe desk.cpl,,2
    But not sure what to change, cheers
     
  13. elajitz

    elajitz MDL Novice

    Mar 22, 2014
    31
    3
    0
    I don't know if this is a driver problem or a common issue on windows 10 computers!
    but every time i starting Dxdiag i got a message that Directshow might faced a problem last time i use it..then i try to run it and it Crash!

    And i also facing some weird freezes in GtaV and white horizontal lines it happens time to time!. otherwise its running well it's just after i got the freezings i need to restart the game and there is fine until i got the issue again..
    Have faced this problems in both 355.60 driver and 355.82 From Nvidia

    so if some one know what causing this i will be happy!
     
  14. babuin12

    babuin12 MDL Member

    Jan 24, 2011
    112
    26
    10
    #760 babuin12, Sep 1, 2015
    Last edited: Sep 1, 2015
    In context menu how can i shrink the space between lines ? A right click on a file/folder gives me a too long context menu , so how can i shrink the lines ? thanks