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.
Please edit a Restore Default Settings bat Incidentally,will you?I need it,please help methanx in advance!
Hi, make sure you have Windows Update and Windows Firewall services started. Yeah, that worked for me...
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
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.
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
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!
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