search
HomeWeb Front-endJS TutorialVBS code to monitor registry changes through WMI_javascript skills

Google "VBS Monitoring Registry", the top 5 are all the same code, I checked, the source is Hey, Scripting Guy! Blog on an article titled "How Can I Monitor Changes to a Registry Key?" How shameless.


I don’t have time to translate the article, so I’ll post the code:

Copy the code The code is as follows:

strComputer = "."

Set objWMIService = GetObject("winmgmts:\" & strComputer & "rootdefault")
Set colEvents = objWMIService.ExecNotificationQuery _
( "SELECT * FROM RegistryKeyChangeEvent WHERE Hive='HKEY_LOCAL_MACHINE' AND " & _

"KeyPath='SOFTWARE\Microsoft\Windows\CurrentVersion\Run'")
Do
Set objLatestEvent = colEvents.NextEvent
Wscript.Echo Now & ": The registry has been modified."

Loop In fact, there are 4 classes in WMI that can monitor the registry, namely

You can tell what each class does by looking at the class name. The above code uses RegistryKeyChangeEvent, which is the registry key change event.

I don’t want to talk about the usage of WMI events here, which is very basic; I don’t want to translate the reference documents. If you can’t understand this simple English, there is no need to use WMI. I think the most difficult part of WMI is that there are too many classes in it, and many times I don’t know which class to use to achieve the desired function. Now, it is clear which class to use and this article can come to an end.

Reference link: Registering for System Registry Events

Original text: http://demon.tw/programming/vbs-wmi-monitor- changes-to-a-registry-key.html
Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
无法移除 Xbox 无线控制器,移除失败修复无法移除 Xbox 无线控制器,移除失败修复Apr 14, 2023 am 10:40 AM

Xbox 应用程序允许其用户在他们的 PC 上玩精彩的游戏,以防控制台不存在。用户可以直接将他们的 Xbox 控制器连接到 PC 并开始在他们的 Windows PC 上玩。有时无法从用户的 Windows 11/Windows 10 笔记本电脑中移除 Xbox 无线控制器。存在许多问题,其中最突出的是用户在尝试删除小工具时遇到“删除失败”问题。如果您在移除 Xbox 无线控制器时遇到“移除失败”错误,请重新启动计算机。常见问题的最直接解决方案是重新启动 Windows 设备。如果您在重新启动计

0xC004d302:如何修复此激活错误0xC004d302:如何修复此激活错误Apr 14, 2023 pm 02:49 PM

我们的一些读者最近报告说,他们收到了Windows激活错误之一,例如Windows PC上的0xC004D302错误代码,因此某些功能停止工作。此错误出现在运行 Microsoft Windows 非核心版本的计算机上。它可以在重新激活可信数据存储器时触发。您可以按照本文的方式解决此问题。在本文中导致0xc004d302错误的原因是什么?以下是0xC004d302 Windows激活错误代码背后的一些潜在原因:伪造或不正确的产品密钥 – 您收到0xC004d302错误代码的最常见原因之一是您输入

属性中没有位置选项卡:如何启用它属性中没有位置选项卡:如何启用它Apr 13, 2023 pm 11:16 PM

文件夹属性为用户提供详细信息,例如创建日期、文件夹名称、大小等。但是,有时您可能会在Windows文件夹的属性中遇到“位置”选项卡。因此,我们将引导您完成故障排除和重新启用它的步骤。或者,您可以查看我们关于修复 Windows 11 上的文件夹访问被拒绝问题的详细指南。为什么在文件夹属性中找不到位置选项卡?有几个因素可能导致 Windows 11 上文件夹属性中缺少位置选项卡。最值得注意的是:文件夹不支持移动 – 有些文件夹支持移动到另一个位置,而有些则不支持。默认情况下,支持从一个位置移动到另

在 Windows 11 上删除打印机:6 种方法和 7 种修复说明在 Windows 11 上删除打印机:6 种方法和 7 种修复说明Apr 17, 2023 am 09:37 AM

在Windows11上删除打印机完全移除打印机需要两件事——移除打印机本身,然后移除驱动程序。您可以通过多种方式在Windows11上执行这些操作。它们是:方法1:从设置也许最常用的方法是,可以轻松地从Windows的“设置”应用程序中删除打印机。以下是如何去做:按下Win+I以打开设置。然后单击左窗格中的蓝牙和设备。在右侧,单击打印机和扫描仪。单击要卸载的打印机。选择删除。出现提示时,单击是。方法2:使用设备管理器删除打印机驱动程序设备管理器可让您管理和删除Windows

如何解决Windows 10/11中定位服务灰显的问题?如何解决Windows 10/11中定位服务灰显的问题?Apr 26, 2023 pm 03:49 PM

位置服务是Windows上某些应用程序的一项重要功能,具体取决于系统的位置。因此,如果您看到系统上的“定位服务”选项呈灰色显示,您甚至无法手动切换它。通常,某些系统故障会导致此问题,您可以按照这些简单的解决方案轻松解决。修复1–调整注册表您可以调整注册表来修复这个灰显的位置服务问题。1.按Win键并键入“注册表”。2.然后,点击“注册表编辑器”打开系统上的注册表编辑器。3.您将删除一个特定的注册表子目录。通常,它根本不会影响您的系统。但是,建议您进行系统备份。一个。打开注册表编辑器后,点击

如何在Windows 11上关闭通知?如何在Windows 11上关闭通知?Apr 23, 2023 pm 01:28 PM

如何在Windows11上阻止通知您可以按照以下步骤轻松阻止Windows11上的通知。要阻止您的通知:打开开始菜单并选择设置。或者,您可以直接按Windows键+I打开Settings。当设置打开时,单击左侧列表中的系统,然后单击右侧的通知。在以下屏幕上,关闭通知选项。退出设置应用程序。今后,应用程序和系统通知将停止在桌面上显示。但是,值得注意的是,某些应用程序具有自己的内置通知设置。在这种情况下,您需要直接从应用中禁用通知——不过这种情况很少见。通过在“设置”中关闭通知,您将消除

前8种修复方法无法在Windows 11上创建新文件夹前8种修复方法无法在Windows 11上创建新文件夹Apr 13, 2023 pm 12:28 PM

创建新文件夹时,你的电脑会抛出一个错误?当你想的时候整理你的文件,无法创建新文件夹可能会让您大失所望。谢天谢地,在Windows 11上无法创建新文件夹时,有几种解决方法可以解决此问题。让我们一起来看看。无论是您的用户配置文件缺少权限,还是存储空间不足-原因可能是任何原因。我们将从基础知识开始,然后转到高级方法,如使用注册表编辑器来修复无法在Windows11上创建新文件夹的问题。1.重新启动文件资源管理器新设计的文件资源管理器应用程序带有选项卡式界面,使用起来很有趣。但是,它有时可能会表现不好

修复 Windows 11/10 上 Google Chrome 出现 STATUS_INVALID_IMAGE_HASH 错误的方法修复 Windows 11/10 上 Google Chrome 出现 STATUS_INVALID_IMAGE_HASH 错误的方法Apr 23, 2023 pm 12:34 PM

GoogleChrome是许多Windows用户的主要浏览器。对Chrome有很多依赖,如果Chrome有一些问题,它会给用户带来沉重的打击。人们总是更喜欢修复现有的浏览器,而不是使用不同的浏览器。如果您是Chrome的铁杆粉丝并且现在正面临STATUS_INVALID_IMAGE_HASH问题并且迫切需要修复它,那么您来对地方了。在本文中,我们列出了您可以尝试在几秒钟内修复STATUS_INVALID_IMAGE_HASH问题的最佳解决方案。解决方案1:禁用RendererCod

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor