Page 1 of 1

Problem with KB3035131

PostPosted: 03.04.2015, 10:28
by gconcu
Hi guys!
I has some problem installin updates with the KB3035131 in windows 8 and 8.1; after restart and login page, black screen and only mouse pointer.
The only way I've founded is to start TaskManager, new operation and then appwiz.cpl, so uninstall the update. After that the sistem restart normally.
How can I remove this update from package?

Thanks.

Re: Problem with KB3035131

PostPosted: 03.04.2015, 12:04
by Gerby
Hello gconcu,

You can prevent updates of being installed by exclude lists. Depending on the target operating system you need to create a corresponding text file in the following directory:
./client/exclude/custom/
The file names are:
  • ExcludeList-w62-x86.txt (for Windows 8 32-bit)
  • ExcludeList-w62-x64.txt (for Windows 8 64-bit)
  • ExcludeList-w63-x86.txt (for Windows 8.1 32-bit)
  • ExcludeList-w63-x64.txt (for Windows 8.1 64-bit)
  • Or just ExcludeList.txt (for all operating systems in general)
Just enter the following line:
Code: Select all
kb3035131

Don't forget to re-create CD images if applicable for you.

See also ./doc/faq-enu.txt for more information.

Greetings
Gerby

Re: Problem with KB3035131

PostPosted: 03.04.2015, 12:28
by gconcu
Thanks, I'll try ASAP!