forked from jdhitsolutions/MyMonitor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCategories.xml
111 lines (108 loc) · 7.67 KB
/
Categories.xml
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<?xml version="1.0" encoding="utf-8" ?>
<!--
app names are case sensitive
The app name is the process description property
get-process | select id,name,description
It is possible to have applications be in multiple categories
-->
<categories>
<category>
<name>Internet</name>
<app name = "Waterfox"/>
<app name = "Firefox"/>
<app name = "Internet Explorer"/>
<app name = "Google Chrome"/>
<app name = "Skype"/>
<app name = "Spotify"/>
<app name = "Amazon Music"/>
<app name = "Slack"/>
</category>
<category>
<name>Mail</name>
<app name = "Microsoft Outlook"/>
<app name = "Thunderbird"/>
</category>
<category>
<name>Office</name>
<app name = "Microsoft Word"/>
<app name = "Microsoft Excel"/>
<app name = "Microsoft Outlook"/>
<app name = "Microsoft PowerPoint"/>
<app name = "Microsoft OneNote"/>
<app name = "Microsoft Publisher"/>
<app name = "Microsoft InfoPath"/>
</category>
<category>
<name>PowerShell</name>
<app name = "Windows PowerShell"/>
<app name = "Windows PowerShell (x86)"/>
<app name = "Windows PowerShell ISE"/>
<app name = "PowerShellPlus"/>
<app name = "SAPIEN PowerShell Studio 2015"/>
<app name = "SAPIEN PowerShell Studio 2016"/>
</category>
<category>
<name>Test</name>
<app name = "Windows PowerShell ISE"/>
</category>
<category>
<name>Development</name>
<app name = "Windows PowerShell ISE"/>
<app name = "GitHub"/>
<app name = "gitk"/>
<app name = "Wish Application"/> <!-- Git-Gui -->
<app name = "Notepad++ : a free (GNU) source code editor"/>
<app name = "LINQPad"/>
<app name = "Visual Studio Code"/>
<app name = "Blend for Visual Studio"/>
<app name = "Microsoft Visual Studio 2013"/>
<app name = "Microsoft Visual Studio 2015"/>
<app name = "SQL Server Management Studio"/>
<app name = "SQL tracing tool"/>
</category>
<category>
<name>Utilities</name>
<app name = "FileZilla FTP Client"/>
<app name = "Wireshark"/>
<app name = "CCleaner64"/>
<app name = "Sonos Desktop Controller"/>
</category>
<category>
<name>Windows</name>
<app name = "Notepad"/>
<app name = "Windows Calculator"/>
<app name = "Task Manager"/>
<app name = "Microsoft Management Console"/>
<app name = "Remote Desktop Connection"/>
<app name = "Remote Desktop Connection Manager"/>
<app name = "Windows Explorer"/>
<app name = "Server Manager"/>
</category>
<category>
<name>Communication</name>
<app name = "Skype"/>
<app name = "Skype for Business"/>
<app name = "Slack"/>
</category>
<category>
<name>Cloud</name>
<app name = "SugarSync"/>
<app name = "DropBox"/>
<app name = "Box Sync"/>
<app name = "Google Drive"/>
</category>
<category>
<name>Applications</name>
<app name = "Camtasia Studio"/>
<app name = "Snagit Editor"/>
<app name = "Camtasia Recorder"/>
<app name = "Open Live Writer"/>
</category>
<!-- use this as a template
<category>
<name>MyCategory</name>
<app name = ""/>
<app name = ""/>
</category>
end template -->
</categories>