广告:
DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source: c:\sxs
SxS镜像资源下载方式:Windows Server2012: https://download.csdn.net/download/wuyufeng891021/11264728
Windows Server2019(Windows Server2016通用): https://download.csdn.net/download/wuyufeng891021/17849260
SC config wuauserv start= auto
SC config bits start= auto
SC config cryptsvc start= auto
SC config trustedinstaller start= auto
SC config wuauserv type=share
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.oldold
ren C:\Windows\System32\catroot2 catroot2.oldold
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
netsh winsock reset
广告: