Files
PrimoShell/imports/modify.nss

54 lines
1.7 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
// modify items
// Remove items by identifiers
modify(mode=mode.multiple
where=this.id(id.restore_previous_versions,id.cast_to_device)
vis=vis.remove)
modify(type="recyclebin" where=window.is_desktop and this.id==id.empty_recycle_bin pos=1 sep)
modify(find="unpin*" pos="bottom" menu="Pin/Unpin")
modify(find="pin*" pos="top" menu="Pin/Unpin")
modify(where=this.id==id.copy_as_path menu="file manage")
modify(type="dir.back|drive.back" where=this.id==id.customize_this_folder pos=1 sep="top" menu="file manage")
modify(where=str.equals(this.name, ["open in terminal", "open linux shell here"]) || this.id==id.open_powershell_window_here
pos="bottom" menu="Terminal")
modify(mode=mode.multiple
where=this.id(
id.send_to,
id.share,
id.create_shortcut,
id.set_as_desktop_background,
id.rotate_left,
id.rotate_right,
id.map_network_drive,
id.disconnect_network_drive,
id.format,
id.eject,
id.give_access_to,
id.include_in_library,
id.print
)
pos=1 menu=title.more_options)
remove(find="NVIDIA Control Panel")
remove(find="Open MobaXterm terminal here")
remove(find="Find text using MobaFind")
remove(find="Открыть с помощью Visual Studio")
remove(find="Open Git GUI here")
remove(find="Open Git Bash here")
remove(find="AMD Software: Adrenalin Edition")
remove(find="Открыть с помощью Code")
remove(find="Открыть в Терминале")
remove(find="Compare using MobaDiff")
remove(find="Диспетчер экрана")
remove(find="Добавить в избранное")
remove(find="Open in NVIDIA App")
remove(find="Upload with ShareX")
remove(find="Edit with MobaTextEditor")
remove(find="Huawei Share")
remove(find="NVIDIA App")
remove(find="Панель управления NVIDIA")