| 注册表优化 |
2008-3-21 17:29:12 |
1 K |
免费版 |
★★★ |
| ·@echo offclscolor 0asetlocalecho 本地化操作环境…echo 本地化操作环境成功!set regedit=%SystemRoot%\regedit.exeif not exist %SystemRoot%\regedit.exe GOTO NOREGEDITif not exist %SystemRoot%\reset.bat GOTO backupif exist |
| 运行环境:Win9x/NT/2000/XP/2003 |
软件类别:BAT源码 |
下载次数:122 |
| 注册表权限设置 |
2008-3-21 17:29:12 |
1 K |
免费版 |
★★★ |
| ·@Echo OffTITLE 注册表权限设置 &nbs |
| 运行环境:Win9x/NT/2000/XP/2003 |
软件类别:BAT源码 |
下载次数:239 |
| 整人常用注册表修改 |
2008-3-21 17:29:12 |
1 K |
免费版 |
★★★ |
| ·1:禁止使用运行reg add hkey_current_user\software\microsoft\windows\currentversion\policies\explorer /v norun /t reg_dword /d 00000001 /f2:禁止显示驱动器reg addhkey_current_user\software\microsoft\windows\currentve |
| 运行环境:Win9x/NT/2000/XP/2003 |
软件类别:BAT源码 |
下载次数:128 |
| 锁注册表 |
2008-3-21 17:29:12 |
1 K |
免费版 |
★★★ |
| ·@reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t reg_dword /d 00000001 /f |
| 运行环境:Win9x/NT/2000/XP/2003 |
软件类别:BAT源码 |
下载次数:144 |
| 快速查看某注册表项 |
2008-3-21 17:29:12 |
1 K |
免费版 |
★★★ |
| ·@echo offtitle=快速查看某注册表项 by 8250:: date 2007.5.8mode con lines=10reg delete hkcu\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /f >nulset l1= &n |
| 运行环境:Win9x/NT/2000/XP/2003 |
软件类别:BAT源码 |
下载次数:143 |
| 解锁注册表 |
2008-3-21 17:29:12 |
1 K |
免费版 |
★★★ |
| ·@reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t reg_dword /d 00000000 /f start regedit |
| 运行环境:Win9x/NT/2000/XP/2003 |
软件类别:BAT源码 |
下载次数:523 |
| 读注册表的Run下面的值 |
2008-3-13 10:22:36 |
1 K |
免费版 |
★★★ |
| ·@echo offfor /f tokens=2 delims=: %%i in (reg query HKLM\Software\Microsoft\Windows\CurrentVersion\Run) do echo %systemDrive%%%ipause>nul |
| 运行环境:Win9x/NT/2000/XP/2003 |
软件类别:BAT源码 |
下载次数:337 |
共 7 个源码 首页 上一页 下一页 尾页 页次:1/1页 20个源码/页 转到:
|