Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Windows XP。
假设我已经在注册表lyon下创建了一个新键。HKEY_CURRENT_USER\Software然后我在 php 中运行以下脚本:
lyon
HKEY_CURRENT_USER\Software
exec("regedit /e c:/lyon.reg HKEY_CURRENT_USER\Software\lyon");
好吧,没有任何反应,尽管我可以在命令提示符下运行相同的操作并获得预期的结果。
我做错了吗?
尝试这个:
exec("REGEDIT /E c:\lyon.REG HKEY_CURRENT_USER\Software\lyon");