|
| | |||||||
| Windows Vista Discuss the different versions of Windows Vista, Fuji, or Vienna |
| | LinkBack | Thread Tools |
| |||
| 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? |
| |||
| 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 [url]http://www.winhelponline.com[/url] "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? |
| |||
| 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: [color=blue] > 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 [url]http://www.winhelponline.com[/url] > > > "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? > > > >[/color] |
| |||
| 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 [url]http://www.winhelponline.com[/url] "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: [color=blue] > 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 [url]http://www.winhelponline.com[/url] > > > "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? > > > >[/color] |
| |||
| Re: Group Policy Object Editor on Local Computer Good job the error is gone Thanks "Ramesh, MS-MVP" wrote: [color=blue] > 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 [url]http://www.winhelponline.com[/url] > > > "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: >[color=green] > > 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 [url]http://www.winhelponline.com[/url] > > > > > > "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? > > > > > > > >[/color] >[/color] |
| |||
| Re: Group Policy Object Editor on Local Computer You're welcome! -- Regards, Ramesh Srinivasan, Microsoft MVP [Windows Shell/User] Windows® Troubleshooting [url]http://www.winhelponline.com[/url] "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: [color=blue] > 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 [url]http://www.winhelponline.com[/url][/color] |
| Bookmarks |
| Thread Tools | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| group policy editor | Tigger | Windows XP | 5 | 04-03-2008 01:11 PM |
| Missing Group Policy Object Editor | Tiger Tails | Windows Vista | 6 | 02-20-2008 09:40 AM |
| Group Policy Editor | mr lasenby | Windows Vista | 4 | 06-23-2007 11:40 AM |
| Local Computer Group Policy | JasonB | Windows XP | 5 | 05-25-2007 10:10 AM |
| group policy editor | John | Windows XP | 3 | 04-08-2007 04:15 PM |
| New To Technology Questions? | Do You Need Help with Your Computer or Device? | Do You Need Help with this site? |