「現在サービスが実行されていないため、windows update で更新プログラムを確認できません。・・・」が出てWindows Updateが出来ないときの対処方法。
以下、要約のコピペ。管理者権限で以下を実行。
net stop wuauserv
cd %systemroot%
ren SoftwareDistribution SoftwareDistributionold
net start wuauserv
net stop bits
net start bits
net stop cryptsvc
cd %systemroot%\system32
ren catroot2 catroot2old
net start cryptsvc