<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>逐梦论坛 - 软硬兼施</title>
    <link>http://temp2023.zhumeng.org/forumdisplay.php?fid=5</link>
    <description>Latest 20 threads of 软硬兼施</description>
    <copyright>Copyright(C) 逐梦论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 09 Sep 2026 06:49:10 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://temp2023.zhumeng.org/images/logo.gif</url>
      <title>逐梦论坛</title>
      <link>http://temp2023.zhumeng.org/</link>
    </image>
    <item>
      <title>“为了配置 TCP/IP，必须安装并启用网络适配器卡。”的解决方法</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=352142</link>
      <description><![CDATA[网络和共享中心 -> 本地连接 -> 属性 -> 选择“安装” -> 选择“协议” -> 点“添加...” ->选择“从磁盘安装...” -> 浏览至C:\windows\inf -> 确定 ->选择“Internet 协议版本 4 (TCP/IPv4)”-> 确定。]]></description>
      <category>软硬兼施</category>
      <author>shillan</author>
      <pubDate>Tue, 25 Aug 2026 00:47:40 +0000</pubDate>
    </item>
    <item>
      <title>DHCP Client服务无法启动，手动启动时提示&amp;quot;错误5:拒绝访问&amp;quot;的解决方法</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=352141</link>
      <description><![CDATA[regedit：在注册表编辑器中打开这两项，右击，点“权限”，添加 Network Service 权限并设置为【完全控制】，选中【用在此显示的可以应用到所有子对象的项目替代所有子对象的权限项目】复选框，确定；<br />
cmd下：重启Windows系统。]]></description>
      <category>软硬兼施</category>
      <author>shillan</author>
      <pubDate>Tue, 25 Aug 2026 00:38:28 +0000</pubDate>
    </item>
    <item>
      <title>共享打印机进提示 操作失败,错误为0x0000011b的解决方法</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=352133</link>
      <description><![CDATA[使用Fix Print Spooler工具<br />
针对这一问题，有技术大神专门制作了Fix Print Spooler工具，这个工具可以一键替换系统文件，并修改注册表，无需卸载更新补丁，直接解决0x0000011b错误。以下是使用Fix Print Spooler工具的步骤：<br />
<br />
下载工具：首先，你需要从可靠的来源下载 ...]]></description>
      <category>软硬兼施</category>
      <author>shillan</author>
      <pubDate>Sat, 06 Sep 2025 04:02:26 +0000</pubDate>
    </item>
    <item>
      <title>PowerShell无法加载文件xxx.ps1，因为在此系统上禁止运行脚本...的解决</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=352132</link>
      <description><![CDATA[打开powershell，输入：]]></description>
      <category>软硬兼施</category>
      <author>shillan</author>
      <pubDate>Sat, 06 Sep 2025 03:58:30 +0000</pubDate>
    </item>
    <item>
      <title>HP服务器前面板指示灯说明</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=352129</link>
      <description><![CDATA[]]></description>
      <category>软硬兼施</category>
      <author>shillan</author>
      <pubDate>Sat, 07 Jun 2025 02:34:02 +0000</pubDate>
    </item>
    <item>
      <title>去除VS安装完后必须重启机器才能打开使用的方法</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=352128</link>
      <description><![CDATA[将注册表HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\VisualStudio\Setup\Reboot中以下路径中REG_DWORD类型项的键值修改0即可：<br />
如5ee0f637的值修改为0。]]></description>
      <category>软硬兼施</category>
      <author>shillan</author>
      <pubDate>Sat, 07 Jun 2025 02:27:46 +0000</pubDate>
    </item>
    <item>
      <title>删除注册表项时提示：无法打开 Properties 由于某个错误无法打开该密钥...的解决方法</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=352127</link>
      <description><![CDATA[现象：Win11删除注册表项时提示：<br />
<br />
<br />
解决：<br />
PowerRun（推荐）<br />
官网/下载地址（第三方站点）：<br />
<br />
<br />
功能：以 TrustedInstaller 或 System权限 运行注册表编辑器（Regedit），从而访问/修改受保护的注册表项。<br />
使用方法：<br />
下载并解压 PowerRun。<br />
添加 regedit.ex ...]]></description>
      <category>软硬兼施</category>
      <author>shillan</author>
      <pubDate>Tue, 27 May 2025 12:49:10 +0000</pubDate>
    </item>
    <item>
      <title>远程桌面“因为算法不同，客户端与服务器无法通信。”的解决方法</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=352126</link>
      <description><![CDATA[在注册表编辑器，找到以下注册表项：\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client<br />
把“DisabledByDefault”设置为0、“Enabled”设置为1即可。<br />
如果还是不行，则：<br />
1、把几个“SSL”的关闭掉，就是把 ...]]></description>
      <category>软硬兼施</category>
      <author>shillan</author>
      <pubDate>Mon, 26 May 2025 03:02:32 +0000</pubDate>
    </item>
    <item>
      <title>Win11蓝屏“创建 TLS 客户端 凭据时出现严重错误。内部错误状态为 10013。”的解决</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=352125</link>
      <description><![CDATA[故障描述：频繁出现蓝屏死机现象<br />
系统日志错误信息：<br />
创建TLS客户端凭据时出现严重错误，&quot;内部错误状态为10013&quot;<br />
<br />
<br />
分析原因：<br />
这个问题主要出现在Windows 10/11系统的加密协议上。可能是因为系统的安全更新，或者安装了某些有加密协议的程序等不确定因素，导致系统 ...]]></description>
      <category>软硬兼施</category>
      <author>shillan</author>
      <pubDate>Fri, 23 May 2025 13:47:03 +0000</pubDate>
    </item>
    <item>
      <title>ping Win11的IP地址ping不通的解决方法</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=352124</link>
      <description><![CDATA[Windows防火墙入站规则中放行以下规则：<br />
文件和打印机共享(回显请求 - ICMPv4-In)   域<br />
文件和打印机共享(回显请求 - ICMPv4-In)   专用<br />
文件和打印机共享(回显请求 - ICMPv4-In)   公用<br />
<br />
**** 本内容被作者隐藏 ****<br />
如果安装了iNode入网认证客户端，需要再放行以 ...]]></description>
      <category>软硬兼施</category>
      <author>shillan</author>
      <pubDate>Tue, 20 May 2025 08:24:28 +0000</pubDate>
    </item>
    <item>
      <title>Oracle报“IMP-00010: 不是有效的导出文件, 标头验证失败”的解决方法</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=352123</link>
      <description><![CDATA[现象：Oracle 12c导入Oracle 19导出的dmp文件时报错：<br />
<br />
原因：低版本Oracle导入由高版本导出的文件所致。<br />
解决：<br />
将dmp文件用notepad++打开，修改版本号为你的数据库的版本号，如此处将首行：修改为：]]></description>
      <category>软硬兼施</category>
      <author>shillan</author>
      <pubDate>Thu, 08 May 2025 02:10:22 +0000</pubDate>
    </item>
    <item>
      <title>Oracle创建用户时提示ORA-65096：公用用户名或角色名无效 的解决方法</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=352122</link>
      <description><![CDATA[有效：无效（创建的用户在SYS中看不到，选择的表空间提示不存在）：<br />
<br />
<br />
<br />
添加以C##开头的用户：]]></description>
      <category>软硬兼施</category>
      <author>shillan</author>
      <pubDate>Wed, 30 Apr 2025 00:43:41 +0000</pubDate>
    </item>
    <item>
      <title>sqlplus连接Oracle数据库时提示“ORA-12560: TNS: 协议适配器错误”的原因及解决方法</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=352121</link>
      <description><![CDATA[现象：cmd下输入sqlplus / as sysdba提示错误：<br />
<br />
解决：<br />
<br />
除以上原因及解决方法外，也可能是多用户引起，如存在<br />
E:\app\Administrator\OraHome_1\sqlplus.exe<br />
和<br />
E:\app\admin\product\12.1.0\dbhome_1\BIN\sqlplus.exe<br />
直接运行两个sqlplus分别测试，一个报错， ...]]></description>
      <category>软硬兼施</category>
      <author>shillan</author>
      <pubDate>Wed, 30 Apr 2025 00:30:26 +0000</pubDate>
    </item>
    <item>
      <title>ORA-12523: TNS: 监听程序无法找到适用于客户机连接的例程 的解决方法</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=352119</link>
      <description><![CDATA[现象：Navicat连接本机Oracle 12c数据库时报错：<br />
<br />
原因：填写的“主机”与tnsnames.ora（X:\app\Administrator\product\12.1.0\dbhome_1\NETWORK\ADMIN\tnsnames.ora）文件中配置的不同。<br />
解决：修改“主机”与tnsnames.ora中配置的HOST名（机器名、IP地址或localhos ...]]></description>
      <category>软硬兼施</category>
      <author>shillan</author>
      <pubDate>Tue, 29 Apr 2025 06:41:08 +0000</pubDate>
    </item>
    <item>
      <title>安装飞牛fnOS提示“452: out of range pointer: 0xdbdff020”错误的解决方法</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=352118</link>
      <description><![CDATA[现象：<br />
安装飞牛fnOS时提示：<br />
<br />
<br />
原因：<br />
根据一篇askubuntu的帖子，Rufus的开发者对此问题做出了回应。问题出在Rufus或Ubuntu 22.04和Ubuntu 23.04版本中使用的GRUB上。这两个版本使用了相同的GRUB 2.06，但包含了一些完全不兼容的补丁。<br />
通过更换Rufus版本，可以解 ...]]></description>
      <category>软硬兼施</category>
      <author>shillan</author>
      <pubDate>Sat, 19 Apr 2025 08:08:28 +0000</pubDate>
    </item>
    <item>
      <title>ScnaDisk U盘CHKDSK时提示“发现错误。CHKDSK 无法在只读模式下继续。”的解决方法</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=352117</link>
      <description><![CDATA[使用即可，其中*为U盘盘符。]]></description>
      <category>软硬兼施</category>
      <author>shillan</author>
      <pubDate>Sat, 19 Apr 2025 03:28:42 +0000</pubDate>
    </item>
    <item>
      <title>Wireless-AC 3160无线网卡搜索不到WiFi6的解决方法</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=352114</link>
      <description><![CDATA[现象：Intel（R）Dual Band Wireless-Ac 3160搜不到WiFi6。<br />
解决：下载并安装新版驱动：<br />
Win7的：<br />
Win10的：<br />
选择系统对应版本的驱动：]]></description>
      <category>软硬兼施</category>
      <author>shillan</author>
      <pubDate>Sat, 04 Jan 2025 02:35:36 +0000</pubDate>
    </item>
    <item>
      <title>Vista winload.exe文件丢失的解决方法</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=352110</link>
      <description><![CDATA[现象：联想老台式机锋行X6500，开机时提示缺少C:\Windows\System32\winload.exe文件，无法启动。<br />
解决：使用工具U盘，进入WinPE，运行cmd，输入进入C:\Windows\System32目录下，运行如下三条命令：运行完重启就可以进Vista了。]]></description>
      <category>软硬兼施</category>
      <author>shillan</author>
      <pubDate>Sun, 14 Apr 2024 21:08:37 +0000</pubDate>
    </item>
    <item>
      <title>MiFlash 错误 Not catch checkpoint 解决方法</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=352105</link>
      <description><![CDATA[问题症状<br />
在使用 MiFlash 刷机时界面显示如下错误，但手机已完成刷机并自动重启进入系统，测试使用也没有发现异常：<br />
error:Not catch checkpoint (\$fastboot -s .*lock), flash is not done<br />
<br />
问题原因<br />
导致这个问题的原因是，新版 MiFlash 在刷机完成后会检测手机 ...]]></description>
      <category>软硬兼施</category>
      <author>shillan</author>
      <pubDate>Tue, 23 Jan 2024 14:08:48 +0000</pubDate>
    </item>
    <item>
      <title>小米刷机包下载慢 被限速的解决方法</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=352104</link>
      <description><![CDATA[通过修改操作系统hosts实现高速下载，C:\Windows\System32\drivers\etc\hosts文件中加入如下两行：<br />
<br />
目前就这IP还能用，其他的都失效了。]]></description>
      <category>软硬兼施</category>
      <author>shillan</author>
      <pubDate>Mon, 15 Jan 2024 15:04:02 +0000</pubDate>
    </item>
  </channel>
</rss>