JSI Tip 10510. How can I set the 'Display the full path in the address bar' option via the registry?

Jerold Schulman

May 23, 2006

1 Min Read
ITPro Today logo in a gray background | ITPro Today

In Windows Explorer, or My Computer, you can set the Display the full path in the address bar option by using the Tools menu to select Folder Options and then check the option on the View menu.

Using REG.EXE, built into Windows XP, Windows Server 2003, and later operating systems, or installed from the Windows 2000 Support Tools, you can set this option via the registry:

1. Open a CMD.EXE window.

2. Type the following command and press Enter:

REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionExplorerCabinetState" /V FullPathAddress /T REG_DWORD /F /D 1

3. You must log off and log on for this change to become effective.



Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like