12 lines
374 B
Reg
12 lines
374 B
Reg
; Remove UL from machine
|
|
\Registry\Machine\System\CurrentControlSet\Services\UL\Parameters [DELETE]
|
|
|
|
; Remove WAS
|
|
|
|
;
|
|
; BUGBUG if the iisadmin (metabase) service is moved into the same svchost
|
|
; group as the web admin service, it will be rude to delete the group here.
|
|
;
|
|
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Svchost
|
|
iissvcs = DELETE
|