如何重命名注册表子键名称/值? [英] How to rename a registry sub key Name/Value?

查看:68
本文介绍了如何重命名注册表子键名称/值?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

I want to rename VLC media player registry key name/Value "DisplayName" to "NoDisplayName". 
 
Inside below path: 
SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall 

推荐答案

首先,这是一个价值而不是一个关键。键是您在RegEdit中看到的文件夹。



其次,重命名该值绝对没有价值。



您无法重命名值。您必须使用新名称和数据副本创建新值,然后删除旧值。
First, that's a Value not a key. Keys are the "folders" you see in RegEdit.

Second, renaming that Value does absolutely nothing of any worth.

You cannot rename a Value. You have to create a new Value with the new name and a copy of the data then delete the old Value.


请参阅 https://msdn.microsoft.com/en-us/library/microsoft.win32.registrykey(v = vs.110) .aspx [ ^ ]。


这篇关于如何重命名注册表子键名称/值?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆