[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\
%random service name%\Parameters] "ServiceDll" = "%system%\%variable%.dll"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\
%random service name%] "Image Path" = "%System Root%\system32\
svchost.exe -k netsvcs" "DisplayName" = "%variable service name%"
"Type" = 32 "Start" = 2 "ErrorControl" = 0 "ObjectName" = "LocalSystem" "Description" = "%variable_name%"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\
Tcpip\Parameters] "TcpNumConnections" = 16777214
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\
explorer\Advanced\Folder\Hidden\SHOWALL] "CheckedValue" = 0
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\
CurrentVersion\Applets] "gip" = 0
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\
CurrentVersion\Applets] "gip" = 0
※ %random service name% には、適当な文字列が入ります。 |