Link to home
Start Free TrialLog in
Avatar of gaddam01
gaddam01

asked on

Registry change using Gpo

Hi,

We are using Windows Server 2003 domain contollers. Our clinet machines are running in Windows XP. I need to modify the following registy key on all our clinet machines using group policy.

Currently the registy setting is having the value 1 and I need to change it to 0 using gpo.


"Hkey_Local_Machine\System\CurrentConrolSet\Control\Filesystem\NtfsDisable8dot3NameCreation"

The above reg value should be 0.

Can you please provide me any .adm template or the corresponding settings in the GPMC console for this.

Thanks in advance.
Avatar of cjrmail2k
cjrmail2k
Flag of United Kingdom of Great Britain and Northern Ireland image

...configure this Policy (WS2008 R2 here): Computer Configuration\Policies\Administrative Templates\System\Filesystem\NTFS\Short Name Creation Options

I know this is for 2008 but it may exist in 2003
Avatar of gaddam01
gaddam01

ASKER

The above the options is not available in Windows Server 2003.
ASKER CERTIFIED SOLUTION
Avatar of Krzysztof Pytko
Krzysztof Pytko
Flag of Poland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hello,

Hi try with that

CLASS MACHINE

CATEGORY "NTFS Management"

KEYNAME "System\CurrentConrolSet\Control\Filesystem"

      POLICY "8dot3 Name Creation"

      EXPLAIN "Disables 8dot3 Name Creation"
      SUPPORTED "Windows 2000+"
      VALUENAME "NtfsDisable8dot3NameCreation"
      VALUEON NUMERIC 0
      VALUEOFF NUMERIC 1

      END POLICY

END CATEGORY


If the above code I had save it as .adm template then where is the location in GPMC I can configure this??
You need to download GPMC as separate installation fole (it's not included within 2003) from
http://www.microsoft.com/download/en/details.aspx?id=21895

Krzysztof
Hello,

I had already installed GPMC. Can you please specify the path for the registy settings where I need to configure in the Group policy Editor?
OK, you need to run GPMC and create new GPO or select the existing one. Now, edit it, and select "Computer Configuration -> Administrative Templates". Click on it right mouse button and choose "Add/Remove Templates" point to the location where ADM file is saved. Now, go to menu "View -> Filtering" and unselect both checkboxes at the bottom.
Now, you should be able to see new node "NTFS Management". Configure there "8dot3 Name Creation" and choose "Enabled"
Link GPO to appropriate OU with computers and reboot it to take it effect

Krzysztof
I've requested that this question be closed as follows:

Accepted answer: 0 points for gaddam01's comment http:/Q_27292704.html#36487917

for the following reason:

solution worked for me.
I need to raise one more question. So please close this question now.