Group Policy Object Editor on Local Computer

B

Bill MacDonald

Every time I try to use gpedit.msc to open Group Policy, I get the following
errors:

The following error occurred in C:\Windows\inf\AER_2068.ADM on line 30:
Error 64 Help string specified more than once

The file can not be loaded.

Get the same error on line 189.

After the those two errors I just cancel out. I have not changed any Admin
templates as this the the default setting.
After a quick look at AER_2068.ADM, it looks like it is trying to get some
registry settings. Not sure of what I can do to edit that file.

Any ideas on how to resolve this?
 
R

Ramesh, MS-MVP

Bill,

Click Start, type:

notepad %windir%\inf\AER_2068.ADM

See what's in line #30. Copy the line and include the contents in your reply.

Close Notepad.


--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


Every time I try to use gpedit.msc to open Group Policy, I get the following
errors:

The following error occurred in C:\Windows\inf\AER_2068.ADM on line 30:
Error 64 Help string specified more than once

The file can not be loaded.

Get the same error on line 189.

After the those two errors I just cancel out. I have not changed any Admin
templates as this the the default setting.
After a quick look at AER_2068.ADM, it looks like it is trying to get some
registry settings. Not sure of what I can do to edit that file.

Any ideas on how to resolve this?
 
G

Guest

Hi Ramesh I have the same thing going on here
here is the contents
I did not know if i should count the spaces
so I am sending it from the top of the file down to atleast line 30
I think
thanks for taking the time

#if version <= 2
CLASS USER
CATEGORY !!GPONLY_CAT
POLICY !!GPONLY_POL
KEYNAME Software\Policies
PART !!GPONLY_TEXT1 TEXT
END PART
PART !!GPONLY_TEXT2 TEXT
END PART
END POLICY
END CATEGORY
CLASS MACHINE
CATEGORY !!GPONLY_CAT
POLICY !!GPONLY_POL
KEYNAME Software\Policies
PART !!GPONLY_TEXT1 TEXT
END PART
PART !!GPONLY_TEXT2 TEXT
END PART
END POLICY
END CATEGORY
#endif; version <= 2

#if version >= 3
CLASS MACHINE

CATEGORY !!DW20_CAT
KEYNAME Software\Policies\Microsoft\PCHealth\ErrorReporting\DW
#if version >= 4
EXPLAIN !!DW20_CAT_HKLM_EXP
#endif
CATEGORY !!GENERAL_CAT
#if version >= 4
EXPLAIN !!GENERAL_CAT_EXP
#endif
 
R

Ramesh, MS-MVP

Domz,

AER_2068 is probably a Norwegian language file for GPO Editor. Moving all the AER_*.ADM file from C:\Windows\INF to some other location on the hard drive (as a backup measure) should help. AER_1033 is English, and not to be deleted.

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


Hi Ramesh I have the same thing going on here
here is the contents
I did not know if i should count the spaces
so I am sending it from the top of the file down to atleast line 30
I think
thanks for taking the time

#if version <= 2
CLASS USER
CATEGORY !!GPONLY_CAT
POLICY !!GPONLY_POL
KEYNAME Software\Policies
PART !!GPONLY_TEXT1 TEXT
END PART
PART !!GPONLY_TEXT2 TEXT
END PART
END POLICY
END CATEGORY
CLASS MACHINE
CATEGORY !!GPONLY_CAT
POLICY !!GPONLY_POL
KEYNAME Software\Policies
PART !!GPONLY_TEXT1 TEXT
END PART
PART !!GPONLY_TEXT2 TEXT
END PART
END POLICY
END CATEGORY
#endif; version <= 2

#if version >= 3
CLASS MACHINE

CATEGORY !!DW20_CAT
KEYNAME Software\Policies\Microsoft\PCHealth\ErrorReporting\DW
#if version >= 4
EXPLAIN !!DW20_CAT_HKLM_EXP
#endif
CATEGORY !!GENERAL_CAT
#if version >= 4
EXPLAIN !!GENERAL_CAT_EXP
#endif
 
G

Guest

Good job the error is gone
Thanks


Ramesh said:
Domz,

AER_2068 is probably a Norwegian language file for GPO Editor. Moving all the AER_*.ADM file from C:\Windows\INF to some other location on the hard drive (as a backup measure) should help. AER_1033 is English, and not to be deleted.

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


Hi Ramesh I have the same thing going on here
here is the contents
I did not know if i should count the spaces
so I am sending it from the top of the file down to atleast line 30
I think
thanks for taking the time

#if version <= 2
CLASS USER
CATEGORY !!GPONLY_CAT
POLICY !!GPONLY_POL
KEYNAME Software\Policies
PART !!GPONLY_TEXT1 TEXT
END PART
PART !!GPONLY_TEXT2 TEXT
END PART
END POLICY
END CATEGORY
CLASS MACHINE
CATEGORY !!GPONLY_CAT
POLICY !!GPONLY_POL
KEYNAME Software\Policies
PART !!GPONLY_TEXT1 TEXT
END PART
PART !!GPONLY_TEXT2 TEXT
END PART
END POLICY
END CATEGORY
#endif; version <= 2

#if version >= 3
CLASS MACHINE

CATEGORY !!DW20_CAT
KEYNAME Software\Policies\Microsoft\PCHealth\ErrorReporting\DW
#if version >= 4
EXPLAIN !!DW20_CAT_HKLM_EXP
#endif
CATEGORY !!GENERAL_CAT
#if version >= 4
EXPLAIN !!GENERAL_CAT_EXP
#endif

Ramesh said:
Bill,

Click Start, type:

notepad %windir%\inf\AER_2068.ADM

See what's in line #30. Copy the line and include the contents in your reply.

Close Notepad.


--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


Every time I try to use gpedit.msc to open Group Policy, I get the following
errors:

The following error occurred in C:\Windows\inf\AER_2068.ADM on line 30:
Error 64 Help string specified more than once

The file can not be loaded.

Get the same error on line 189.

After the those two errors I just cancel out. I have not changed any Admin
templates as this the the default setting.
After a quick look at AER_2068.ADM, it looks like it is trying to get some
registry settings. Not sure of what I can do to edit that file.

Any ideas on how to resolve this?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top