Showing posts with label Windows Explorer. Show all posts
Showing posts with label Windows Explorer. Show all posts

Use double-pane Explorer when opening network drives

Windows 98/Me/2000/XP

By default when opening network drives (UNC) the Explorer window opens with a single-pane which does not show the Folders section on the left-hand side. This tweak changes the default behavior to open network drives with a double-pane view.

Open your registry and find or create the key below.

Create a new String value, or modify the existing value, called "(Default)" and set it according to the value data below.

Exit your registry; you may need to restart or log out of Windows for the change to take effect.


Registry Settings
System Key: [HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec]
Value Name: (Default)
Data Type: REG_SZ (String Value)
Value Data: ([ViewFolder("%l", %I, %S)] = default, [ExploreFolder("%l", %I, %S)] = double-pane view)

Skip the Open With web service prompt

Windows XP

Normally when you attempt to open an unknown file type a popup message is shown asking whether you would like to use the online web service to find the appropriate program to open the file. This setting allows you to disable this prompt, causing the Open With dialog to display immediately.

Create a new DWORD value, or modify the existing value, called "InternetOpenWith" and set it according to the value data below.

Exit your registry; you may need to restart or log out of Windows for the change to take effect.

Note: The same change can be enforced as a system-wide policy by creating a DWORD value called "NoInternetOpenWith" at [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System] and setting it to "1".

Registry Settings
User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
System Key: [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer]
Value Name: InternetOpenWith
Data Type: REG_DWORD (DWORD Value)
Value Data: (0 = hide web service, 1 = display web-service (default)

Last Posts