Error Accessing The Registry

G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.customize (More info?)

Hello,

I have a few registry entries i want to remove however i keep recieving the
error "Error accessing the registry" whenever i try to merge the .reg file.

The file i am trying to merge contains the below which as far as i can tell
is correct:

Windows Registry Editor Version 5.00
Blank line
[HKEY_CURRENT_USER]
"Microsoft Map PC"=-"REG_SZ:mappc.exe"
"C:\\WINDOWS\\seeve.exe"=-"REG_SZ:seeve"
"C:\\WINDOWS\\Nail.exe"=-"REG_SZ:Nail Application"
Blank line
[HKEY_LOCAL_MACHINE]
"Microsoft Map PC"="REG_SZ:mappc.exe"
"command"=-"REG_SZ:seeve"
"Shell"=-"REG_SZ:Explorer.exe C:\\WINDOWS\\Nail.exe"
Blank line
[HKEY_USERS]
"Microsoft Map PC"=-"REG_SZ:mappc.exe"
"C:\\WINDOWS\\seeve.exe"=-"REG_SZ:seeve"
"C:\\WINDOWS\\Nail.exe"=-"REG_SZ:Nail Application"

Thanks for any help

Daniel Goss
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.customize (More info?)

Your REG file is far from correct. You're trying to import directly into the root of the hives in question. You can't do this. And the format is completely wrong. An example of a REG file follows:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"ehTray"="C:\\WINDOWS\\ehome\\ehtray.exe"

--
Doug Knox, MS-MVP Windows Media Center\Windows Powered Smart Display\Security
Win 95/98/Me/XP Tweaks and Fixes
http://www.dougknox.com
--------------------------------
Per user Group Policy Restrictions for XP Home and XP Pro
http://www.dougknox.com/xp/utils/xp_securityconsole.htm
--------------------------------
Please reply only to the newsgroup so all may benefit.
Unsolicited e-mail is not answered.

"Daniel Goss" <Daniel Goss@discussions.microsoft.com> wrote in message news:EB2AF0C2-AE93-4599-81A7-77079BBC4C13@microsoft.com...
> Hello,
>
> I have a few registry entries i want to remove however i keep recieving the
> error "Error accessing the registry" whenever i try to merge the .reg file.
>
> The file i am trying to merge contains the below which as far as i can tell
> is correct:
>
> Windows Registry Editor Version 5.00
> Blank line
> [HKEY_CURRENT_USER]
> "Microsoft Map PC"=-"REG_SZ:mappc.exe"
> "C:\\WINDOWS\\seeve.exe"=-"REG_SZ:seeve"
> "C:\\WINDOWS\\Nail.exe"=-"REG_SZ:Nail Application"
> Blank line
> [HKEY_LOCAL_MACHINE]
> "Microsoft Map PC"="REG_SZ:mappc.exe"
> "command"=-"REG_SZ:seeve"
> "Shell"=-"REG_SZ:Explorer.exe C:\\WINDOWS\\Nail.exe"
> Blank line
> [HKEY_USERS]
> "Microsoft Map PC"=-"REG_SZ:mappc.exe"
> "C:\\WINDOWS\\seeve.exe"=-"REG_SZ:seeve"
> "C:\\WINDOWS\\Nail.exe"=-"REG_SZ:Nail Application"
>
> Thanks for any help
>
> Daniel Goss
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.customize (More info?)

Hello,

Thank you for the quick answer i realised that the directory paths were
incomplete about 10 minutes after posting. I cant see where i have errored in
the registry text though, please could you correct the below if we assume its
in the below directory.

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"Microsoft Map PC"=-"REG_SZ:mappc.exe"

To create the reg file (correct me if i am wrong) i need to get the
location, then put underneath it in the below format the name of the entry
as above then the name, type and data?

Name Type Data

Microsoft Map PC=-REG_SZ:mappc.exe

I am unsure about how teh enty should look now i am trying to remove the
entries if you didnt figure that out.
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.customize (More info?)

You don't need to specify the REG_SZ type in your example.

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"ehTray"="C:\\WINDOWS\\ehome\\ehtray.exe"

The above example automatically creates a REG_SZ type value with the contents specified.

Your example should be:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"Microsoft Map PC"=-"mappc.exe"

If you need to add the full path, use my example as a template.

--
Doug Knox, MS-MVP Windows Media Center\Windows Powered Smart Display\Security
Win 95/98/Me/XP Tweaks and Fixes
http://www.dougknox.com
--------------------------------
Per user Group Policy Restrictions for XP Home and XP Pro
http://www.dougknox.com/xp/utils/xp_securityconsole.htm
--------------------------------
Please reply only to the newsgroup so all may benefit.
Unsolicited e-mail is not answered.

"Daniel Goss" <DanielGoss@discussions.microsoft.com> wrote in message news:A937441A-B6DB-46FA-8737-9DBBE6698304@microsoft.com...
> Hello,
>
> Thank you for the quick answer i realised that the directory paths were
> incomplete about 10 minutes after posting. I cant see where i have errored in
> the registry text though, please could you correct the below if we assume its
> in the below directory.
>
> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
> "Microsoft Map PC"=-"REG_SZ:mappc.exe"
>
> To create the reg file (correct me if i am wrong) i need to get the
> location, then put underneath it in the below format the name of the entry
> as above then the name, type and data?
>
> Name Type Data
>
> Microsoft Map PC=-REG_SZ:mappc.exe
>
> I am unsure about how teh enty should look now i am trying to remove the
> entries if you didnt figure that out.
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.customize (More info?)

Hello again,

Windows Registry Editor Version 5.00
Blank line
[-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Print\Monitors\ZepMon]
[-HKEY_CURRENT_USER\Software\Classes\CLSID\{0962DA67-DB64-465C-8CD7-CBB357CAF825}]
[-HKEY_CURRENT_USER\Software\Classes\CLSID\{302A3240-4805-4a34-97D7-1645A0B08410}]
[-HKEY_CURRENT_USER\Software\Classes\CLSID\{356B2BD0-D206-4E21-8C85-C6F49409C6A9}]
[-HKEY_CURRENT_USER\Software\Classes\CLSID\{52ADD86D-9561-4C40-B561-4204DBC139D1}]
[-HKEY_CURRENT_USER\Software\Classes\CLSID\{999A06FF-10EF-4A29-8640-69E99882C26B}]
[-HKEY_CURRENT_USER\Software\Classes\CLSID\{4AA870AC-8427-42a4-B92E-ECD956197489}]
[-HKEY_CURRENT_USER\Software\microsoft\windows\currentversion\explorer\browser helper objects\{4AA870AC-8427-42a4-B92E-E]
[-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Print\Monitors\ZepMon]
[-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Control\Print\Monitors\ZepMon]
[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Monitors\ZepMon]
[-HKEY_CLASSES_ROOT\Interface\{018C5406-AEE6-4A68-980F-2CEB1E9416FB}]
[-HKEY_CLASSES_ROOT\Interface\{0A7FC040-F84A-4AD7-9439-798B6C0F861E}]
[-HKEY_CLASSES_ROOT\Interface\{32A9D21F-F510-44DC-9EA6-0456EDA04668}]
[-HKEY_CLASSES_ROOT\Interface\{4562B6F3-DAF8-464E-87B7-5464575F0D6A}]
[-HKEY_CLASSES_ROOT\Interface\{BB0D5ADC-028D-4185-9288-722DDCE2C757}]
[-HKEY_CLASSES_ROOT\Interface\{C93CC79D-02D5-45B0-BE39-7F5B0E5DDA31}]
[-HKEY_CLASSES_ROOT\Interface\{DA4B919F-B757-4E32-8D79-DEC5C2704C4B}]
[-HKEY_LOCAL_MACHINE\Software\_rtneg3]
[-HKEY_LOCAL_MACHINE\Software\aurora]
[-HKEY_LOCAL_MACHINE\Software\Bolger]
[-HKEY_CURRENT_USER\Software\Classes\CLSID\{302A3240-4805-4a34-97D7-1645A0B08410}]
[-HKEY_CURRENT_USER\Software\microsoft\windows\currentversion\explorer\browser helper objects\{302A3240-4805-4a34-97D7-1]
[-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_SvcProc]
[-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\SvcProc]
[-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Enum\Root\LEGACY_SvcProc]
[-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Services\SvcProc]
[-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\Root\LEGACY_SvcProc]
[-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Services\SvcProc]
[-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet004\Enum\Root\LEGACY_SvcProc]
[-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet004\Services\SvcProc]
[-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet005\Enum\Root\LEGACY_SvcProc]
[-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet005\Services\SvcProc]
[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_SvcProc]
[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SvcProc]
[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Monitors\ZepMon]
[-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Control\Print\Monitors\ZepMon]
[-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Control\Print\Monitors\ZepMon]
[-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet004\Control\Print\Monitors\ZepMon]
[-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet005\Control\Print\Monitors\ZepMon]
[-HKEY_LOCAL_MACHINE\Software\pynix]
[-HKEY_LOCAL_MACHINE\Software\classes\TYPELIB\{09049E4F-8D9E-4C8A-A952-5BAF1A115C59}]
[-HKEY_LOCAL_MACHINE\Software\classes\CLSID\{00000000-DD60-0064-6EC2-6E0100000000}]
[-HKEY_LOCAL_MACHINE\software\classes\PynixDll.PynixDllObj]
[-HKEY_LOCAL_MACHINE\software\classes\PynixDll.PynixDllObj.1]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\media-motor]
[-HKEY_LOCAL_MACHINE\Software\classes\TYPELIB\{09049E4F-8D9E-4C8A-A952-5BAF1A115C59}]
[-HKEY_LOCAL_MACHINE\Software\classes\CLSID\{00000000-DD60-0064-6EC2-6E0100000000}]
[-HKEY_LOCAL_MACHINE\Software\classes\CLSID\{E0CE16CB-741C-4B24-8D04-A817856E07F4}]
[-HKEY_CLASSES_ROOT\Interface\{3E4BCF50-865B-4EF4-A0BC-BF57229EA525}]
[-HKEY_CLASSES_ROOT\Interface\{64A5BD22-8D8A-4193-9CF8-7DB5212ABB17}]
[-HKEY_CLASSES_ROOT\Interface\{674A6BD5-317A-49CF-9647-1E085E660CE0}]

Please could you advise this is correct? I have spent alot of time putting
it together and i would like to see if this is correct before using it.

*Awaits your input*

Thank you
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.customize (More info?)

Updated again. This has successfully been entered into the registry to remove
entries. Thank you for your help. If you notice any errors please make me
aware.

Windows Registry Editor Version 5.00
Blank line
[-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Print\Monitors\ZepMon]
[-HKEY_CURRENT_USER\Software\Classes\CLSID\{0962DA67-DB64-465C-8CD7-CBB357CAF825}]
[-HKEY_CURRENT_USER\Software\Classes\CLSID\{302A3240-4805-4a34-97D7-1645A0B08410}]
[-HKEY_CURRENT_USER\Software\Classes\CLSID\{356B2BD0-D206-4E21-8C85-C6F49409C6A9}]
[-HKEY_CURRENT_USER\Software\Classes\CLSID\{52ADD86D-9561-4C40-B561-4204DBC139D1}]
[-HKEY_CURRENT_USER\Software\Classes\CLSID\{999A06FF-10EF-4A29-8640-69E99882C26B}]
[-HKEY_CURRENT_USER\Software\Classes\CLSID\{4AA870AC-8427-42a4-B92E-ECD956197489}]
[-HKEY_CURRENT_USER\Software\microsoft\windows\currentversion\explorer\browser helper objects\{4AA870AC-8427-42a4-B92E-E]
[-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Print\Monitors\ZepMon]
[-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Control\Print\Monitors\ZepMon]
[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Monitors\ZepMon]
[-HKEY_CLASSES_ROOT\Interface\{018C5406-AEE6-4A68-980F-2CEB1E9416FB}]
[-HKEY_CLASSES_ROOT\Interface\{0A7FC040-F84A-4AD7-9439-798B6C0F861E}]
[-HKEY_CLASSES_ROOT\Interface\{32A9D21F-F510-44DC-9EA6-0456EDA04668}]
[-HKEY_CLASSES_ROOT\Interface\{4562B6F3-DAF8-464E-87B7-5464575F0D6A}]
[-HKEY_CLASSES_ROOT\Interface\{BB0D5ADC-028D-4185-9288-722DDCE2C757}]
[-HKEY_CLASSES_ROOT\Interface\{C93CC79D-02D5-45B0-BE39-7F5B0E5DDA31}]
[-HKEY_CLASSES_ROOT\Interface\{DA4B919F-B757-4E32-8D79-DEC5C2704C4B}]
[-HKEY_LOCAL_MACHINE\Software\_rtneg3]
[-HKEY_LOCAL_MACHINE\Software\aurora]
[-HKEY_LOCAL_MACHINE\Software\Bolger]
[-HKEY_CURRENT_USER\Software\Classes\CLSID\{302A3240-4805-4a34-97D7-1645A0B08410}]
[-HKEY_CURRENT_USER\Software\microsoft\windows\currentversion\explorer\browser helper objects\{302A3240-4805-4a34-97D7-1]
[-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_SvcProc]
[-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\SvcProc]
[-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Enum\Root\LEGACY_SvcProc]
[-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Services\SvcProc]
[-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\Root\LEGACY_SvcProc]
[-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Services\SvcProc]
[-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet004\Enum\Root\LEGACY_SvcProc]
[-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet004\Services\SvcProc]
[-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet005\Enum\Root\LEGACY_SvcProc]
[-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet005\Services\SvcProc]
[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_SvcProc]
[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SvcProc]
[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Monitors\ZepMon]
[-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Control\Print\Monitors\ZepMon]
[-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Control\Print\Monitors\ZepMon]
[-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet004\Control\Print\Monitors\ZepMon]
[-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet005\Control\Print\Monitors\ZepMon]
[-HKEY_LOCAL_MACHINE\Software\pynix]
[-HKEY_LOCAL_MACHINE\Software\classes\TYPELIB\{09049E4F-8D9E-4C8A-A952-5BAF1A115C59}]
[-HKEY_LOCAL_MACHINE\Software\classes\CLSID\{00000000-DD60-0064-6EC2-6E0100000000}]
[-HKEY_LOCAL_MACHINE\software\classes\PynixDll.PynixDllObj]
[-HKEY_LOCAL_MACHINE\software\classes\PynixDll.PynixDllObj.1]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\media-motor]
[-HKEY_LOCAL_MACHINE\Software\classes\TYPELIB\{09049E4F-8D9E-4C8A-A952-5BAF1A115C59}]
[-HKEY_LOCAL_MACHINE\Software\classes\CLSID\{00000000-DD60-0064-6EC2-6E0100000000}]
[-HKEY_LOCAL_MACHINE\Software\classes\CLSID\{E0CE16CB-741C-4B24-8D04-A817856E07F4}]
[-HKEY_CLASSES_ROOT\Interface\{3E4BCF50-865B-4EF4-A0BC-BF57229EA525}]
[-HKEY_CLASSES_ROOT\Interface\{64A5BD22-8D8A-4193-9CF8-7DB5212ABB17}]
[-HKEY_CLASSES_ROOT\Interface\{674A6BD5-317A-49CF-9647-1E085E660CE0}]
Blank line
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"Shell"=-"Explorer.exe C:\Windows\Nail.exe"
Blank line
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared
Tools\MSConfig\startupreg\Microsoft Map PC]
Blank line
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunServices]
"Microsoft Map PC"=-"mappc.exe"
Blank line
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Run
"Microsoft Map PC"=-"mappc.exe"
Blank line
[HKEY_USERS\S-1-5-18\Software\Microsoft\Windows\CurrentVersion\Run
"Microsoft Map PC"=-"mappc.exe"
Blank line
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared
Tools\MSConfig\startupreg\seeve]
Blank line
[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\MUICache
"C:\\WINDOWS\\Nail.exe"=-"Nail Application"
Blank line
[HKEY_USERS\S-1-5-21-3052906198-2140229045-3129365556-500\Software\Microsoft\Windows\ShellNoRoam\MUICache
"C:\\WINDOWS\\Nail.exe"=-"Nail Application"
Blank line
[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\MUICache
"C:\\WINDOWS\\seeve.exe"=-"seeve"
Blank line
[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\MUICache
"C:\\WINDOWS\\Nail.exe"=-"Nail Application"
Blank line
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Run
"C:\\WINDOWS\\seeve.exe"=-"seeve"
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.customize (More info?)

Hi Daniel,

Yes, that will work to delete all of the keys indicated, as long as the user account used to import the REG file has the appropriate permissions.

--
Doug Knox, MS-MVP Windows Media Center\Windows Powered Smart Display\Security
Win 95/98/Me/XP Tweaks and Fixes
http://www.dougknox.com
--------------------------------
Per user Group Policy Restrictions for XP Home and XP Pro
http://www.dougknox.com/xp/utils/xp_securityconsole.htm
--------------------------------
Please reply only to the newsgroup so all may benefit.
Unsolicited e-mail is not answered.

"Daniel Goss" <DanielGoss@discussions.microsoft.com> wrote in message news:0F8F01BC-DF2B-452C-A977-1F4AC9789546@microsoft.com...
> Hello again,
>
> Windows Registry Editor Version 5.00
> Blank line
> [-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Print\Monitors\ZepMon]
> [-HKEY_CURRENT_USER\Software\Classes\CLSID\{0962DA67-DB64-465C-8CD7-CBB357CAF825}]
> [-HKEY_CURRENT_USER\Software\Classes\CLSID\{302A3240-4805-4a34-97D7-1645A0B08410}]
> [-HKEY_CURRENT_USER\Software\Classes\CLSID\{356B2BD0-D206-4E21-8C85-C6F49409C6A9}]
> [-HKEY_CURRENT_USER\Software\Classes\CLSID\{52ADD86D-9561-4C40-B561-4204DBC139D1}]
> [-HKEY_CURRENT_USER\Software\Classes\CLSID\{999A06FF-10EF-4A29-8640-69E99882C26B}]
> [-HKEY_CURRENT_USER\Software\Classes\CLSID\{4AA870AC-8427-42a4-B92E-ECD956197489}]
> [-HKEY_CURRENT_USER\Software\microsoft\windows\currentversion\explorer\browser helper objects\{4AA870AC-8427-42a4-B92E-E]
> [-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Print\Monitors\ZepMon]
> [-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Control\Print\Monitors\ZepMon]
> [-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Monitors\ZepMon]
> [-HKEY_CLASSES_ROOT\Interface\{018C5406-AEE6-4A68-980F-2CEB1E9416FB}]
> [-HKEY_CLASSES_ROOT\Interface\{0A7FC040-F84A-4AD7-9439-798B6C0F861E}]
> [-HKEY_CLASSES_ROOT\Interface\{32A9D21F-F510-44DC-9EA6-0456EDA04668}]
> [-HKEY_CLASSES_ROOT\Interface\{4562B6F3-DAF8-464E-87B7-5464575F0D6A}]
> [-HKEY_CLASSES_ROOT\Interface\{BB0D5ADC-028D-4185-9288-722DDCE2C757}]
> [-HKEY_CLASSES_ROOT\Interface\{C93CC79D-02D5-45B0-BE39-7F5B0E5DDA31}]
> [-HKEY_CLASSES_ROOT\Interface\{DA4B919F-B757-4E32-8D79-DEC5C2704C4B}]
> [-HKEY_LOCAL_MACHINE\Software\_rtneg3]
> [-HKEY_LOCAL_MACHINE\Software\aurora]
> [-HKEY_LOCAL_MACHINE\Software\Bolger]
> [-HKEY_CURRENT_USER\Software\Classes\CLSID\{302A3240-4805-4a34-97D7-1645A0B08410}]
> [-HKEY_CURRENT_USER\Software\microsoft\windows\currentversion\explorer\browser helper objects\{302A3240-4805-4a34-97D7-1]
> [-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_SvcProc]
> [-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\SvcProc]
> [-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Enum\Root\LEGACY_SvcProc]
> [-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Services\SvcProc]
> [-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\Root\LEGACY_SvcProc]
> [-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Services\SvcProc]
> [-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet004\Enum\Root\LEGACY_SvcProc]
> [-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet004\Services\SvcProc]
> [-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet005\Enum\Root\LEGACY_SvcProc]
> [-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet005\Services\SvcProc]
> [-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_SvcProc]
> [-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SvcProc]
> [-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Monitors\ZepMon]
> [-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Control\Print\Monitors\ZepMon]
> [-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Control\Print\Monitors\ZepMon]
> [-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet004\Control\Print\Monitors\ZepMon]
> [-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet005\Control\Print\Monitors\ZepMon]
> [-HKEY_LOCAL_MACHINE\Software\pynix]
> [-HKEY_LOCAL_MACHINE\Software\classes\TYPELIB\{09049E4F-8D9E-4C8A-A952-5BAF1A115C59}]
> [-HKEY_LOCAL_MACHINE\Software\classes\CLSID\{00000000-DD60-0064-6EC2-6E0100000000}]
> [-HKEY_LOCAL_MACHINE\software\classes\PynixDll.PynixDllObj]
> [-HKEY_LOCAL_MACHINE\software\classes\PynixDll.PynixDllObj.1]
> [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\media-motor]
> [-HKEY_LOCAL_MACHINE\Software\classes\TYPELIB\{09049E4F-8D9E-4C8A-A952-5BAF1A115C59}]
> [-HKEY_LOCAL_MACHINE\Software\classes\CLSID\{00000000-DD60-0064-6EC2-6E0100000000}]
> [-HKEY_LOCAL_MACHINE\Software\classes\CLSID\{E0CE16CB-741C-4B24-8D04-A817856E07F4}]
> [-HKEY_CLASSES_ROOT\Interface\{3E4BCF50-865B-4EF4-A0BC-BF57229EA525}]
> [-HKEY_CLASSES_ROOT\Interface\{64A5BD22-8D8A-4193-9CF8-7DB5212ABB17}]
> [-HKEY_CLASSES_ROOT\Interface\{674A6BD5-317A-49CF-9647-1E085E660CE0}]
>
> Please could you advise this is correct? I have spent alot of time putting
> it together and i would like to see if this is correct before using it.
>
> *Awaits your input*
>
> Thank you
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.customize (More info?)

Hi Doug.

Thank you for all your help, much appreciated.

Daniel Goss
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.customize (More info?)

You're welcome :)

--
Doug Knox, MS-MVP Windows Media Center\Windows Powered Smart Display\Security
Win 95/98/Me/XP Tweaks and Fixes
http://www.dougknox.com
--------------------------------
Per user Group Policy Restrictions for XP Home and XP Pro
http://www.dougknox.com/xp/utils/xp_securityconsole.htm
--------------------------------
Please reply only to the newsgroup so all may benefit.
Unsolicited e-mail is not answered.

"Daniel Goss" <DanielGoss@discussions.microsoft.com> wrote in message news:EBD3B5B4-4AE1-4120-ABF9-0F04342BC653@microsoft.com...
> Updated again. This has successfully been entered into the registry to remove
> entries. Thank you for your help. If you notice any errors please make me
> aware.
>