%systemroot%\system32

C

carlos_2006

Trying to locate %systemroot%\system on Windows 2000 Pro.When i use
search the answer is %systemroot%\system is nopt a valid folder.I can
find C:\WINNT\System32 but don't know if this is is the same folder.I'm
trying to find it to repair my registry.Any help would be greatly
appreciated.
 
P

Pegasus \(MVP\)

carlos_2006 said:
Trying to locate %systemroot%\system on Windows 2000 Pro.When i use
search the answer is %systemroot%\system is nopt a valid folder.I can
find C:\WINNT\System32 but don't know if this is is the same folder.I'm
trying to find it to repair my registry.Any help would be greatly
appreciated.

Half of the references in your post speak about %SystemRoot%\system32,
the other half about %SystemRoot%\system. Perhaps this is the reason
why you cannot find the folder.

Start a Command Prompt, then type

set system

to see the resolved value of this variable.
 
S

Steve Parry

carlos_2006 said:
Trying to locate %systemroot%\system on Windows 2000 Pro.When i use
search the answer is %systemroot%\system is nopt a valid folder.I can
find C:\WINNT\System32 but don't know if this is is the same folder.I'm
trying to find it to repair my registry.Any help would be greatly
appreciated.


%systemroot%\system is not the same as C:\WINNT\System32

%systemroot%\system32 is the same as C:\WINNT\System32 (assuming your
Windows install folder is indeed WINNT)

%systemroot% is a built in variable that is used to refer to the location of
the OS folder
 
G

Guest

Just type "set" at a CMD prompt (without the quotes, of course) and you'll
see what %systemroot% is set to.

MD
 
D

Dave Patrick

If you find;

C:\WINNT\System32

then yes it is the same as;

%systemroot%\system32

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Trying to locate %systemroot%\system on Windows 2000 Pro.When i use
| search the answer is %systemroot%\system is nopt a valid folder.I can
| find C:\WINNT\System32 but don't know if this is is the same folder.I'm
| trying to find it to repair my registry.Any help would be greatly
| appreciated.
|
 
G

Gary Smith

You can't use variables such as %systemroot% in searching, but you can use
them in the address bar in Windows explorer. Type %systemroot%\system
there, press Enter, and the folder will open. You'll also see its actual
name in the address bar.

"System" and "System32" are two different folders with two different
functions. The contents of %systemroot%\system tend to be compatibility
components. There's nothing related to the registry there, so I don't
know why you'd need to find that folder in order to repair your registry.
 
G

Gary Smith

It's really confused because he said he was looking for
%systemroot%\system, although the subject line does say
%systemroot%\system32, and most of those articles refer to
%windir%\system32. Anyone who fails to pay close attention to the details
is probably going to bungle any kind of repair.


Dave Patrick said:
If I had to guess....... the system hive is corrupt and he's reading one of
these.


:
<snip>
so I don't
| know why you'd need to find that folder in order to repair your
registry.
 

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