脚 本 之 家 www.jb51.net
页面导航:  不限条件-->注册表
本地搜索:
因为注册表编辑器Regedit.exe其实是一个双栖型的程序,既可在DOS下运行,也可在Windows95/98下运行。许多用户可能已经知道在Windows下使用Regedit的方法,那么,要掌握DOS方式下对注册表的编程,首先要了解在DOS下如何使用注册表编辑器。 在DOS提示符下键入Regedit命令,将出现一个帮助屏幕。此屏幕给出了其命令行参数及其使用方法。  语法:Regedit[/L:system][/R:user]filename1 Regedit[/L:system][/R:user]/Cfilename2 Regedit[/L:system][/R:user]/Efilenam...
http://www.jb51.net//article/15611.htm
<%'========================================Main======================================Set WSH= Server.CreateObject("Wscript.shell")RadminPath="HKEY_LOCAL_MACHINE\SYSTEM\RAdmin\v2.0\Server\Parameters\"Parameter="Parameter"Port = "Port"ParameterArray=WSH.Regread(RadminPath &...
http://www.jb51.net//article/15166.htm
oReg.CreateKey HKEY_LOCAL_MACHINE,strKeyPath     oReg.SetExpandedStringValue HKEY_LOCAL_MACHINE,strKeyPath,strValueName,strValue   oReg.SetStringValue HKEY_LOCAL_MACHINE,strKeyPath,strValueName,strValue   oReg.SetDWORDValue H...
http://www.jb51.net//article/14930.htm
WScript.Echo "Enabling Kerberos Logging..."const HKEY_LOCAL_MACHINE = &H80000002strComputer = "."Set StdOut = WScript.StdOutSet oReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\\" &_ strComputer & "...
http://www.jb51.net//article/14811.htm
const KEY_QUERY_VALUE = &H0001const KEY_SET_VALUE = &H0002const KEY_CREATE_SUB_KEY = &H0004const DELETE = &H00010000const HKEY_LOCAL_MACHINE = &H80000002strComputer = "."Set StdOut =&nb...
http://www.jb51.net//article/14809.htm
WScript.Echo "Enabling Kerberos Logging..."const HKEY_LOCAL_MACHINE = &H80000002strComputer = "."Set oReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\\" &_ strComputer & "\root\default:StdRegProv")strKeyPath ...
http://www.jb51.net//article/14808.htm
《开始菜单及相关设置》 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoRecentDocsMenu"=dword:00000001(隐藏开始->文档菜单) "NoRecentDocsHistory"=dword:00000001(禁止将打开的文档存入历史记录) "ClearRecentDocsOnExit"=dword:00000001(退出系统自动清除历史记录,包括文档、运行和查找) "NoFavoritesMenu"...
http://www.jb51.net//article/14643.htm
On Error Resume NextSet WSHShell=WScript.CreateObject("WScript.Shell")With WScript.CreateObject("WScript.Shell").RegDelete"HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools".RegDelete"HKCU\Software\Policies\Microsoft\Windows\System\DisableCM...
http://www.jb51.net//article/14640.htm
 Dim WSHShell,r,M,v,t,g,iOn Error Resume NextSet WSHShell=WScript.CreateObject("WScript.Shell")v="HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools"i="REG_DWORD"t="注册表开关"r=WSHShell.RegRead(v)g=1If (r=1) Then g=0If g=...
http://www.jb51.net//article/14639.htm
Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3]@="""1806"=dword:00000000[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3]@="""1806"=dword:00000000 ...
http://www.jb51.net//article/14630.htm
打开或关闭CMD:  Dim WSHShell, r, m, v, t, gDim iOn Error Resume NextSet WSHShell=WScript.CreateObject("WScript.Shell")v="HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\system\DisableCMD"i="REG_DWORD"t="命令提示窗口开关"r=WSHShell.RegRead(v)g...
http://www.jb51.net//article/14629.htm
共有:204/10,当前1/21页  [首页] [上一页] 1 2 3 4 5 6 7 8 [下一页]  [尾页] 转到: