HELP! I need to reverse the results of a fixlet

(imported topic written by B7TN_Pete_Ladesic)

A fixlet was deployed to one of our customers to kill a service and we cannont reverse the effect. Can someone help me please. With administrative rights it cannont be restarted and we looked at the registry entries for the service on 2 different machines and can not divulge any differences. See below.

Service settings for IIS Admin Service - Windows XP

action:

delete __appendfile

appendfile

Unicode

appendfile Unicode=yes

appendfile

Version

appendfile signature="$CHICAGO$"

appendfile Revision=1

appendfile

Service General Setting

appendfile IISADMIN,4,“D:AR(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;IU)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)”

delete “{name of drive of system folder}\temp.inf”

copy __appendfile “{name of drive of system folder}\temp.inf”

waithidden “{pathname of system folder}\secedit.exe” /configure /db {name of drive of system folder}\temp.sdb /cfg {name of drive of system folder}\temp.inf /quiet

delete “{name of drive of system folder}\temp.inf”

delete “{name of drive of system folder}\temp.sdb”

(imported comment written by BenKus)

I don’t know enough about IIS or secedit to know if there is some specific issue here, but I am wondering about things like spaces, file permissions, file formats, etc.

Can you take the file on the working system, copy it to the non-working system, and run the secedit and see if things are fixed?

Ben

(imported comment written by B7TN_Pete_Ladesic)

Thats actually what i ended up doing. Thanks!