PowerShell –ExecutionPolicy remotesigned <localPathToPS1File>
Option 1: Do not store the files locally: On the WSUS console toolbar, click Options. Click Update Files and Languages. Under Update Files, select “Do not store update files locally; computers install from Microsoft Update”.
Note: This option requires each client computer to have access to Internet – with or without going through a proxy server – in order to install updates from Microsoft Update. For more details on this option, see Advanced Synchronization Options
Option 2: Download express installation files: On the WSUS console toolbar, click Options. Click Update Files and Languages. Under Update Files, select “Store update files locally on this server”. Under Update Files, select “Download express installation files”. On the WSUS console toolbar, click the name of your server. Monitor the “Download Status” section and wait for all of the files to download.
Note: This option will cause the WSUS server to download potentially a large number of express installation files, with associated network bandwidth and disk space demands. For more details on this option, see Specifying Where to Store Updates
Step 3:On the client machines that are experiencing hangs and crashes, please run the following commands:
Open a Command Prompt with elevated privileges. Execute the commands below: Net stop wuauserv rmdir /s /q %windir%\softwaredistribution Net start wuauserv Open Windows Update control panel application and Check for updates.
Open a Command Prompt with elevated privileges.
Execute the commands below:
Net stop wuauserv
rmdir /s /q %windir%\softwaredistribution
Net start wuauserv
Open Windows Update control panel application and Check for updates.