Guest AAH Posted May 28, 2008 Posted May 28, 2008 The Data entries are enclosed in "xyz" but some are in ""xyz"" double. Is it an error or ...? Thanks
Guest Mike M Posted May 28, 2008 Posted May 28, 2008 Re: Registry Data Entries You need to give far more detail such as the keys involved and the application using these keys together with how this apparent error is impacting on your use of your PC. -- Mike Maltby mike.maltby@gmail.com AAH <aah@chakcomnet.net> wrote: > The Data entries are enclosed in "xyz" > but some are in ""xyz"" double. > Is it an error or ...? > Thanks
Guest AAH Posted May 28, 2008 Posted May 28, 2008 Re: Registry Data Entries Mike Here are some sample entries. The double "" xyz"" are around the entries relating to a Lexmark printer. The problem is that (not always) it is unable to load certain printer files and asks to restart the computer. I thought that something may have gone wrong with the registry entries. REGEDIT4 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] "ScanRegistry"="C:\\WINDOWS\\scanregw.exe /autorun" "TaskMonitor"="C:\\WINDOWS\\taskmon.exe" "PCHealth"="C:\\WINDOWS\\PCHealth\\Support\\PCHSchd.exe -s" "SystemTray"="SysTray.Exe" "LoadPowerProfile"="Rundll32.exe powrprof.dll,LoadCurrentPwrScheme" "Tweak UI"="RUNDLL32.EXE TWEAKUI.CPL,TweakMeUp" "QSort2000"="C:\\PROGRA~1\\QSORT2~1\\QSORT.EXE /A" "Cat's Claw"="C:\\NORMAN\\WIN95\\CLAW95.EXE" "lxcymon.exe"="\"C:\\Program Files\\Lexmark 3400 Series\\lxcymon.exe\"" "EzPrint"="\"C:\\Program Files\\Lexmark 3400 Series\\ezprint.exe\"" "FaxCenterServer"="\"C:\\Program Files\\Lexmark Fax Solutions\\fm3032.exe\" /s" "LXCYCATS"="rundll32 C:\\WINDOWS\\SYSTEM\\LXCYtime.dll,_RunDLLEntry@16" "MPFExe"="C:\\PROGRA~1\\MCAFEE.COM\\PERSON~1\\MPFTRAY.EXE" "MCTskShd"="C:\\PROGRA~1\\MCAFEE.COM\\AGENT\\mctskshd.exe" "MSConfigReminder"="C:\\WINDOWS\\SYSTEM\\MSCONFIG.EXE /reminder" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\OptionalCo mponents] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\OptionalCo mponents\MSFS] "Installed"="1" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\OptionalCo mponents\MAPI] "NoChange"="1" "Installed"="1" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\OptionalCo mponents\IMAIL] "Installed"="1" "Mike M" <No_Spam@Corned_Beef.Only> wrote in message news:ukOKKlOwIHA.3484@TK2MSFTNGP06.phx.gbl... > You need to give far more detail such as the keys involved and the > application using these keys together with how this apparent error is > impacting on your use of your PC. > -- > Mike Maltby > mike.maltby@gmail.com > > > AAH <aah@chakcomnet.net> wrote: > > > The Data entries are enclosed in "xyz" > > but some are in ""xyz"" double. > > Is it an error or ...? > > Thanks >
Guest Mike M Posted May 28, 2008 Posted May 28, 2008 Re: Registry Data Entries AAH, What you are seeing is not what is stored in the registry, the outermost pair for each value and its associated data are being placed there by Regedit when exporting the key and is quite normal. This can be readily checked by opening Regedit and looking at the actual keys and data. Similarly back slashes in file paths are duplicated when exported. The second set of quotes, such as in the data for the value EzPrint are because of the use of Long File names with embedded spaces. i.e "C:\\Program Files\\Lexmark 3400 Series\\ezprint.exe\" I am however a little curious about the leading and trailing backslashes in that particular data string as I am of those in the data string associated with the value lxcymon.exe. You may wish to see the effect of removing these. That is changing the data for lxcymon.exe from \"C:\Program Files\Lexmark 3400 Series\lxcymon.exe\" to "C:\Program Files\Lexmark 3400 Series\lxcymon.exe" and similarly for the data for the value EzPrint -- Mike Maltby mike.maltby@gmail.com AAH <aah@chakcomnet.net> wrote: > Mike > Here are some sample entries. > The double "" xyz"" are around > the entries relating to a Lexmark printer. > The problem is that (not always) it is unable to > load certain printer files and asks to restart > the computer. > I thought that something may have gone wrong with > the registry entries. > > > REGEDIT4 > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] > "ScanRegistry"="C:\\WINDOWS\\scanregw.exe /autorun" > "TaskMonitor"="C:\\WINDOWS\\taskmon.exe" > "PCHealth"="C:\\WINDOWS\\PCHealth\\Support\\PCHSchd.exe -s" > "SystemTray"="SysTray.Exe" > "LoadPowerProfile"="Rundll32.exe powrprof.dll,LoadCurrentPwrScheme" > "Tweak UI"="RUNDLL32.EXE TWEAKUI.CPL,TweakMeUp" > "QSort2000"="C:\\PROGRA~1\\QSORT2~1\\QSORT.EXE /A" > "Cat's Claw"="C:\\NORMAN\\WIN95\\CLAW95.EXE" > "lxcymon.exe"="\"C:\\Program Files\\Lexmark 3400 Series\\lxcymon.exe\"" > "EzPrint"="\"C:\\Program Files\\Lexmark 3400 Series\\ezprint.exe\"" > "FaxCenterServer"="\"C:\\Program Files\\Lexmark Fax > Solutions\\fm3032.exe\" /s" > "LXCYCATS"="rundll32 C:\\WINDOWS\\SYSTEM\\LXCYtime.dll,_RunDLLEntry@16" > "MPFExe"="C:\\PROGRA~1\\MCAFEE.COM\\PERSON~1\\MPFTRAY.EXE" > "MCTskShd"="C:\\PROGRA~1\\MCAFEE.COM\\AGENT\\mctskshd.exe" > "MSConfigReminder"="C:\\WINDOWS\\SYSTEM\\MSCONFIG.EXE /reminder" > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\OptionalCo > mponents] > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\OptionalCo > mponents\MSFS] > "Installed"="1" > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\OptionalCo > mponents\MAPI] > "NoChange"="1" > "Installed"="1" > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\OptionalCo > mponents\IMAIL] > "Installed"="1" > > > > > > "Mike M" <No_Spam@Corned_Beef.Only> wrote in message > news:ukOKKlOwIHA.3484@TK2MSFTNGP06.phx.gbl... >> You need to give far more detail such as the keys involved and the >> application using these keys together with how this apparent error is >> impacting on your use of your PC. >> -- >> Mike Maltby >> mike.maltby@gmail.com >> >> >> AAH <aah@chakcomnet.net> wrote: >> >>> The Data entries are enclosed in "xyz" >>> but some are in ""xyz"" double. >>> Is it an error or ...? >>> Thanks
Guest AAH Posted May 28, 2008 Posted May 28, 2008 Re: Registry Data Entries Mike Thank you very much for your clarification. "Mike M" <No_Spam@Corned_Beef.Only> wrote in message news:ec#Ak2PwIHA.552@TK2MSFTNGP06.phx.gbl... > AAH, > > What you are seeing is not what is stored in the registry, the outermost > pair for each value and its associated data are being placed there by > Regedit when exporting the key and is quite normal. This can be readily > checked by opening Regedit and looking at the actual keys and data. > Similarly back slashes in file paths are duplicated when exported. > > The second set of quotes, such as in the data for the value EzPrint are > because of the use of Long File names with embedded spaces. > i.e "C:\\Program Files\\Lexmark 3400 Series\\ezprint.exe\" I am however a > little curious about the leading and trailing backslashes in that > particular data string as I am of those in the data string associated with > the value lxcymon.exe. You may wish to see the effect of removing these. > > That is changing the data for lxcymon.exe from > \"C:\Program Files\Lexmark 3400 Series\lxcymon.exe\" > to > "C:\Program Files\Lexmark 3400 Series\lxcymon.exe" > and similarly for the data for the value EzPrint > -- > Mike Maltby > mike.maltby@gmail.com > > > > AAH <aah@chakcomnet.net> wrote: > > > Mike > > Here are some sample entries. > > The double "" xyz"" are around > > the entries relating to a Lexmark printer. > > The problem is that (not always) it is unable to > > load certain printer files and asks to restart > > the computer. > > I thought that something may have gone wrong with > > the registry entries. > > > > > > REGEDIT4 > > > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] > > "ScanRegistry"="C:\\WINDOWS\\scanregw.exe /autorun" > > "TaskMonitor"="C:\\WINDOWS\\taskmon.exe" > > "PCHealth"="C:\\WINDOWS\\PCHealth\\Support\\PCHSchd.exe -s" > > "SystemTray"="SysTray.Exe" > > "LoadPowerProfile"="Rundll32.exe powrprof.dll,LoadCurrentPwrScheme" > > "Tweak UI"="RUNDLL32.EXE TWEAKUI.CPL,TweakMeUp" > > "QSort2000"="C:\\PROGRA~1\\QSORT2~1\\QSORT.EXE /A" > > "Cat's Claw"="C:\\NORMAN\\WIN95\\CLAW95.EXE" > > "lxcymon.exe"="\"C:\\Program Files\\Lexmark 3400 Series\\lxcymon.exe\"" > > "EzPrint"="\"C:\\Program Files\\Lexmark 3400 Series\\ezprint.exe\"" > > "FaxCenterServer"="\"C:\\Program Files\\Lexmark Fax > > Solutions\\fm3032.exe\" /s" > > "LXCYCATS"="rundll32 C:\\WINDOWS\\SYSTEM\\LXCYtime.dll,_RunDLLEntry@16" > > "MPFExe"="C:\\PROGRA~1\\MCAFEE.COM\\PERSON~1\\MPFTRAY.EXE" > > "MCTskShd"="C:\\PROGRA~1\\MCAFEE.COM\\AGENT\\mctskshd.exe" > > "MSConfigReminder"="C:\\WINDOWS\\SYSTEM\\MSCONFIG.EXE /reminder" > > > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\OptionalCo > > mponents] > > > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\OptionalCo > > mponents\MSFS] > > "Installed"="1" > > > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\OptionalCo > > mponents\MAPI] > > "NoChange"="1" > > "Installed"="1" > > > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\OptionalCo > > mponents\IMAIL] > > "Installed"="1" > > > > > > > > > > > > "Mike M" <No_Spam@Corned_Beef.Only> wrote in message > > news:ukOKKlOwIHA.3484@TK2MSFTNGP06.phx.gbl... > >> You need to give far more detail such as the keys involved and the > >> application using these keys together with how this apparent error is > >> impacting on your use of your PC. > >> -- > >> Mike Maltby > >> mike.maltby@gmail.com > >> > >> > >> AAH <aah@chakcomnet.net> wrote: > >> > >>> The Data entries are enclosed in "xyz" > >>> but some are in ""xyz"" double. > >>> Is it an error or ...? > >>> Thanks >
Recommended Posts