Can't run systeminfo (NOT msinfo32)
General support for all versions of Windows.

Moderators: Forum Experts, Management

Re: Can't run systeminfo (NOT msinfo32)

Postby JabbaPapa on Wed Apr 08, 2009 4:46 pm

Cornflake wrote:Something tells me in order to continue building on already such complex OS'es we're going to need to rewrite nearly everything from scratch. Because there's only so long you can build on something before fundamental problems force you to go back to the drawing board :yesnod:


Windows Vista and especially Windows 7 have in fact taken just that path :)

Windows 7 uses a tiny Windows kernel called MinWin -- this is not *included* in the OS, but the OS has been built upon MinWin, ie it's more or less MinWin with a whole bunch of added features and modules.

In XP, if you switch off a feature, it still gets at least partially loaded when you boot because it's part of that complex interlinked OS

In Vista somewhat, but especially in W7, disabling a feature can cause it to NOT be loaded at all during boot.

And btw thanks for the insights into the file systems :)
ImageImage
.................................................................................................PRO Kahuna Super Geek
User avatar
JabbaPapa
PRO ELITE
PRO ELITE
 
Posts: 10926
Joined: Sun Feb 22, 2004 12:17 pm
Location: Monte-Carlo
Real Name: Julian Lord

Re: Can't run systeminfo (NOT msinfo32)

Postby Cornflake on Thu Apr 09, 2009 3:47 pm

Yes, I've heard of MinWin. BTW, here's the link to that blog I was referring to: http://thebs413.blogspot.com/2005_08_01 ... chive.html

Although I appreciate the initiative to start from scratch, I much rather would have seen WinFS come along before the new sound system. :P

The one thing that really sucks about starting over, is at some point you can't retain backwards compatibility. And the only real option is emulation... but there can be big disadvantages to it. First is missing features and second is performance. A good example, is a game like DOOM. If you run it emulated in Windows, the amount of CPU time to do it is enormous, somtimes 100x more than what you would need to run it natevely... turning our fast multi-GHz computers into something that can barely handle code over 12 years old. Plus, you'd be lucky to find an emulator that will run your program at all.

The significance of this is really simple: If you're going to rewrite something, there benefits have to outweigh the disadvantages. in Vista MS did such a quick redo job here and there, that there's really not much to be gained. That's not the way you wanna play it after waiting five years to update your OS. All that really came out of it were steps-backwards. They'd have been better of waiting until W7 to implement some of these things, IMO.

Sorry for the rant and philosophy and all -- this might sound like I'm kind of learning this all for the first time, and I am. As I really started getting into PCs when XP first came out, the first OS I used that I really started to learn technical details about has been around for a long time. These things are going to be a big change!
Last edited by Cornflake on Fri May 01, 2009 2:34 pm, edited 1 time in total.
User avatar
Cornflake
PRO Level 15
PRO Level 15
 
Posts: 1324
Joined: Fri Jul 29, 2005 3:51 pm
Location: Colorado, USA
Real Name: Adam Israel

Re: Can't run systeminfo (NOT msinfo32)

Postby _Taz_ on Tue Apr 14, 2009 10:04 am

did this get resolved along the way? sounds like WMI has gotten messed up (systeminfo needs wmi running to collect information
User avatar
_Taz_
PRO Level 15
PRO Level 15
 
Posts: 1216
Joined: Tue Jun 29, 2004 9:01 am
Location: Florida

Re: Can't run systeminfo (NOT msinfo32)

Postby Cornflake on Sun Apr 26, 2009 9:17 pm

No, I haven't gotten it working again yet.
User avatar
Cornflake
PRO Level 15
PRO Level 15
 
Posts: 1324
Joined: Fri Jul 29, 2005 3:51 pm
Location: Colorado, USA
Real Name: Adam Israel

Re: Can't run systeminfo (NOT msinfo32)

Postby Cornflake on Fri May 01, 2009 2:30 pm

_Taz_ wrote:did this get resolved along the way? sounds like WMI has gotten messed up (systeminfo needs wmi running to collect information


Can you specify what WMI is? Is it a service?

Thanks
User avatar
Cornflake
PRO Level 15
PRO Level 15
 
Posts: 1324
Joined: Fri Jul 29, 2005 3:51 pm
Location: Colorado, USA
Real Name: Adam Israel

Re: Can't run systeminfo (NOT msinfo32)

Postby gries818 on Fri May 01, 2009 2:55 pm

Cornflake wrote:
_Taz_ wrote:did this get resolved along the way? sounds like WMI has gotten messed up (systeminfo needs wmi running to collect information


Can you specify what WMI is? Is it a service?

Thanks


I think it's Windows Management Instrumentation.
Image

Mac OS 10.6.1 - Personal
Ubuntu Server 9.04 - Server
User avatar
gries818
Support Team
 
Posts: 6083
Joined: Wed Jul 07, 2004 1:28 pm

Re: Can't run systeminfo (NOT msinfo32)

Postby Cornflake on Thu Jun 04, 2009 1:54 pm

Just thought I'd update: I just made sure both WMI services were running; I still can't run systeminfo.

It just accepts the command and gives me a new path line like it thinks it completed the task.
User avatar
Cornflake
PRO Level 15
PRO Level 15
 
Posts: 1324
Joined: Fri Jul 29, 2005 3:51 pm
Location: Colorado, USA
Real Name: Adam Israel

Re: Can't run systeminfo (NOT msinfo32)

Postby _Taz_ on Mon Jun 08, 2009 8:21 am

maybe it's running but not correctly. try a quick reinstall of WMI, here a script I found.
Code: Select all
net stop winmgmt

pause

c:

cd c:\windows\system32\wbem

rd /S /Q repository

regsvr32 /s %systemroot%\system32\scecli.dll

regsvr32 /s %systemroot%\system32\userenv.dll

mofcomp cimwin32.mof

mofcomp cimwin32.mfl

mofcomp rsop.mof

mofcomp rsop.mfl

for /f %%s in ('dir /b /s *.dll') do regsvr32 /s %%s

for /f %%s in ('dir /b *.mof') do mofcomp %%s

for /f %%s in ('dir /b *.mfl') do mofcomp %%s

mofcomp exwmi.mof

mofcomp -n:root\cimv2\applications\exchange wbemcons.mof

mofcomp -n:root\cimv2\applications\exchange smtpcons.mof

mofcomp exmgmt.mof

just run it from a batch file in dos window
User avatar
_Taz_
PRO Level 15
PRO Level 15
 
Posts: 1216
Joined: Tue Jun 29, 2004 9:01 am
Location: Florida

Re: Can't run systeminfo (NOT msinfo32)

Postby airwolf on Mon Jun 29, 2009 9:20 am

or go to start-->run type in cmd than when the window opens write systeminfo and it will collect the info :whistle worked for me :()

P.S. thanks first time i tried it
Intel Duo Core 2.66 Ghz
2.0Gb of RAM
640 GB HDD
GeForce 8600GTS
Proud Intel User
User avatar
airwolf
PRO Level 7
PRO Level 7
 
Posts: 259
Joined: Tue Dec 26, 2006 5:35 pm
Location: Lithuania siauliai

Previous

Return to General Windows Support

Who is online

Users browsing this forum: No registered users and 2 guests