summaryrefslogtreecommitdiff
path: root/hid/firefly/sauron/Sauron.rgs
blob: f5f50f0fa28889d18aa9677f9d0dd91bb6696e63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
HKCR
{
	NoRemove CLSID
	{
		ForceRemove {C06687F6-D0F8-4627-A113-2654249C67F9} = s 'Sauron Class'
		{
			InprocServer32 = s '%MODULE%'
			{
				val ThreadingModel = s 'Apartment'
			}
			'TypeLib' = s '{185A2923-9B3C-4816-BB77-1BDA42E35605}'
		}
	}
}
HKEY_LOCAL_MACHINE
{
	NoRemove SOFTWARE
	{
        NoRemove Microsoft
        {
            NoRemove MediaPlayer
            {
                NoRemove Objects
                {
					NoRemove Effects
					{
						ForceRemove Sauron
						{
							Properties
							{
								val classid = s '{C06687F6-D0F8-4627-A113-2654249C67F9}'
								val name = s 'Sauron'
								val description = s 'This collection includes the Sauron Bars and Sauron Wave effects.'
							}
						}
					}
                }
            }
        }
    }
}