【问题标题】:windows features stuck on searching for required filesWindows 功能卡在搜索所需文件时
【发布时间】:2020-12-11 11:26:38
【问题描述】:

我有一个使用 Virtual Box 在 Mac 主机上运行的 Windows 10 Pro Guest。

对于Windows来宾系统,我想激活Windows身份验证,所以我选择了Turn Windows Features On/Off --> Internet Information Services --> World Wide Web Services --> Security并检查了Windows Authentication

现在系统卡在Searching for required files将近半个小时了!我已经杀死并重新启动了两次,结果每次都一样。这令人困惑,因为在另一台“真正的”Windows 10(第二台 PC)上,这就像一个魅力。

有人知道这里出了什么问题吗?我在谷歌搜索解决方案,但没有成功。只有关于 Net Framework 3.5 的论坛帖子存在此问题,例如 this 之一。

我完全迷路了。请帮忙!

【问题讨论】:

    标签: windows-10 virtualbox windows-authentication


    【解决方案1】:

    我们理解您的担忧。但是,我们建议您按照下面提到的步骤进行检查。

    在搜索栏中搜索 cmd。

    右键单击命令提示符并选择以管理员身份运行。

    复制粘贴以下命令并回车。

    taskkill /im TiWorker.exe /f

    net stop wuauserv /y

    rmdir "%systemroot%\SoftwareDistribution\Download" /s /q

    del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr*.dat" /s /f /q

    cleanmgr /sageset:65535 & cleanmgr /sagerun:65535

    ​Dism /Online /Enable-Feature /FeatureName:NetFx3 /All

    然后检查问题是否仍然存在

    【讨论】:

    • 当我尝试在 Windows 10 上安装 IIS 时,这对我有用,但它被挂断了。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2015-01-31
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多