Questions tagged [shell-extensions]

74 questions
78
votes
0 answers

Looking for MD5 utility that integrates to Windows

Is there any small utility that integrates with the Windows shell and computes md5 of files on demand? I'm too lazy to launch the command line.
58
votes
5 answers

How to list Explorer extensions and disable them?

I have reason to believe that I may have malware on my system in the form of an Explorer extension. I suspect this because Procmon shows that Explorer.exe keeps re-writing a certain Registry key that is intended to run a certain EXE at startup. How…
Timwi
  • 2,013
19
votes
4 answers

Add menu items to SHIFT + right click menu on Windows

The point is to add right click menu items only for Shift+Right click. Don't even bother: regular right click is all over the web, but I want to add some items that wouldn't clutter my right click. Here's how to add "Open Command Window Here" for…
Pavel P
  • 2,138
19
votes
4 answers

How to open a EAR/WAR file in windows 7

I have a few EAR/WAR files which are Java archives and I would like Windows 7 to open these files the way it opens a file with extension zip. So I open this war file and in the list of softwares available with "Open" I see MS Word, Notepad etc but…
14
votes
2 answers

How to assign a icon for "Copy/Cut/Paste/Delete" Windows default context menu items?

Under Windows 8/8.1 x64, I would like to assign a custom icon for the default Windows context menu items such as Copy, Cut, Paste, Delete, Undo, Redo and Send To items, which by default has any icon: Where I can locate the "reference" to those…
13
votes
2 answers

Gnome Shell Extension Key Binding

What is the simplest way to (globally) bind a key combination (e.g. +A) to a function in a gnome shell extension? Inspecting a couple of extensions, I ran into the following code: global.display.add_keybinding('random-name', …
12
votes
2 answers

How can I create a right click menu item to manipulate a junction point?

As I am using a SSD but it is limited in size I want to be able to use junction points to remap files and directories to my HDD, this would work ideal if I could create a shell extension for it that does this. The ideal behavior would be to right…
11
votes
4 answers

Does Windows 8 Explorer have a FolderSize column (or restore the column-handler API)?

One of the biggest complaints about Windows Vista (and 7) was that it removed the API that allows developers to create column-handlers, and as such, useful programs like Folder Size can no longer function. It seems that a lot of people reported the…
Synetech
  • 69,547
11
votes
2 answers

Install gnome-shell extension on command line?

I'm looking for a way to reliably install gnome-shell extensions on the command line. At the end of the day, I'd like to have an Ansible playbook. As an example, I'd like to install custom-hot-corners-extended. I found "Install GNOME extension using…
alexs77
  • 460
10
votes
5 answers

Add to ZIP option in context menu for WinRAR

With WinRAR installed, by default, your context menu (Right-click on file) says something like "Add directory to *.rar archive". It's very handy but not cooperating with other systems that handle zip, not rar format. How do I remove "Add to .rar"…
Szymon Toda
  • 1,659
10
votes
1 answer

What is the purpose of the .ZFSendToTarget extension?

I learned about this from watching a video about some "Tech Support" scam (watch the last 10 minutes if you want a good laugh) where one of the tactics used by the scammer is getting the victim to list file associations and reading a GUID and they…
poizan42
  • 201
10
votes
1 answer

FileZilla can't drag and drop to Windows Explorer

When I try to drag and drop to my desktop or any folder outside of FileZilla, I get an error: Could not determine the target of the Drag&Drop operation. Either the shell extension is not installed properly, or you didn't drop the files into an…
akschoeck
  • 103
8
votes
5 answers

Windows explorer folder context menu closes itself

Environment: Windows 8.0 Professional x64 When I call up the context menu on a selected folder in the listview (actual view mode doesn't matter, I reproduce for list, icons, and details), either via right-click or the context-menu button on my…
8
votes
2 answers

Make Windows Run a File with a Shebang on Double-Click?

Is there any shell extension for Explorer that would execute text files with a #! shebang at the beginning?
user541686
  • 23,629
7
votes
4 answers

Windows XP -"Open terminal here" shell extension?

I remember in Ubuntu, I think it was Gnome, Nautilus had this option in the right-click context menu that allowed you to open a terminal whose working dir was the dir you were visiting in Nautilus, not the default '/home' dir. Is there any way to…
1
2 3 4 5