Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista General

Vista - Group Policy Object Editor on Local Computer

Reply
 
Old 04-11-2007   #1 (permalink)
Bill MacDonald


 
 

Group Policy Object Editor on Local Computer

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?




My System SpecsSystem Spec
Old 04-12-2007   #2 (permalink)
Ramesh, MS-MVP


 
 

Re: Group Policy Object Editor on Local Computer

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


"Bill MacDonald" <wmacdona@maine.rr.com> wrote in message news:26617DA2-E0A4-4FFB-8A2F-C22C9BC20C80@microsoft.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?



My System SpecsSystem Spec
Old 05-01-2007   #3 (permalink)
Domz


 
 

Re: Group Policy Object Editor on Local Computer

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, MS-MVP" wrote:

> 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
>
>
> "Bill MacDonald" <wmacdona@maine.rr.com> wrote in message news:26617DA2-E0A4-4FFB-8A2F-C22C9BC20C80@microsoft.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?
>
>
>
>

My System SpecsSystem Spec
Old 05-01-2007   #4 (permalink)
Ramesh, MS-MVP


 
 

Re: Group Policy Object Editor on Local Computer

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


"Domz" <Domz@discussions.microsoft.com> wrote in message news:7B9BB50B-40A2-47CF-BC17-37368E31A84E@microsoft.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, MS-MVP" wrote:

> 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
>
>
> "Bill MacDonald" <wmacdona@maine.rr.com> wrote in message news:26617DA2-E0A4-4FFB-8A2F-C22C9BC20C80@microsoft.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?
>
>
>
>

My System SpecsSystem Spec
Old 05-01-2007   #5 (permalink)
Domz


 
 

Re: Group Policy Object Editor on Local Computer

Good job the error is gone
Thanks


"Ramesh, MS-MVP" wrote:

> 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
>
>
> "Domz" <Domz@discussions.microsoft.com> wrote in message news:7B9BB50B-40A2-47CF-BC17-37368E31A84E@microsoft.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, MS-MVP" wrote:
>
> > 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
> >
> >
> > "Bill MacDonald" <wmacdona@maine.rr.com> wrote in message news:26617DA2-E0A4-4FFB-8A2F-C22C9BC20C80@microsoft.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?
> >
> >
> >
> >

>

My System SpecsSystem Spec
Old 05-01-2007   #6 (permalink)
Ramesh, MS-MVP


 
 

Re: Group Policy Object Editor on Local Computer

You're welcome!

--
Regards,

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


"Domz" <Domz@discussions.microsoft.com> wrote in message news:5DA95A01-1071-40C1-ABAF-EA0864D3DD0C@microsoft.com...
Good job the error is gone
Thanks


"Ramesh, MS-MVP" wrote:

> 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


My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Local Group Policy Editor - Open Tutorials
Control Panel - Add Local Group Policy Editor Tutorials
Missing Group Policy Object Editor Vista General
Group Policy Object Editor on Local Computer Vista performance & maintenance
Group Policy Object Editor? Vista account administration


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46