regedit32 won't run

T

Tim Fickes

Have a workstation running Win2k w/ SP4.

When I go to Start, Run, regedit32 I get an error message that says:
"Cannot find the file 'regedit32' (or one of its components). Make sure the
path and file name are correct and that all the required libraries are
available."

Any help would be appreciated.
 
T

Tim Fickes

Returns the same error message...


CheckAbdoul said:
Type 'regedt32.exe' instead of 'regedit32.exe'.

--
Cheers
Check Abdoul [ VC++ MVP ]
-----------------------------------

Tim Fickes said:
Have a workstation running Win2k w/ SP4.

When I go to Start, Run, regedit32 I get an error message that says:
"Cannot find the file 'regedit32' (or one of its components). Make sure the
path and file name are correct and that all the required libraries are
available."

Any help would be appreciated.
 
C

CheckAbdoul

You probably do not have the %systemroot%\system32 directory in your path.
Try the following.

Run cmd.exe
At the command prompt, type 'cd %systemroot%\system32'
Now type 'dir regedt32.exe'. Do you see the file listed ? If so type
regedt32.exe.

--
Cheers
Check Abdoul [ VC++ MVP ]
-----------------------------------

Tim Fickes said:
Returns the same error message...


"CheckAbdoul" <636865636B6162646F756C406E6F7370616D2E6D7670732E6F7267> wrote
in message news:[email protected]...
Type 'regedt32.exe' instead of 'regedit32.exe'.

--
Cheers
Check Abdoul [ VC++ MVP ]
-----------------------------------

Tim Fickes said:
Have a workstation running Win2k w/ SP4.

When I go to Start, Run, regedit32 I get an error message that says:
"Cannot find the file 'regedit32' (or one of its components). Make
sure
the
path and file name are correct and that all the required libraries are
available."

Any help would be appreciated.
 
T

Tim Fickes

File not found....

This system is running on a Small Business Server 2000 LAN... When open cmd
from Run, it is at U:\>...

I can navigate to c:\winnt\system32\regedit32.exe and double click and it
launches...

So not quite sure what I have going on.

CheckAbdoul said:
You probably do not have the %systemroot%\system32 directory in your path.
Try the following.

Run cmd.exe
At the command prompt, type 'cd %systemroot%\system32'
Now type 'dir regedt32.exe'. Do you see the file listed ? If so type
regedt32.exe.

--
Cheers
Check Abdoul [ VC++ MVP ]
-----------------------------------

Tim Fickes said:
Returns the same error message...


"CheckAbdoul" <636865636B6162646F756C406E6F7370616D2E6D7670732E6F7267> wrote
in message news:[email protected]...
Type 'regedt32.exe' instead of 'regedit32.exe'.

--
Cheers
Check Abdoul [ VC++ MVP ]
-----------------------------------

Have a workstation running Win2k w/ SP4.

When I go to Start, Run, regedit32 I get an error message that says:
"Cannot find the file 'regedit32' (or one of its components). Make sure
the
path and file name are correct and that all the required libraries are
available."

Any help would be appreciated.
 
C

CheckAbdoul

As I mentioned, you probably are missing the entry c:\winnt\system32\ in
your path. You have 2 options.

1. Add the c:\winnt\system32\ to the PATH environment variable.
2. Run regedt32.exe by specifying the full name. i.e;
%systemroot%\system32\regedt32.exe

--
Cheers
Check Abdoul [ VC++ MVP ]
-----------------------------------

Tim Fickes said:
File not found....

This system is running on a Small Business Server 2000 LAN... When open cmd
from Run, it is at U:\>...

I can navigate to c:\winnt\system32\regedit32.exe and double click and it
launches...

So not quite sure what I have going on.

"CheckAbdoul" <636865636B6162646F756C406E6F7370616D2E6D7670732E6F7267> wrote
in message news:[email protected]...
You probably do not have the %systemroot%\system32 directory in your path.
Try the following.

Run cmd.exe
At the command prompt, type 'cd %systemroot%\system32'
Now type 'dir regedt32.exe'. Do you see the file listed ? If so type
regedt32.exe.

--
Cheers
Check Abdoul [ VC++ MVP ]
-----------------------------------

Tim Fickes said:
Returns the same error message...


"CheckAbdoul" <636865636B6162646F756C406E6F7370616D2E6D7670732E6F7267> wrote
in message Type 'regedt32.exe' instead of 'regedit32.exe'.

--
Cheers
Check Abdoul [ VC++ MVP ]
-----------------------------------

Have a workstation running Win2k w/ SP4.

When I go to Start, Run, regedit32 I get an error message that says:
"Cannot find the file 'regedit32' (or one of its components).
Make
sure
the
path and file name are correct and that all the required libraries are
available."

Any help would be appreciated.
 
T

Tim Fickes

Thanks...

CheckAbdoul said:
As I mentioned, you probably are missing the entry c:\winnt\system32\ in
your path. You have 2 options.

1. Add the c:\winnt\system32\ to the PATH environment variable.
2. Run regedt32.exe by specifying the full name. i.e;
%systemroot%\system32\regedt32.exe

--
Cheers
Check Abdoul [ VC++ MVP ]
-----------------------------------

Tim Fickes said:
File not found....

This system is running on a Small Business Server 2000 LAN... When open cmd
from Run, it is at U:\>...

I can navigate to c:\winnt\system32\regedit32.exe and double click and it
launches...

So not quite sure what I have going on.

"CheckAbdoul" <636865636B6162646F756C406E6F7370616D2E6D7670732E6F7267> wrote
in message news:[email protected]...
You probably do not have the %systemroot%\system32 directory in your path.
Try the following.

Run cmd.exe
At the command prompt, type 'cd %systemroot%\system32'
Now type 'dir regedt32.exe'. Do you see the file listed ? If so type
regedt32.exe.

--
Cheers
Check Abdoul [ VC++ MVP ]
-----------------------------------

Returns the same error message...


"CheckAbdoul"
wrote
in message Type 'regedt32.exe' instead of 'regedit32.exe'.

--
Cheers
Check Abdoul [ VC++ MVP ]
-----------------------------------

Have a workstation running Win2k w/ SP4.

When I go to Start, Run, regedit32 I get an error message that says:
"Cannot find the file 'regedit32' (or one of its components). Make
sure
the
path and file name are correct and that all the required
libraries
are
available."

Any help would be appreciated.
 
B

Bruce Chambers

Greetings --

That would be because there should be no such file on a Win2K
machine. There is, however, both "Regedit.exe" and "Regedt32.exe."

Bruce Chambers

--
Help us help you:



You can have peace. Or you can have freedom. Don't ever count on
having both at once. -- RAH
 
T

Tim Fickes

Yea, I finally figured that one out...

Bruce Chambers said:
Greetings --

That would be because there should be no such file on a Win2K
machine. There is, however, both "Regedit.exe" and "Regedt32.exe."

Bruce Chambers

--
Help us help you:



You can have peace. Or you can have freedom. Don't ever count on
having both at once. -- RAH
 

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