-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshell.nss
More file actions
39 lines (32 loc) · 871 Bytes
/
shell.nss
File metadata and controls
39 lines (32 loc) · 871 Bytes
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
settings
{
priority=1
exclude.where = !process.is_explorer
showdelay = 200
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)
{
}
//import 'imports/terminal.nss'
//import 'imports/file-manage.nss'
//import 'imports/develop.nss'
import 'imports/goto.nss'
import 'imports/taskbar.nss'
// Example: Hide specific Windows items you don't want
menu(mode="multiple" title="Options" image=icon.settings)
{
}
// Use this command to remove items by name
remove(find="Open with Code")
remove(find="Include in library")
remove(find="View as Image Eye index")
remove(find="Add to VLC media player's Playlist")
remove(find="Play with VLC media player")
remove(find="NVIDIA Control Panel")