如何在PowerShell中验证长注册表项

时间:2016-07-05 06:47:58

标签: sql sql-server powershell registry regedit

我正在尝试验证powershell脚本中的注册表路径,但即使注册表存在,它也始终返回false。 对于特定的字符,它给出了真实,除此之外它返回false

以下是以下代码: -

<item
android:id="@+id/action_settings"
android:orderInCategory="100"
android:icon="@drawable/ic_menu_camera"
android:title="Settings"
android:visible=false
app:showAsAction="never" />

第一行返回true,但即使注册表存在,也返回false。 有没有办法验证长注册表路径?

1 个答案:

答案 0 :(得分:1)

您无法使用&#39; test-path&#39;测试注册表值的存在。使用测试路径仅测试注册表项

您应该使用自定义函数来测试注册表值,请参阅:Test if registry value exists