Jump to content

Delay opening Folders


maxXPsoft

Recommended Posts

These are the things I think make's Windows Explorer run a lot quicker when opening a folder with a lot of files....

These and unregistering the XP built in .zip and .cab dlls

Windows Registry Editor Version 5.00

; NtfsDisable8dot3NameCreation = saves 8x3 info for 16 bit applications. Turning on disables saving that
; NtfsDisableLastAccessUpdate = Windows updates Last Access each time you open. Turning on disables saving that
; To restore either change dword to :00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"NtfsDisable8dot3NameCreation"=dword:00000001
"NtfsDisableLastAccessUpdate"=dword:00000001

; Tells it to use Ultra DMA Mode for Hard Drives If available on Primary IDE
; Changes Transfer Mode in Device Manager / IDE ATA controllers / Primary IDE Channel / Advanced settings
; Go look at Current Transfer Mode right below before you change this then apply and reboot then go back and look.
; If drive not capable it does not allow and remains PIO
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E96A-E325-11CE-BFC1-08002BE10318}\0000]
"EnableUDMA66"=dword:00000001

; Removes "Shared Documents" folder located in C:, to restore remove the - beside the H
; This will turn off all Shared Document Folders, they disappear completely. Close Explorer before then open immediately afterwards. ITs Gone.
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\DelegateFolders\{59031a47-3f72-44a7-89c5-5595fe6b30ee}]
@=""

;Delete 2 keys that slow down performance may be needed if on a network.
;2227A280 - Remote Namespace Printers  To restore remove the -
;D6277990 - Remote Namespace Scheduled Tasks  To restore remove the -
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{2227A280-3AEA-1069-A2DE-08002B30309D}]
@="Printers"

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{D6277990-4C6A-11CF-8D87-00AA0060F5BF}]
@="Scheduled Tasks"

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...