本文介绍了如何在regedit中检查路径的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
大家好
使用C ++代码我想检查regedit中是否存在RebootRequired文件夹。我该怎么办?
我必须在其中搜索rebootRequired文件夹的注册表路径是:
HKEY_LOCAL_MACHINE\SOFTWARE \ Microsoft \ Windows \ CurrentVersion \\ \\ Windows更新\自动更新
解决方案
hi everyone
using C++ code i want to check whether RebootRequired folder is present or not in regedit. how can i do?
the registry path in which i have to search for rebootRequired folder is:
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update"
解决方案
这篇关于如何在regedit中检查路径的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!