![]() |
China DOS Union-- Unite DOS · Advance DOS · Grow DOS --Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum |
| Guest | Log in | Register | Members | Search | China DOS Union |
|
中国DOS联盟论坛 The time now is 2026-08-26 15:49 |
47,812 topics / 349,910 posts / today 0 new / 48,264 members |
| 其它操作系统综合讨论区 » Special Permissions of the Registry |
| Printable Version 2,454 / 9 |
| Floor1 xuehaiwuya | Posted 2008-03-21 10:31 |
| 初级用户 Posts 79 Credits 165 | |
|
It took me a whole day to not know how to check the special permissions of the grayed-out registry.
echo HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\RDPDR [1 5 7 11 14 17 21] >c:\1111.ini regini 1111.ini All permissions are set, but the special permissions just can't be checked. |
|
| Floor2 chishingchan | Posted 2008-03-21 12:35 |
| 银牌会员 Posts 538 Credits 1,284 | |
|
The question is not very clear, I don't understand your intention. Using SYSTEM permissions shouldn't be difficult for anything, right?!
|
|
| Floor3 xuehaiwuya | Posted 2008-03-21 12:55 |
| 初级用户 Posts 79 Credits 165 | |
|
Just saw a box
Special permissions But it's gray Don't know how to change it to check the box |
|
| Floor4 fastslz | Posted 2008-03-21 13:30 |
| 铂金会员 Posts 2,315 Credits 5,493 From 上海 | |
|
Want to have the highest registry privileges wmic
|
|
| Floor5 chishingchan | Posted 2008-03-21 16:20 |
| 银牌会员 Posts 538 Credits 1,284 | |
|
```
@echo off rem Hide the running process if "%1" == "hide" goto begin mshta vbscript:createobject("wscript.shell").run("""%~nx0"" hide",0)(window.close)&&exit :begin rem Set the next minute of the current time set h=%time:~0,2%&&set m=%time:~3,2%&&set /a m+=1 rem Hour and minute carry if %m% gtr 59 set /a m=0&&set /a h+=1 rem Get the current second set s=%time:~6,2% rem If the second is greater than or equal to 56, directly execute the switch if %s% geq 56 goto start rem If the second is less than 56, convert the remaining seconds to microseconds if %s% lss 56 set /a s=(56-%time:~6,2%)*100 rem Execute the delay program call :ProcDelay %s% :start rem End the Explorer.exe process TaskKill /f /im Explorer.exe>nul 2>nul rem Set the service related to the at command to automatic sc config schedule start= auto>nul 2>nul rem Add a task plan (execute starting from the next minute) at %h%:%m% /interactive %SystemRoot%\Explorer.exe>nul 2>nul rem Delay to delete all task plans call :ProcDelay 500 at /delete /yes rem End goto end rem Delay program :ProcDelay number Setlocal EnableExtensions for /f "tokens=1-4 delims=:. " %%h in ("%TIME%") do set start_=%%h%%i%%j%%k :wait_ for /f "tokens=1-4 delims=:. " %%h in ("%TIME%") do set now_=%%h%%i%%j%%k set /a diff_=%now_%-%start_% if %diff_% lss %1 goto wait_ Endlocal :end ``` |
|
| Floor6 chishingchan | Posted 2008-03-21 16:23 |
| 银牌会员 Posts 538 Credits 1,284 | |
|
You can also search "gray button menu activation" on Google.
|
|
| Floor7 xuehaiwuya | Posted 2008-03-23 13:52 |
| 初级用户 Posts 79 Credits 165 | |
|
qiu WMIC
It is best to be able to provide downloads of these excellent tools on the website |
|
| Floor8 sun18a | Posted 2008-03-24 23:24 |
| 初级用户 Posts 10 Credits 22 | |
|
How to modify the registry in XP to achieve file sharing like in 98
|
|
| Floor9 wangzenggogo | Posted 2008-05-29 18:55 |
| 初级用户 Posts 34 Credits 69 | |
| Floor10 qingyuan0o0 | Posted 2010-05-15 18:08 |
| 新手上路 Posts 5 Credits 8 | |
|
Hehe, I can understand the LZ's meaning, but I don't know how to implement it either~
|
|
|
[ Contact the Union admin team -
中国DOS联盟 -
Standard version ] Sponsored by ifanr Inc | © 2001–2023 |