<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>该主题</title>
    <link>https://h30471.www3.hp.com/t5/bi-ji-ben-dian-nao/HP-ENVY-x360-13-zai-fan-zhuan-hou-mei-you-jin-yong-shi-ti-jian-pan-he-chu-kong-ban/m-p/1270541#M470494</link>
    <description>&lt;P&gt;这个重装系统解决了，是驱动问题，惠普也不来个win10最新版的驱动，必竟这电脑上的硬件很多都是定制版，非公版驱动就可以用的&lt;/P&gt;</description>
    <pubDate>Sun, 31 Dec 2023 02:42:34 GMT</pubDate>
    <dc:creator>浮生梦幻</dc:creator>
    <dc:date>2023-12-31T02:42:34Z</dc:date>
    <item>
      <title>HP ENVY x360 13 在翻转后没有禁用实体键盘和触控板</title>
      <link>https://h30471.www3.hp.com/t5/bi-ji-ben-dian-nao/HP-ENVY-x360-13-zai-fan-zhuan-hou-mei-you-jin-yong-shi-ti-jian-pan-he-chu-kong-ban/m-p/1270296#M470454</link>
      <description>&lt;P&gt;求助 不知道我的HP ENVY x360 13 在翻转屏幕后没有禁用实体键盘和触控板，要怎么解决&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 14:39:38 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/bi-ji-ben-dian-nao/HP-ENVY-x360-13-zai-fan-zhuan-hou-mei-you-jin-yong-shi-ti-jian-pan-he-chu-kong-ban/m-p/1270296#M470454</guid>
      <dc:creator>浮生梦幻</dc:creator>
      <dc:date>2023-12-28T14:39:38Z</dc:date>
    </item>
    <item>
      <title>回复： HP ENVY x360 13 在翻转后没有禁用实体键盘和触控板</title>
      <link>https://h30471.www3.hp.com/t5/bi-ji-ben-dian-nao/HP-ENVY-x360-13-zai-fan-zhuan-hou-mei-you-jin-yong-shi-ti-jian-pan-he-chu-kong-ban/m-p/1270308#M470458</link>
      <description>&lt;UL style="direction: ltr; unicode-bidi: embed; margin-top: 0in; margin-bottom: 0in;" type="disc"&gt;
&lt;LI style="margin-top: 0; margin-bottom: 0; vertical-align: middle; color: black;"&gt;&lt;SPAN&gt;系统桌面按Win+R打开运行，输入&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="margin: 0in; font-family: HPSimplifiedLight; font-size: 12.0pt; color: black;"&gt;&lt;SPAN&gt;powershell&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL style="direction: ltr; unicode-bidi: embed; margin-top: 0in; margin-bottom: 0in;" type="disc"&gt;
&lt;LI style="margin-top: 0; margin-bottom: 0; vertical-align: middle; color: black;"&gt;&lt;SPAN&gt;按住键盘ctrl+shift，鼠标点确定&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="margin: 0in; font-family: HPSimplifiedLight; font-size: 12.0pt; color: black;"&gt;&lt;SPAN&gt;命令行打开显示&lt;/SPAN&gt;&lt;SPAN&gt;PS C:\Windows\system32&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;则是成功以管理员运行打开了powershell，否则以上重试&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL style="direction: ltr; unicode-bidi: embed; margin-top: 0in; margin-bottom: 0in;" type="disc"&gt;
&lt;LI style="margin-top: 0; margin-bottom: 0; vertical-align: middle; color: black;"&gt;&lt;SPAN&gt;在命令行窗口中复制粘贴下面命令回车&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="margin: 0in; font-family: HPSimplifiedLight; font-size: 12.0pt; color: black;"&gt;&lt;SPAN&gt;if (test-path c:\hpinfo.txt){remove-item c:\hpinfo.txt -force};&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: HPSimplifiedLight; font-size: 12.0pt; color: black;"&gt;&lt;SPAN&gt;gwmi Win32_OperatingSystem | select caption,version |fl | out-file \hpinfo.txt -force -append;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: HPSimplifiedLight; font-size: 12.0pt; color: black;"&gt;&lt;SPAN&gt;(gwmi win32_bios).caption |fl | out-file \hpinfo.txt -force -append;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: HPSimplifiedLight; font-size: 12.0pt; color: black;"&gt;&lt;SPAN&gt;(gwmi MS_SystemInformation -namespace root\wmi).SystemSKU |fl | out-file \hpinfo.txt -force -append;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: HPSimplifiedLight; font-size: 12.0pt; color: black;"&gt;&lt;SPAN&gt;Confirm-SecureBootUEFI |fl | out-file \hpinfo.txt -force -append;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: HPSimplifiedLight; font-size: 12.0pt; color: black;"&gt;&lt;SPAN&gt;gwmi win32_VideoController | select caption,DriverVersion |fl | out-file \hpinfo.txt -force -append;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: HPSimplifiedLight; font-size: 12.0pt; color: black;"&gt;&lt;SPAN&gt;gwmi Win32_PNPEntity | Where{$_.ConfigManagerErrorCode -ne 0} | select caption,deviceID,ConfigManagerErrorCode |fl | out-file \hpinfo.txt -force -append;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: HPSimplifiedLight; font-size: 12.0pt; color: black;"&gt;&lt;SPAN&gt;Gwmi win32_service | ForEach-Object {&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: HPSimplifiedLight; font-size: 12.0pt; color: black;"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $path=""&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: HPSimplifiedLight; font-size: 12.0pt; color: black;"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $company=""&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: HPSimplifiedLight; font-size: 12.0pt; color: black;"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if($_.pathName -match '"(?&amp;lt;SvcPath&amp;gt;.*)"') {$path=$Matches['SvcPath']}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: HPSimplifiedLight; font-size: 12.0pt; color: black;"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&amp;nbsp; {$path=($_.pathName&amp;nbsp; -split ' ') | select -First 1}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: HPSimplifiedLight; font-size: 12.0pt; color: black;"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(-not [string]::IsNullOrWhiteSpace($path)) {$company=(Get-Item $path&amp;nbsp;-ErrorAction Ignore).VersionInfo.CompanyName}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: HPSimplifiedLight; font-size: 12.0pt; color: black;"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $_ | Add-Member -MemberType NoteProperty -Name "Manufacturer" -Value $company&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: HPSimplifiedLight; font-size: 12.0pt; color: black;"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $_}&amp;nbsp; | Select-Object DisplayName, Manufacturer,State | where {$_.Manufacturer -notlike "*microsoft*"}&amp;nbsp;|&amp;nbsp;fl |&amp;nbsp;out-file \hpinfo.txt -force -append;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: HPSimplifiedLight; font-size: 12.0pt; color: black;"&gt;&lt;SPAN&gt;Get-AppxPackage | where{$_.name -like "*omen*"} | select name,version |fl | out-file \hpinfo.txt -force -append;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: HPSimplifiedLight; font-size: 12.0pt; color: black;"&gt;&lt;SPAN&gt;if (test-path C:\Windows\OMENSDK_Ver.exe){(Get-Item C:\Windows\OMENSDK_Ver.exe).versioninfo | out-file \hpinfo.txt -force -append}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: HPSimplifiedLight; font-size: 12.0pt; color: black;"&gt;&lt;SPAN&gt;Get-CimInstance –ClassName Win32_DeviceGuard –Namespace root\Microsoft\Windows\DeviceGuard | out-file \hpinfo.txt -force -append&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL style="direction: ltr; unicode-bidi: embed; margin-top: 0in; margin-bottom: 0in;" type="disc"&gt;
&lt;LI style="margin-top: 0; margin-bottom: 0; vertical-align: middle; color: black;"&gt;&lt;SPAN&gt;打开c:\hpinfo.txt将文件内容全选(ctrl+A)复制(ctrl+c)粘贴(ctrl+v)出来发帖回复，之后c:\hpinfo.txt可以删除。&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="margin: 0in; font-family: HPSimplifiedLight; font-size: 12.0pt; color: black;"&gt;&lt;SPAN&gt;如果红字报错或没有文件，确认是以管理员身份运行了powershell&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Dec 2023 00:31:39 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/bi-ji-ben-dian-nao/HP-ENVY-x360-13-zai-fan-zhuan-hou-mei-you-jin-yong-shi-ti-jian-pan-he-chu-kong-ban/m-p/1270308#M470458</guid>
      <dc:creator>坏坏的笑</dc:creator>
      <dc:date>2023-12-29T00:31:39Z</dc:date>
    </item>
    <item>
      <title>回复： HP ENVY x360 13 在翻转后没有禁用实体键盘和触控板</title>
      <link>https://h30471.www3.hp.com/t5/bi-ji-ben-dian-nao/HP-ENVY-x360-13-zai-fan-zhuan-hou-mei-you-jin-yong-shi-ti-jian-pan-he-chu-kong-ban/m-p/1270342#M470462</link>
      <description>&lt;P&gt;你看看有什么解决的办法吗&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;caption : Microsoft Windows 10 专业版&lt;BR /&gt;version : 10.0.19045&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;F.49&lt;BR /&gt;4MD76PA#AB2&lt;BR /&gt;True&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;caption : AMD Radeon(TM) Vega 8 Graphics&lt;BR /&gt;DriverVersion : 31.0.21905.1001&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DisplayName : Alibaba PC Safe Service&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : AMD Crash Defender Service&lt;BR /&gt;Manufacturer : Advanced Micro Devices, Inc.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : AMD External Events Utility&lt;BR /&gt;Manufacturer : AMD&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : AntiCheatExpert Service&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : Autodesk Content Service&lt;BR /&gt;Manufacturer : Autodesk, Inc.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : BitComet Disk Boost Service&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : FlexNet Licensing Service 64&lt;BR /&gt;Manufacturer : Flexera Software LLC&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : Huorong Internet Security Daemon&lt;BR /&gt;Manufacturer : 北京火绒网络科技有限公司&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : HP App Helper HSA Service&lt;BR /&gt;Manufacturer : HP Inc.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : HP Diagnostics HSA Service&lt;BR /&gt;Manufacturer : HP Inc.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : HP Network HSA Service&lt;BR /&gt;Manufacturer : HP Inc.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : HP CASL Framework Service&lt;BR /&gt;Manufacturer : HP&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : HP System Info HSA Service&lt;BR /&gt;Manufacturer : HP Inc.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : HP Analytics service&lt;BR /&gt;Manufacturer : HP Inc.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : HPWMISVC&lt;BR /&gt;Manufacturer : HP Inc.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : Huorong Windows Security Center&lt;BR /&gt;Manufacturer : 北京火绒网络科技有限公司&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : HskFileService&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : HskService&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : KuGou Service&lt;BR /&gt;Manufacturer : 酷狗音乐&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : MEmuSVC&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : PandaVPNovp&lt;BR /&gt;Manufacturer : The OpenVPN project&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : Alipay payment client security service&lt;BR /&gt;Manufacturer : Alipay.com Inc.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : QPCore Service&lt;BR /&gt;Manufacturer : Tencent&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : QQLiveService&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : Realtek Audio Service&lt;BR /&gt;Manufacturer : Realtek Semiconductor&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : Realtek Bluetooth Device Manager Service&lt;BR /&gt;Manufacturer : Realtek Semiconductor Corp.&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : 搜狗输入法基础服务&lt;BR /&gt;Manufacturer : Sogou.com Inc.&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : OpenSSH Authentication Agent&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : SwitchBoard&lt;BR /&gt;Manufacturer : Adobe Systems Incorporated&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : SynTPEnhService&lt;BR /&gt;Manufacturer : Synaptics Incorporated&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : Wise Boot Assistant&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;DisplayName : wwbizsrv&lt;BR /&gt;Manufacturer : Alibaba Group&lt;BR /&gt;State : Running&lt;/P&gt;&lt;P&gt;DisplayName : 楗敳䈠潯⁴獁楳瑳湡t:&lt;BR /&gt;Manufacturer :&lt;BR /&gt;State : Stopped&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AvailableSecurityProperties : {1, 2, 3, 4...}&lt;BR /&gt;CodeIntegrityPolicyEnforcementStatus : 0&lt;BR /&gt;InstanceIdentifier : 4ff40742-2649-41b8-bdd1-e80fad1cce80&lt;BR /&gt;RequiredSecurityProperties : {0}&lt;BR /&gt;SecurityServicesConfigured : {0}&lt;BR /&gt;SecurityServicesRunning : {0}&lt;BR /&gt;UsermodeCodeIntegrityPolicyEnforcementStatus : 0&lt;BR /&gt;Version : 1.0&lt;BR /&gt;VirtualizationBasedSecurityStatus : 0&lt;BR /&gt;VirtualMachineIsolation : False&lt;BR /&gt;VirtualMachineIsolationProperties : {0}&lt;BR /&gt;PSComputerName :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Dec 2023 04:09:09 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/bi-ji-ben-dian-nao/HP-ENVY-x360-13-zai-fan-zhuan-hou-mei-you-jin-yong-shi-ti-jian-pan-he-chu-kong-ban/m-p/1270342#M470462</guid>
      <dc:creator>浮生梦幻</dc:creator>
      <dc:date>2023-12-29T04:09:09Z</dc:date>
    </item>
    <item>
      <title>回复： HP ENVY x360 13 在翻转后没有禁用实体键盘和触控板</title>
      <link>https://h30471.www3.hp.com/t5/bi-ji-ben-dian-nao/HP-ENVY-x360-13-zai-fan-zhuan-hou-mei-you-jin-yong-shi-ti-jian-pan-he-chu-kong-ban/m-p/1270541#M470494</link>
      <description>&lt;P&gt;这个重装系统解决了，是驱动问题，惠普也不来个win10最新版的驱动，必竟这电脑上的硬件很多都是定制版，非公版驱动就可以用的&lt;/P&gt;</description>
      <pubDate>Sun, 31 Dec 2023 02:42:34 GMT</pubDate>
      <guid>https://h30471.www3.hp.com/t5/bi-ji-ben-dian-nao/HP-ENVY-x360-13-zai-fan-zhuan-hou-mei-you-jin-yong-shi-ti-jian-pan-he-chu-kong-ban/m-p/1270541#M470494</guid>
      <dc:creator>浮生梦幻</dc:creator>
      <dc:date>2023-12-31T02:42:34Z</dc:date>
    </item>
  </channel>
</rss>

