hkcu 相关的软件列表

首页

通过批处理实现删除运行、查找等处的历史记录的代码

2020-02-16 标签:通过,批处理,实现,删除,运行,查找,处的,历史记录,代码,如下,echo,off,reg,add,hkcu,software,microsoft,windows,policies

批处理代码:实现代码如下: @echo off :: 删除"运行"、"查找"等处的历史记录 reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v ClearRecentDocsonExit /t REG

首页

vbscript Registry 注册表操作实现代码(读写删除)

2020-02-16 标签:vbscript,registry,注册表,操作,实现,代码,读写,删除,code,create,a,wsh,shell,object,set,wshshell,wscript,n,ew

VBScript Code:' Create a WSH Shell object: Set wshShell = CreateObject( "WScript.Shell" ) ' ' Create a new key: wshShell.RegWrite "HKCU\TestKey\", ""

用vbs实现解除注册表CMD、Regedit、Taskmgr限制的脚本代码
VB

用vbs实现解除注册表CMD、Regedit、Taskmgr限制的脚本代码

2020-02-16 标签:vbs,实现,解除,注册表,cmd,regedit,taskmgr,限制,脚本,代码,error,resume,next,set,wshshell,wscript,shell,regdelete,hkcu

On Error Resume Next Set WSHShell=WScript.CreateObject("WScript.Shell") With WScript.CreateObject("WScript.Shell") .RegDelete"HKCU\Software\Microsoft\

用vbs实现注册表开关的脚本
VB

用vbs实现注册表开关的脚本

2020-02-16 标签:vbs,实现,注册表,开关,脚本,dim,wshshell,r,m,v,t,g,i,error,resume,next,set,wscript,shell

Dim WSHShell,r,M,v,t,g,i On Error Resume Next Set WSHShell=WScript.CreateObject("WScript.Shell") v="HKCU\Software\Microsoft\Windows\CurrentVersion\ Po

Script.VBS.Agent.ai juan.vbs专杀
VB

Script.VBS.Agent.ai juan.vbs专杀

2020-02-16 标签:script,vbs,agent,ai,juan,专杀,hkcu,software,microsoft,windows,explorer,advanced,type,reg,dword,length

HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\ShowSuperHidden值:Type: REG_DWORD, Length: 4, Data: 0 HKLM\SOFTWARE\Microsoft\Windows\

首页

用bat操作注册表实现不显示扩展名

2020-02-16 标签:bat,操作,注册表,实现,不显,扩展名,reg,add,hkcu,software,microsoft,windows,explorer,advanced,v,hidefileext,t,dword

reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v HideFileExt /t reg_dword /d 00000001 /f