Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista General

Vista - Re: Massive problem after first downloaded update

Reply
 
Old 04-18-2007   #1 (permalink)
Robert Aldwinckle


 
 

Re: Massive problem after first downloaded update

(cross-post added to Vista General)
"Daemonfyre" <Daemonfyre@discussions.microsoft.com> wrote in message
news:A137CEFD-6210-41C9-B1D5-0A2C9F5114C5@microsoft.com...
> Wonderful, well, I've exhausted everything I can think of to even get my
> desktop semi-normal again. Figured out what happened in part,


> every shortcut on my desktop and every file in the Start menu is now a .lnk file
> with no file association at all.



Elaborate? Especially the "no file association" part.
E.g. Folder Options never shows a filetype associated with
the .LNK extension and the .LNK extension is always suppressed
normally. However, just as with .URL shortcuts I suspect it would be
possible to set a value to make them show if desired.


> Anyone know how to fix that? Tried downloading an
> XP association file that was linked to in another topic but it kept telling
> me Access Denied when I tried to unzip it. Or why it wouldn't let me do a
> system restore and why the system restore points have now all disappeared?
> Why nothing seems to recognize me as admin even though my profile is still
> listed as admin? Why my system can't find any networks but can still go
> online? Or why none of the gadgets work right? Anything other than "You
> upgraded too soon"?



You're unlikely to get knowledgeable assistance on those issues in the WU NG.
Cross-posting to Vista General for your convenience.


FWIW on XP it looks as if appwiz.cpl could have something to do with .LNK
files. E.g. the ShellNew Command value for it shows:

rundll32.exe appwiz.cpl,NewLinkHere %1

I just checked appwiz.cpl with DependencyWalker and found that
it has both a DllInstall and a DllRegisterServer so presumably you
could try (at least in XP) running:

regsvr32 /i appwiz.cpl

and perhaps get some kind of initialization done which would be
associated with that extension.


Good luck

Robert Aldwinckle
---



My System SpecsSystem Spec
Old 04-18-2007   #2 (permalink)
Daemonfyre


 
 

Re: Massive problem after first downloaded update

So I installed Vista Home Premium a little while ago, shortly afterwards it
started downloading a new set of updates. After the updates installed and
the system restarted the CPU monitor gadget was two odd shaped white blocks,
my ATI Catalyst program didn't start and won't run because it doesn't
recognize me as the admin even though I am, none of the shortcuts on my
desktop have their pictures and won't work(files directly on the desktop
still do), DivX stopped working, most files I try to access give me the "No
Association" message, nothing in the start menu works either. Just about the
only way for me to do anything is to open the "Computer" option and track
down the file manually. What happened and how do I fix it?

^My original post on the problem if anyone can make sense of what's gone
wrong.

I say that the files in the start menu are .lnk files too because I tried
using the default programs option to tie the .lnk files to something in an
attempt to get a reaction from them, whatever icon represented the program I
was trying for the .lnk files was placed as the icon for every non-folder
item in the start menu as well so I assume they've undergone the same
alteration.

I tried running that "regsvr32 /i appwiz.cpl" you suggested Robert, it
gives an error message reading : The module "appwiz.cpl" was loaded but the
entry-point DllRegisterServer was not found. Make sure that "appwiz.cpl" is
a valid DLL or OCX file and then try again.

At current, I can still run most of my .exes when I track them down manually
but some have simple ceased working at all since the updates downloaded,
namely Windows Media Player which no longer even starts and DivX which keeps
saying it "Stopped working." I am unable to create or modify user accounts
to try to validate my admin status. I cannot access any programs except by
going directly to their .exe file. And any attempt to system restore fails
saying it encountered an error and the files and setting were not modified,
not that it would do any good any more since all of the system restore points
have disappeared since yesterday afternoon.

"Robert Aldwinckle" wrote:

> (cross-post added to Vista General)
> "Daemonfyre" <Daemonfyre@discussions.microsoft.com> wrote in message
> news:A137CEFD-6210-41C9-B1D5-0A2C9F5114C5@microsoft.com...
> > Wonderful, well, I've exhausted everything I can think of to even get my
> > desktop semi-normal again. Figured out what happened in part,

>
> > every shortcut on my desktop and every file in the Start menu is now a .lnk file
> > with no file association at all.

>
>
> Elaborate? Especially the "no file association" part.
> E.g. Folder Options never shows a filetype associated with
> the .LNK extension and the .LNK extension is always suppressed
> normally. However, just as with .URL shortcuts I suspect it would be
> possible to set a value to make them show if desired.
>
>
> > Anyone know how to fix that? Tried downloading an
> > XP association file that was linked to in another topic but it kept telling
> > me Access Denied when I tried to unzip it. Or why it wouldn't let me do a
> > system restore and why the system restore points have now all disappeared?
> > Why nothing seems to recognize me as admin even though my profile is still
> > listed as admin? Why my system can't find any networks but can still go
> > online? Or why none of the gadgets work right? Anything other than "You
> > upgraded too soon"?

>
>
> You're unlikely to get knowledgeable assistance on those issues in the WU NG.
> Cross-posting to Vista General for your convenience.
>
>
> FWIW on XP it looks as if appwiz.cpl could have something to do with .LNK
> files. E.g. the ShellNew Command value for it shows:
>
> rundll32.exe appwiz.cpl,NewLinkHere %1
>
> I just checked appwiz.cpl with DependencyWalker and found that
> it has both a DllInstall and a DllRegisterServer so presumably you
> could try (at least in XP) running:
>
> regsvr32 /i appwiz.cpl
>
> and perhaps get some kind of initialization done which would be
> associated with that extension.
>
>
> Good luck
>
> Robert Aldwinckle
> ---
>
>
>

My System SpecsSystem Spec
Old 04-18-2007   #3 (permalink)
Robert Aldwinckle


 
 

Re: Massive problem after first downloaded update

"Daemonfyre" <Daemonfyre@discussions.microsoft.com> wrote in message
news:520A11E4-4877-4E9C-A328-43588AF9CBE7@microsoft.com
....

> I tried running that "regsvr32 /i appwiz.cpl" you suggested Robert, it
> gives an error message reading : The module "appwiz.cpl" was loaded but the
> entry-point DllRegisterServer was not found. Make sure that "appwiz.cpl" is
> a valid DLL or OCX file and then try again.



That may be a difference in the OS then.

In case there is still a DllInstall entry point only now
you could also try running:

regsvr32 /n /i appwiz.cpl

Actually it is just the fact that I found that reference to appwiz.cpl
under the HKCR .lnk branch that is prompting either suggestion.
It may be just as valid and useful to try the same things with shell32.dll


Good luck

Robert
---


My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Outlook 2007 Massive Performance Boost, Update Available for Download Microsoft Office
massive problem with Vista Backup Vista performance & maintenance
Vista update on 7/13 causing massive headaches (for me) Windows Updates
Windows Media Player 11 massive problem Vista music pictures video
massive vista problem, system registry file missing Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

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