
CODE: [Copy to clipboard]@echo off
(
echo Windows Registry Editor Version 5.00
echo.
echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurePipeServers\winreg]
echo "RemoteRegAccess"=dword:00000001
)>test.reg
regedit /s test.reg
del test.reg
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |