Jump to content

Recommended Posts

Posted

I don't thing this can be done with a GPO ?

 

Reg hack

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState]
"FullPath"=dword:00000000           ;Display the Full Path in the Title Bar (1=Enabled, 0=Disabled)
"FullPathAddress"=dword:00000001    ;Display the Full Path in the Address Bar (1=Enabled, 0=Disabled)

  • Thanks 2
Posted

That REG file works.

 

I was wondering if I put the reg file in netlogon... how would I use a BAT file to call it up?

 

After googling, I've come up with this

 

%windir%\regedit.exe /s %LOGONSERVER%\NETLOGON\Logon\Scripts\AddressBar.reg

 

Unfortunately this doesn't work. If I have it this way it works:

 

%windir%\regedit.exe /s \\adminserver1\NETLOGON\Logon\Scripts\AddressBar.reg

 

 

We have 2 DCs, so how would adminserver2 call the reg if adminserver1 is switched off?

Posted

Am I doing something wrong, because it didn't work for me.

 

I've got this:

 

%windir%\regedit.exe /s \\Servername\NETLOGON\Scripts\AddressBar.reg

 

 

The actual BAT file is shoved into a folder along with the corresponding GPO in the User Configuration --> Logon setting

 

It should ideally call the reg file from the netlogon folder, shouldn't it?

Posted

Just made an ADM template so that people can set this via GPO if they don't want to use scripting.

 

Note:

You will need to turn of GP filtering to get it to show up because of the location of the reg key. To do this go to the view menu and click filtering, then untick "Only show policy setting that can be fully managed"

 

The policies show up under

 

User Config > Administrative Templates > Windows Components > Windows Explorer : Display the Full Path in the Title Bar

 

and

 

User Config > Administrative Templates > Windows Components > Windows Explorer : Display the Full Path in the Address Bar

 

After you copy the ADM file to the Windows/INF folder of the machine that you are using to manage policies, Add it by right clicking Administrative templates -> Add/Remove... from the GP editing snapin and turning off the filter as above.

FullPath.zip

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



×
×
  • Create New...