editing registry

  • Thread starter Thread starter don mattern
  • Start date Start date
D

don mattern

our default values for hkcr\regfile\defaultlcon and
hklm\software\classes\regfile\defaultlcon are
"c:\windows\regedit.exe,1" our default values for
hkcr\regfile\shell\open\command and
hklm\software\classes\regfile\shell\open\command are "regedit.exe "%1""
we want to stop loading regedit at boot up. do we just
change 1 to 0 at all 4 without crashing system. thanks don
mattern
 
our default values for hkcr\regfile\defaultlcon and
hklm\software\classes\regfile\defaultlcon are
"c:\windows\regedit.exe,1" our default values for
hkcr\regfile\shell\open\command and
hklm\software\classes\regfile\shell\open\command are "regedit.exe "%1""
we want to stop loading regedit at boot up. do we just
change 1 to 0 at all 4 without crashing system.

Sorry, but I'm not quite able to understand.
There is no "loading regedit at boot up".

HKLM\Software\Classes is mapped to HKCR.
If you change one both appearances will be changed.

What do you mean with "Change 1 to 0 at all 4"?

hklm\software\classes\regfile\shell\open\command "regedit.exe "%1""
means that opening a file with the extension REG will result in
calling "regedit <file.reg>".
If you want to change %1 to %0 you will cause some error messages
because %0 refers to the called program itself. You will cause a
command like "REGEDIT.EXE REGEDIT.EXE" to execute.

Ciao, Walter
 
our default values for hkcr\regfile\defaultlcon and
hklm\software\classes\regfile\defaultlcon are
"c:\windows\regedit.exe,1" our default values for
hkcr\regfile\shell\open\command and
hklm\software\classes\regfile\shell\open\command are "regedit.exe "%1""
we want to stop loading regedit at boot up. do we just
change 1 to 0 at all 4 without crashing system.

Sorry, but I'm not quite able to understand.
There is no "loading regedit at boot up".

HKLM\Software\Classes is mapped to HKCR.
If you change one both appearances will be changed.

What do you mean with "Change 1 to 0 at all 4"?

hklm\software\classes\regfile\shell\open\command "regedit.exe "%1""
means that opening a file with the extension REG will result in
calling "regedit <file.reg>".
If you want to change %1 to %0 you will cause some error messages
because %0 refers to the called program itself. You will cause a
command like "REGEDIT.EXE REGEDIT.EXE" to execute.

Ciao, Walter
 
Start\Settings\Control Panel\Administrative Tools\Computer
Management(Local)\System Information\Software Environment\Startup
Programs|View|Advanced, then in the "Location" column, you'll find the path
to the "Startup" location either in the "Startup" directories or from the
registry's "Run" keys.

%ALLUSERSPROFILE%\Start Menu\Programs\Startup
%USERPROFILE%\Start Menu\Programs\Startup

You can delete the shortcuts that you no longer want to run.


HKLM\Software\Microsoft\Windows\CurrentVersion\Run
HKCU\Software\Microsoft\Windows\CurrentVersion\Run

You can delete the string value for the program you no longer want to run.
 
Start\Settings\Control Panel\Administrative Tools\Computer
Management(Local)\System Information\Software Environment\Startup
Programs|View|Advanced, then in the "Location" column, you'll find the path
to the "Startup" location either in the "Startup" directories or from the
registry's "Run" keys.

%ALLUSERSPROFILE%\Start Menu\Programs\Startup
%USERPROFILE%\Start Menu\Programs\Startup

You can delete the shortcuts that you no longer want to run.


HKLM\Software\Microsoft\Windows\CurrentVersion\Run
HKCU\Software\Microsoft\Windows\CurrentVersion\Run

You can delete the string value for the program you no longer want to run.
 
Dave said:
Start\Settings\Control Panel\Administrative Tools\Computer
thanks for the info. windows 98 doesn't have ...control
lpanel\administrative tools\.....
Management(Local)\System Information\Software Environment\Startup
Programs|View|Advanced, then in the "Location" column, you'll find the path
to the "Startup" location either in the "Startup" directories or from the
registry's "Run" keys.

%ALLUSERSPROFILE%\Start Menu\Programs\Startup
%USERPROFILE%\Start Menu\Programs\Startup

You can delete the shortcuts that you no longer want to run.
we're trying to get rid of regedit.exe at startup. it's not
a shortcut on desktop and we have nothing useful in
start\programs\startup. any other suggestions will be
appreciated. thanks.
HKLM\Software\Microsoft\Windows\CurrentVersion\Run
HKCU\Software\Microsoft\Windows\CurrentVersion\Run
here we have, among others, "c:\windows\scanregw.exe\autorun" and
"systray.exe"; otherwise we have default value on first line.
shouldn't c:\windows\ regedit.exe be here if it's loading at startup?
 
Dave said:
Start\Settings\Control Panel\Administrative Tools\Computer
thanks for the info. windows 98 doesn't have ...control
lpanel\administrative tools\.....
Management(Local)\System Information\Software Environment\Startup
Programs|View|Advanced, then in the "Location" column, you'll find the path
to the "Startup" location either in the "Startup" directories or from the
registry's "Run" keys.

%ALLUSERSPROFILE%\Start Menu\Programs\Startup
%USERPROFILE%\Start Menu\Programs\Startup

You can delete the shortcuts that you no longer want to run.
we're trying to get rid of regedit.exe at startup. it's not
a shortcut on desktop and we have nothing useful in
start\programs\startup. any other suggestions will be
appreciated. thanks.
HKLM\Software\Microsoft\Windows\CurrentVersion\Run
HKCU\Software\Microsoft\Windows\CurrentVersion\Run
here we have, among others, "c:\windows\scanregw.exe\autorun" and
"systray.exe"; otherwise we have default value on first line.
shouldn't c:\windows\ regedit.exe be here if it's loading at startup?
 
This is a Windows 2000 group. Try posting to a win9x group. Seems there is a
system tool to view startup item.
 
This is a Windows 2000 group. Try posting to a win9x group. Seems there is a
system tool to view startup item.
 
Back
Top