Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

57 lines
913 B

HKLM
{
NoRemove Software
{
NoRemove Microsoft
{
NoRemove MMC
{
NoRemove Snapins
{
ForceRemove %VSnapinClsid%
{
val NameString = s '%VSnapinName%'
val NameStringIndirect = s '%VSnapinNameIndirect%'
val About = s '%VSnapinClsid%'
NodeTypes
{
%VNodetype%
}
StandAlone
}
}
NoRemove NodeTypes
{
ForceRemove %VNodetype%
{
}
}
}
}
}
}
HKCR
{
%VProgID% = s '%VClassName%'
{
CLSID = s '%VSnapinClsid%'
}
%VVersionIndependentProgID% = s '%VClassName%'
{
CLSID = s '%VSnapinClsid%'
CurVer = s '%VVersionIndependentProgID%'
}
NoRemove CLSID
{
ForceRemove %VSnapinClsid% = s '%VClassName%'
{
ProgID = s '%VProgID%'
VersionIndependentProgID = s '%VVersionIndependentProgID%'
InprocServer32 = s '%VFileName%'
{
val ThreadingModel = s 'Apartment'
}
}
}
}