Hi all,
I've made a workaround that in my case resolve temporary network share to w2003 srv
- create a simply batch file using notepad and use the command net use to map network share; for example use the command
net use Z: \MyServerIp\MyFolderShared /user:MYDOMAIN\MyUsername MyPassword /persistent:no
- save as .BAT in desktop for example
- go to command line and use the command shell:script and aappairs a windows for automatic startup and copy te batch file in here
When I power on the pc, the script permits to mapped network share and with the prameter persistent:no at the end of the command I impose that when I power off the pc, the network share will be closed.
Every time I start the pc I create again the network share with the letter imposed in the command syntax (in my example letter K).
So waiting for the patch ... meantime I blocket windows update service via services.msc
Hope this give help
Bye
Francesco
EDIT: remember to delete network share before run script. In command line wirte net use delete MYLETTERMAPPED: /delete (for example net use delete K: /delete)