Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Please!! "Save face" Microsoft!!

Reply
Thread Tools Display Modes

Please!! "Save face" Microsoft!!

 
 
Jeff Martin
Guest
Posts: n/a

 
      04-14-2007
Well, after three other posts asking the question, I will assume that "today"
Microsoft has no solution or remedy for the thousands and thousands of us who
use Microsoft Update and want to go back to Windows Update. Again, before any
other Microsoft reps reply to this post. I know how to do this manually on
one machine!! I need to do this on a domain!!!! And I don't want to have to
hire "temp" help to manually walk to over 500 machines and do this!!!
Look, I am not as upset about the problems that Microsoft update causes
because I know the fix but PLEASE, I'm not the only network admin out there
that is screaming because their domain is crawling!!!!
If I have to abandon updates entirely, I guess I will consider that option
since my employees are starting to hunt me down and I have ran out of places
to hide.
It is impossible for me to expect that from time to time there won't be an
update released that will cause problems on machines but PLEASE have a way
for all of to reverse it!! Is there a canned MSI file for Windows Update that
I can use to push out to my crawling PC's?? HELP US MICROSOFT!!!!!!! I don't
want to go to Macs!!!!!!

 
Reply With Quote
 
 
 
 
PA Bear
Guest
Posts: n/a

 
      04-15-2007
Customers in the U.S. and Canada can receive technical support from
Microsoft Product Support Services at 1-866-PCSAFETY. There is no charge for
support calls that are associated with security updates.

International customers can receive support from their local Microsoft
subsidiaries. There is no charge for support that is associated with
security updates. For more information about how to contact Microsoft for
support issues, visit the International Support Web site:
https://support.microsoft.com/common/international.aspx
--
~Robear Dyer (PA Bear)
MS MVP-Windows (IE, OE, Security, Shell/User)
AumHa VSOP & Admin; DTS-L.org


Jeff Martin wrote:
> Well, after three other posts asking the question, I will assume that
> "today" Microsoft has no solution or remedy for the thousands and
> thousands
> of us who use Microsoft Update and want to go back to Windows Update.
> Again, before any other Microsoft reps reply to this post. I know how to
> do
> this manually on one machine!! I need to do this on a domain!!!! And I
> don't want to have to hire "temp" help to manually walk to over 500
> machines and do this!!!
> Look, I am not as upset about the problems that Microsoft update causes
> because I know the fix but PLEASE, I'm not the only network admin out
> there
> that is screaming because their domain is crawling!!!!
> If I have to abandon updates entirely, I guess I will consider that option
> since my employees are starting to hunt me down and I have ran out of
> places
> to hide.
> It is impossible for me to expect that from time to time there won't be an
> update released that will cause problems on machines but PLEASE have a way
> for all of to reverse it!! Is there a canned MSI file for Windows Update
> that I can use to push out to my crawling PC's?? HELP US MICROSOFT!!!!!!!
> I
> don't want to go to Macs!!!!!!


 
Reply With Quote
 
steven
Guest
Posts: n/a

 
      04-15-2007
On Sat, 14 Apr 2007 23:38:02 +1000, Jeff Martin
<> wrote:

> Well, after three other posts asking the question, I will assume that
> "today"
> Microsoft has no solution or remedy for the thousands and thousands of
> us who
> use Microsoft Update and want to go back to Windows Update. Again,
> before any
> other Microsoft reps reply to this post. I know how to do this manually
> on
> one machine!! I need to do this on a domain!!!! And I don't want to have
> to
> hire "temp" help to manually walk to over 500 machines and do this!!!
> Look, I am not as upset about the problems that Microsoft update causes
> because I know the fix but PLEASE, I'm not the only network admin out
> there
> that is screaming because their domain is crawling!!!!
> If I have to abandon updates entirely, I guess I will consider that
> option
> since my employees are starting to hunt me down and I have ran out of
> places
> to hide.
> It is impossible for me to expect that from time to time there won't be
> an
> update released that will cause problems on machines but PLEASE have a
> way
> for all of to reverse it!! Is there a canned MSI file for Windows Update
> that
> I can use to push out to my crawling PC's?? HELP US MICROSOFT!!!!!!! I
> don't
> want to go to Macs!!!!!!
>



I'm not an MS Rep, but you could try the following in a login script:

net stop wuauserv
rd /s /q %windir%\softwaredistribution
net start wuauserv

Simply:
stop Automatic update service
delete softwaredistribution
start automatic update service

Doing this manually on a PC, then going to the windows update site
manually, enables windows update to be used (IE Must click a button to use
MS updates). Downside is the initial scan will take a little longer than
normal, as the database must be recreated, but if the amount of time the
scan is already taken is as long as your implying, then it won't be
noticable. In addition, any hidden updates will then be available again.

Try your luck, please let me know how it works out.

Steve
 
Reply With Quote
 
Jeff Martin
Guest
Posts: n/a

 
      04-15-2007
Thx Steve - great post - I haven't had any luck from Microsoft reps - yes, I
have NOT called yet but I also haven't had time to wait on hold for an hour
or so at work~ (experienced that before) and with the Microsoft Update
SVCHost "bug" being so widespread, I can assume they are a bit swamped right
now.
I'll test this tomorrow with a GP push on some test machines and post my
results - thx~~
Jeff

"steven" wrote:

> On Sat, 14 Apr 2007 23:38:02 +1000, Jeff Martin
> <> wrote:
>
> > Well, after three other posts asking the question, I will assume that
> > "today"
> > Microsoft has no solution or remedy for the thousands and thousands of
> > us who
> > use Microsoft Update and want to go back to Windows Update. Again,
> > before any
> > other Microsoft reps reply to this post. I know how to do this manually
> > on
> > one machine!! I need to do this on a domain!!!! And I don't want to have
> > to
> > hire "temp" help to manually walk to over 500 machines and do this!!!
> > Look, I am not as upset about the problems that Microsoft update causes
> > because I know the fix but PLEASE, I'm not the only network admin out
> > there
> > that is screaming because their domain is crawling!!!!
> > If I have to abandon updates entirely, I guess I will consider that
> > option
> > since my employees are starting to hunt me down and I have ran out of
> > places
> > to hide.
> > It is impossible for me to expect that from time to time there won't be
> > an
> > update released that will cause problems on machines but PLEASE have a
> > way
> > for all of to reverse it!! Is there a canned MSI file for Windows Update
> > that
> > I can use to push out to my crawling PC's?? HELP US MICROSOFT!!!!!!! I
> > don't
> > want to go to Macs!!!!!!
> >

>
>
> I'm not an MS Rep, but you could try the following in a login script:
>
> net stop wuauserv
> rd /s /q %windir%\softwaredistribution
> net start wuauserv
>
> Simply:
> stop Automatic update service
> delete softwaredistribution
> start automatic update service
>
> Doing this manually on a PC, then going to the windows update site
> manually, enables windows update to be used (IE Must click a button to use
> MS updates). Downside is the initial scan will take a little longer than
> normal, as the database must be recreated, but if the amount of time the
> scan is already taken is as long as your implying, then it won't be
> noticable. In addition, any hidden updates will then be available again.
>
> Try your luck, please let me know how it works out.
>
> Steve
>

 
Reply With Quote
 
MichaelW
Guest
Posts: n/a

 
      04-15-2007
Rants aside, Robear (hard to fathom a comportate admin, "500 machines" and no
onsite admin/rep support..., but I wonder what issues he refers to "WinUpd
vs. MS Upd" and "the FIX" he knows but doesn't want to use it nor have anyone
tell/retell it to him?

(Office Updates, I imagine being one of the issues...)

Poster (Jeff M), you know these groups are not Microsoft right? (Hence, the
bear recommending contacting Microsoft for help, since you asked).


"PA Bear" wrote:

> Customers in the U.S. and Canada can receive technical support from
> Microsoft Product Support Services at 1-866-PCSAFETY. There is no charge for
> support calls that are associated with security updates.
>
> International customers can receive support from their local Microsoft
> subsidiaries. There is no charge for support that is associated with
> security updates. For more information about how to contact Microsoft for
> support issues, visit the International Support Web site:
> https://support.microsoft.com/common/international.aspx
> --
> ~Robear Dyer (PA Bear)
> MS MVP-Windows (IE, OE, Security, Shell/User)
> AumHa VSOP & Admin; DTS-L.org
>
>
> Jeff Martin wrote:
> > Well, after three other posts asking the question, I will assume that
> > "today" Microsoft has no solution or remedy for the thousands and
> > thousands
> > of us who use Microsoft Update and want to go back to Windows Update.
> > Again, before any other Microsoft reps reply to this post. I know how to
> > do
> > this manually on one machine!! I need to do this on a domain!!!! And I
> > don't want to have to hire "temp" help to manually walk to over 500
> > machines and do this!!!
> > Look, I am not as upset about the problems that Microsoft update causes
> > because I know the fix but PLEASE, I'm not the only network admin out
> > there
> > that is screaming because their domain is crawling!!!!
> > If I have to abandon updates entirely, I guess I will consider that option
> > since my employees are starting to hunt me down and I have ran out of
> > places
> > to hide.
> > It is impossible for me to expect that from time to time there won't be an
> > update released that will cause problems on machines but PLEASE have a way
> > for all of to reverse it!! Is there a canned MSI file for Windows Update
> > that I can use to push out to my crawling PC's?? HELP US MICROSOFT!!!!!!!
> > I
> > don't want to go to Macs!!!!!!

>
>

 
Reply With Quote
 
MowGreen [MVP]
Guest
Posts: n/a

 
      04-17-2007
Jeff Martin wrote:

> Thx Steve - great post - I haven't had any luck from Microsoft reps - yes, I
> have NOT called yet but I also haven't had time to wait on hold for an hour
> or so at work~ (experienced that before) and with the Microsoft Update
> SVCHost "bug" being so widespread, I can assume they are a bit swamped right
> now.
> I'll test this tomorrow with a GP push on some test machines and post my
> results - thx~~
> Jeff



Did that resolve the issue, Jeff ? If you could, please lay out the
steps to include the script in GP for other Admins ... if it worked <w>

MowGreen [MVP 2003-2007]
===============
*-343-* FDNY
Never Forgotten
===============



> "steven" wrote:
>
>
>>On Sat, 14 Apr 2007 23:38:02 +1000, Jeff Martin
>><> wrote:
>>
>>
>>>Well, after three other posts asking the question, I will assume that
>>>"today"
>>>Microsoft has no solution or remedy for the thousands and thousands of
>>>us who
>>>use Microsoft Update and want to go back to Windows Update. Again,
>>>before any
>>>other Microsoft reps reply to this post. I know how to do this manually
>>>on
>>>one machine!! I need to do this on a domain!!!! And I don't want to have
>>>to
>>>hire "temp" help to manually walk to over 500 machines and do this!!!
>>>Look, I am not as upset about the problems that Microsoft update causes
>>>because I know the fix but PLEASE, I'm not the only network admin out
>>>there
>>>that is screaming because their domain is crawling!!!!
>>>If I have to abandon updates entirely, I guess I will consider that
>>>option
>>>since my employees are starting to hunt me down and I have ran out of
>>>places
>>>to hide.
>>>It is impossible for me to expect that from time to time there won't be
>>>an
>>>update released that will cause problems on machines but PLEASE have a
>>>way
>>>for all of to reverse it!! Is there a canned MSI file for Windows Update
>>>that
>>>I can use to push out to my crawling PC's?? HELP US MICROSOFT!!!!!!! I
>>>don't
>>>want to go to Macs!!!!!!
>>>

>>
>>
>>I'm not an MS Rep, but you could try the following in a login script:
>>
>>net stop wuauserv
>>rd /s /q %windir%\softwaredistribution
>>net start wuauserv
>>
>>Simply:
>>stop Automatic update service
>>delete softwaredistribution
>>start automatic update service
>>
>>Doing this manually on a PC, then going to the windows update site
>>manually, enables windows update to be used (IE Must click a button to use
>>MS updates). Downside is the initial scan will take a little longer than
>>normal, as the database must be recreated, but if the amount of time the
>>scan is already taken is as long as your implying, then it won't be
>>noticable. In addition, any hidden updates will then be available again.
>>
>>Try your luck, please let me know how it works out.
>>
>>Steve
>>

 
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
Do Not Show Thumbnails in "open" and "save as" dialog boxes Pat Conlon Windows Vista General Discussion 1 07-21-2008 04:07 PM
Change Microsoft "Works (word)" default save location. Howkat Windows Vista General Discussion 3 05-23-2007 07:00 AM
Internet Explorer 7 for Windows Vista not prompting me to "Open/Run" or "Save" files Brandon Taylor Windows Vista General Discussion 2 04-01-2007 09:45 PM
"Microsoft Baseline Security Analyzer" reports : "3 service packs or update rollups are missing" myahact@yahoo.ca Windows Update 5 03-11-2006 05:14 AM
"My computer" folder and showing programs on "Open" and "Save as" menus Jim Windows Update 1 09-26-2003 07:10 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