editing registry

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
 
W

Walter Schulz

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
 
W

Walter Schulz

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
 
D

Dave Patrick

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.
 
D

Dave Patrick

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.
 
D

don mattern

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?
 
D

don mattern

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?
 
D

Dave Patrick

This is a Windows 2000 group. Try posting to a win9x group. Seems there is a
system tool to view startup item.
 
D

Dave Patrick

This is a Windows 2000 group. Try posting to a win9x group. Seems there is a
system tool to view startup item.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top