Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > AIM 6.5 causes audio loss and WMI corruption

Reply
Thread Tools Display Modes

AIM 6.5 causes audio loss and WMI corruption

 
 
Jonathan Yaniv- Windows Live Butterfly Expert
Guest
Posts: n/a

 
      10-20-2007
After installing AIM 6.5, these issues are being reported with users:

1. Vista Displays a Red X saying that its not connected to a Network even
though it is.

2. Connection may say "Connection status: unknown. Server execution failed."

3. WMI is corrupted

4. Windows Media Player won't be able to play Mp3s

5. No sound can be heard from computer

6. Windows Security Center reports errors

Only problem I had, was "No sound can be heard from computer"


To fix the problem:

go to run type (in elevated mode)then enter this and hit enter



net localgroup Administrators LocalService /add

Now, go to Programs and Features, and uninstall AIM 6

Now reboot

it fixes the media player problems and the red x but aim corrupted everyones
wmi


To fix the WMI is a different story, you will have to do some research on
that

Update:

Here, is how to fix WMI

open up a notepad and paste this in it

@echo on
cd /d c:\temp
if not exist %windir%\system32\wbem goto TryInstall
cd /d %windir%\system32\wbem
net stop winmgmt
winmgmt /kill
if exist Rep_bak rd Rep_bak /s /q
rename Repository Rep_bak
for %%i in (*.dll) do RegSvr32 -s %%i
for %%i in (*.exe) do call :FixSrv %%i
for %%i in (*.mof,*.mfl) do Mofcomp %%i
net start winmgmt
goto End

:FixSrv
if /I (%1) == (wbemcntl.exe) goto SkipSrv
if /I (%1) == (wbemtest.exe) goto SkipSrv
if /I (%1) == (mofcomp.exe) goto SkipSrv
winmgmt /RegServer

:SkipSrv
goto End

:TryInstall
if not exist wmicore.exe goto End
wmicore /s
net start winmgmt
:End



then your going to save that as wmifix.cmd and run it

if it asks you if you want to stop the services your going to type y

Microsoft PSS has been contacted about this issue, and is investigating

--
Thank you,

Have a nice day,

Jonathan Yaniv
Microsoft Windows LiveT Butterfly Expert


 
Reply With Quote
 
 
 
 
Jonathan Yaniv- Windows Live Butterfly Expert
Guest
Posts: n/a

 
      10-20-2007
So if you are having these problems, first try "net localgroup
Administrators LocalService /add" in elevated mode and remove AIM 6.5, then
reboot.

--
Thank you,

Have a nice day,

Jonathan Yaniv
Microsoft Windows LiveT Butterfly Expert


"Jonathan Yaniv- Windows Live Butterfly Expert" <> wrote in
message news:...
> After installing AIM 6.5, these issues are being reported with users:
>
> 1. Vista Displays a Red X saying that its not connected to a Network even
> though it is.
>
> 2. Connection may say "Connection status: unknown. Server execution
> failed."
>
> 3. WMI is corrupted
>
> 4. Windows Media Player won't be able to play Mp3s
>
> 5. No sound can be heard from computer
>
> 6. Windows Security Center reports errors
>
> Only problem I had, was "No sound can be heard from computer"
>
>
> To fix the problem:
>
> go to run type (in elevated mode)then enter this and hit enter
>
>
>
> net localgroup Administrators LocalService /add
>
> Now, go to Programs and Features, and uninstall AIM 6
>
> Now reboot
>
> it fixes the media player problems and the red x but aim corrupted
> everyones
> wmi
>
>
> To fix the WMI is a different story, you will have to do some research on
> that
>
> Update:
>
> Here, is how to fix WMI
>
> open up a notepad and paste this in it
>
> @echo on
> cd /d c:\temp
> if not exist %windir%\system32\wbem goto TryInstall
> cd /d %windir%\system32\wbem
> net stop winmgmt
> winmgmt /kill
> if exist Rep_bak rd Rep_bak /s /q
> rename Repository Rep_bak
> for %%i in (*.dll) do RegSvr32 -s %%i
> for %%i in (*.exe) do call :FixSrv %%i
> for %%i in (*.mof,*.mfl) do Mofcomp %%i
> net start winmgmt
> goto End
>
> :FixSrv
> if /I (%1) == (wbemcntl.exe) goto SkipSrv
> if /I (%1) == (wbemtest.exe) goto SkipSrv
> if /I (%1) == (mofcomp.exe) goto SkipSrv
> winmgmt /RegServer
>
> :SkipSrv
> goto End
>
> :TryInstall
> if not exist wmicore.exe goto End
> wmicore /s
> net start winmgmt
> :End
>
>
>
> then your going to save that as wmifix.cmd and run it
>
> if it asks you if you want to stop the services your going to type y
>
> Microsoft PSS has been contacted about this issue, and is investigating
>
> --
> Thank you,
>
> Have a nice day,
>
> Jonathan Yaniv
> Microsoft Windows LiveT Butterfly Expert
>
>

 
Reply With Quote
 
Bill
Guest
Posts: n/a

 
      12-10-2007
This worked and seemed to have solved my problem. But now, should i undo the
"net local group Administrators LocalService/add" command? and if so, how?

Thanks.

"Jonathan Yaniv- Windows Live Butterfly E" wrote:

> So if you are having these problems, first try "net localgroup
> Administrators LocalService /add" in elevated mode and remove AIM 6.5, then
> reboot.
>
> --
> Thank you,
>
> Have a nice day,
>
> Jonathan Yaniv
> Microsoft Windows LiveT Butterfly Expert
>
>
> "Jonathan Yaniv- Windows Live Butterfly Expert" <> wrote in
> message news:...
> > After installing AIM 6.5, these issues are being reported with users:
> >
> > 1. Vista Displays a Red X saying that its not connected to a Network even
> > though it is.
> >
> > 2. Connection may say "Connection status: unknown. Server execution
> > failed."
> >
> > 3. WMI is corrupted
> >
> > 4. Windows Media Player won't be able to play Mp3s
> >
> > 5. No sound can be heard from computer
> >
> > 6. Windows Security Center reports errors
> >
> > Only problem I had, was "No sound can be heard from computer"
> >
> >
> > To fix the problem:
> >
> > go to run type (in elevated mode)then enter this and hit enter
> >
> >
> >
> > net localgroup Administrators LocalService /add
> >
> > Now, go to Programs and Features, and uninstall AIM 6
> >
> > Now reboot
> >
> > it fixes the media player problems and the red x but aim corrupted
> > everyones
> > wmi
> >
> >
> > To fix the WMI is a different story, you will have to do some research on
> > that
> >
> > Update:
> >
> > Here, is how to fix WMI
> >
> > open up a notepad and paste this in it
> >
> > @echo on
> > cd /d c:\temp
> > if not exist %windir%\system32\wbem goto TryInstall
> > cd /d %windir%\system32\wbem
> > net stop winmgmt
> > winmgmt /kill
> > if exist Rep_bak rd Rep_bak /s /q
> > rename Repository Rep_bak
> > for %%i in (*.dll) do RegSvr32 -s %%i
> > for %%i in (*.exe) do call :FixSrv %%i
> > for %%i in (*.mof,*.mfl) do Mofcomp %%i
> > net start winmgmt
> > goto End
> >
> > :FixSrv
> > if /I (%1) == (wbemcntl.exe) goto SkipSrv
> > if /I (%1) == (wbemtest.exe) goto SkipSrv
> > if /I (%1) == (mofcomp.exe) goto SkipSrv
> > winmgmt /RegServer
> >
> > :SkipSrv
> > goto End
> >
> > :TryInstall
> > if not exist wmicore.exe goto End
> > wmicore /s
> > net start winmgmt
> > :End
> >
> >
> >
> > then your going to save that as wmifix.cmd and run it
> >
> > if it asks you if you want to stop the services your going to type y
> >
> > Microsoft PSS has been contacted about this issue, and is investigating
> >
> > --
> > Thank you,
> >
> > Have a nice day,
> >
> > Jonathan Yaniv
> > Microsoft Windows LiveT Butterfly Expert
> >
> >

>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Corruption? DC Windows Vista General Discussion 1 03-23-2008 03:14 PM
loss of internet connection and sidebar (but not 100%loss). Brian Houghton Windows Vista Networking 3 07-12-2007 12:39 PM
Image Corruption Tavi Windows Vista Performance 1 06-28-2007 04:10 PM
Loss of audio erikdenkers Windows Vista Hardware 13 05-22-2007 10:05 PM
RC2 x64 Graphic Corruption ??? Mark W Scheidell Windows Vista General Discussion 9 10-12-2006 09:48 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59