Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

unable to start C:\program 1

Status
Not open for further replies.

willisd

IS-IT--Management
Aug 16, 2001
78
GB
A user at our company gets the above message when he logs onto his Windows NT 4 system. Checked out MS knowledge base, and they told me it was a problem related to the space after the word "program". To get around the problem you need to find the registry entry, and put quote marks around the entire address "C:\program files\etc".
The problem I have is locating the registry entry that the error refers to, as there are hundreds of addresses pointing to C:\program?

I've checked in the registry in the run, and runonce entries, and there are no programs in there.

Does anyone have any advice on how I can resolve this problem.

Cheers.
 
Ensure that you have checked both HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Run
and
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Run

A quick way to find the programs that are set to load on startup is to get a copy of Autoruns from This will let you know what is set to load from whatever registry keys, ini files and startup groups.

John
 
Doesn't MSConfig do the same thing? The presentation is definitely different, but what's the advantage of autoruns over msconfig (or the other way around)?

Cheers,

Realm174
 
Realm174
The trouble with MSConfig is that while it works very well, it only exists on Windows 98 and 98SE, not any other version of Windows.
The disadvantage of Autoruns over MSConfig is that it doesn't cover editing Autoexec.bat/config.sys or any WIN.INI/SYSTEM.INI setting unrelated to loading programs at startup.
However, for this purpose it is perfect.

John
 
Thanks a lot John, the program works perfect. Saved me loads of time.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top