小编jus*_*tin的帖子

在Vb.net中编辑注册表

我需要在vb.net(2010)中编辑注册表我知道如何在.reg文件中编辑它,但在Visual Basic 2010中却没有,如果它有助于这是代码

    Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system]
"dontdisplaylastusername"=dword:00000000
"legalnoticecaption"="                                             Justin Tech"
"legalnoticetext"="This computer system, including all related equipment, is the property of the Justint Tech and is solely for uses authorized by jUSITN tECH. You have no right to privacy on the system, and all information and activity 

on the system may be monitored.  Any unauthorized use of the system may result in disciplinary action, civil or criminal penalties."
"shutdownwithoutlogon"=dword:00000001
"undockwithoutlogon"=dword:00000001

vb.net registry

2
推荐指数
1
解决办法
4754
查看次数

标签 统计

registry ×1

vb.net ×1