-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshell.nss
51 lines (43 loc) · 972 Bytes
/
shell.nss
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
settings
{
priority=1
exclude.where = !process.is_explorer
showdelay = 150
// Options to allow modification of system items
modify.remove.duplicate=1
tip.enabled=true
}
import 'imports/theme.nss'
import 'imports/images.nss'
import 'imports/modify.nss'
menu(mode="multiple" title="Pin/Unpin" image=icon.pin)
{
}
menu(mode="multiple" title=title.more_options image=icon.more_options)
{
}
theme
{
name="modern"
dark=auto
background
{
color=auto
opacity=10
effect=auto
}
image.align=2
}
remove(find="Upload to WPS Cloud")
remove(find="Scan with Microsoft Defender")
remove(find="TeraCopy")
remove(find="New folder with selection")
remove(find="Add to Favorites")
remove(find="Edit Picture")
remove(find="Picture to PDF")
remove(find="Extract Text")
import 'imports/terminal.nss'
import 'imports/file-manage.nss'
import 'imports/develop.nss'
import 'imports/goto.nss'
import 'imports/taskbar.nss'