Jump to content

Recommended Posts

Posted

I came in to day to have teacher tell me about this problem on one workstation. I replaced the DVI cable to no avail and now begun a rebuild of the said workstation.

 

Every workstation in school has this update, and only this particular workstation only presented this problem.

 

I hope that'll be the last of it otherwise I am going to be in a whole world of pain.

Posted (edited)

Our problem was that you could not log on to Windows (even in safe mode). Just got a black screen with a cursor.

 

I ran this using a Windows 7 OS install disc (Shift+F10 to open Command Prompt):

 

dism /image:X:\ /remove-package /packagename:Package_for_KB3097877~31bf3856ad364e35~amd64~~6.1.1.1 /scratchdir:X:\temp (Note: No space after 31bf3856ad364e35 and ~amd64)

 

X is directory of Windows. Mine was on D for example.

 

I will need to install the revised KB3097877 later if they have fixed the problem.

 

May need to adjust the code for x86/32 bit machines. I had an issue with the 'temp' folder so just leaving it as X:\ worked ok.

Edited by RTay
  • Thanks 1
Posted
MS have sent a revised patch today which the same update KB title. I can say that this has fixed my Outlook issue whereas prior to installing the revised update I was experiencing constant crashing.
Posted
I always wait a few days when updates are released purely for this reason! same applies to SIMS.net updates, Solus Updates, any updates. Even then I deploy to a few test PCs in the classroom next door to make sure we don't get any major issues before sending out globally.
Posted
The rereleased patch seems to have cured my borked outlook on my own home PC (and hope that I've caught it at time as I approved the now borked update last night before I left due to the critical nature so released the fixed one now!)
Posted
We've been having this problem at our school today! teachers have been unable to get past the logon screen, causing massive disruptions during lessons. Glad there's a fix this for now... saves me from pulling anymore hair out!
Posted

someone on one of teh other threads posted a fix thats worked here i just added this as a startup script and forced a reboot (you can also usually 2/3 for me use system restore) and rdp into the pc and uninstall. Be aware ive tested it on x64 win7 ONLY but thats the only pcs ive had issues with and they all had the onscreen keyboard displayed on logon screen

 

if exist "c:\novupdatefail.txt" goto end

C:\windows\system32\DISM.exe /Online /Remove-Package /PackageName:Package_for_KB3097877~31bf3856ad364e35~amd64~~6.1.1.1 /quiet
copy "\\server\NETLOGON\novpatchfix.bat" "c:\novupdatefail.txt" /y

:end

Posted

Same KB number (as it fixes the same security issues) but a newer revision number. My WSUS server has picked up the new version and is prepped to deploy it out :)

 

We didn't have any issues with logon but maybe 30 PC's had issues with Powerpoint or Outlook :-/

Posted
I'm dreading the move to Windows 10 with its 'no questions asked' approach to windows update. Am I right in thinking that only the Enterprise version of 10 can be told not to automagically update windows??
Posted
Yes, it does.

 

Thanks for the update. Couple if questions if anyone knows the answers:

 

1. If you have the original borked version installed, does windows update still find the new fixed version on that machine?

2. Does installing the fixed version on a machine with the borked version installed, fix it?

 

Ta muchly!

Posted
Thanks for the update. Couple if questions if anyone knows the answers:

 

1. If you have the original borked version installed, does windows update still find the new fixed version on that machine?

2. Does installing the fixed version on a machine with the borked version installed, fix it?

 

Ta muchly!

 

The answer is yes to 1 and appears to be yes to 2 (nobody has yet said that it isn't fixed!)

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...