Tagged Questions
Windows Explorer is a file manager application that is included with releases of the Microsoft Windows operating system from Windows 95 onwards.
17
votes
2answers
4k views
Drag and drop onto Python script in Windows Explorer
I would like to drag and drop my data file onto a Python script and have it process the file and generate output. The Python script accepts the name of the data file as a command-line parameter, but ...
14
votes
6answers
5k views
How to create a right-click context shell shortcut “edit with Emacs”?
Notepad++ automatically adds a shell shortcut so that when you're in Windows Explorer, you can right-click on a file and select "edit with Notepad++". How can I do the same with emacs? I am using GNU ...
10
votes
2answers
1k views
Implement “Open Containing Folder” and highlight file
This can be a handy functionality to have in a program that works with files/folders. It's easy enough to actually open the containing folder using:
System.Diagnostics.Process.Start( *path to folder* ...
10
votes
3answers
2k views
Refresh Windows Explorer in Win7
My program sets "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" value "Hidden". Hovewer I'm not able to refresh the explorer to take into account this change. I've tried:
1)
...
10
votes
5answers
12k views
C#: How to open Windows Explorer windows with a number of files selected
In the Library of Windows Media Player you can select one or more music files. You can then right-click and in their context menu choose Open File Location. This will open up one windows explorer ...
8
votes
1answer
994 views
ShellIconOverlayIdentifiers - why so few?
At this point, everyone knows that there's a limit to the number of ShellIconOverlayIdentifiers (from MSDN):
The number of different icon overlay handlers that the system can support is limited by ...
8
votes
7answers
3k views
Windows Explorer “Command Prompt Here”
I frequently find myself with a folder open in Windows, wishing to have a command prompt open with the same working directory.
I am aware of Power Toys "Command Prompt", but that only works as a ...
7
votes
2answers
358 views
Windows icon overlays - alternatives, improvements and thoughts?
As Cody Gray mentioned when answering my other question here, Raymond Chen talks about how icon overlays are a poor choice here (note that the article is a year old).
The substantive argument against ...
7
votes
4answers
628 views
How to tell Windows Explorer not to request file details and thumbnails in certain folder?
Is there a way (via shell extension or registry setting) to tell Windows Explorer that it shouldn't read files in the folder being shown in order to extract metadata or create thumbnails?
The ...
7
votes
2answers
797 views
.NET: How Do I Create File Icon Overlays
I'm trying to add different icon overlays over the icons of various files (note: not all the files of a certain type, just certain files). If you don't get what I mean, I'm referring to what programs ...
7
votes
1answer
3k views
Is there a open source SVG Windows Explorer preview extension?
Examotion has a player that can display the image for svg files as a preview in Windows Explorer. Their product is free, but closed source. I believe that it also only works with files that actually ...
6
votes
3answers
158 views
Adding a “fake drive” to Windows Explorer
An application I use, Mozy Backup, adds its own "drive" to Windows Explorer that I can browse and view all the files I've backed up. Windows knows it's not a physical drive - it's shows up under ...
5
votes
1answer
161 views
Selecting file in Windows Explorers does not always work
Using the following
explorer.exe /select, "c:\path\to\file.txt"
I can open Windows Explorer and select the file. In Delphi I do this to select "Parm" file:
...
5
votes
5answers
570 views
“Build” item in Windows Explorer's context menu of a VS solution file?
I wonder why this is not integrated by default. I'd like to have an item in Windows Explorer's file context menu of a VS solution file to build it.
Is there a tool for this? Or do I have to create ...
5
votes
5answers
480 views
How does Windows decide which icon format to display when showing an exe's icon in Windows Explorer?
How does Windows decide which icon format to display when showing an exe's icon in Windows Explorer?
Problem: When we look at our icon file and exe with embedded icon file in various Windows Explorer ...
5
votes
2answers
2k views
How can I add a context menu to the Windows Explorer for a Java application?
How would one go about adding a submenu item to the windows explorer context menu (like for example 7-Zip does) for a Java application?
5
votes
2answers
2k views
Cross-application drag-and-drop in Delphi
I would like to create a Delphi application for Windows XP which allows dropping of files dragged from Windows Explorer (the Desktop or folder windows) or other applications which support this ...
5
votes
8answers
2k views
Clearing the Windows “Run” dialog history without rebooting
I am currently working on a program to immediately clear the list of previously-run-commands which appears in the Windows Start -> Run dialog. The procedure for clearing this list by removing the ...
4
votes
2answers
144 views
Delphi add menu item in Windows Explorer right click
How to add a right click context menu in Windows Explorer for all kind of file extension?
From what I read on the internet, I read a way to do this for certain file extension.
My question, how can ...
4
votes
1answer
152 views
How to get embedded Explorer IShellView to be browsable (i.e. trigger BrowseObject event)
i am "embedding Windows Explorer" in my Win32 application. (Technically i am hosting a ShellView of a folder in my application, which is what Windows Explorer does).
The problem is that the view is ...
4
votes
3answers
1k views
How to create a “Shell IDList Array” to support drag-and-drop of virtual files from C# to Windows Explorer?
I started trying to implement drag-and-drop of virtual files (from a C# 4/WPF app) with this codeproject tutorial. After spending some time trying to figure out a DV_E_FORMATETC error, I figured out I ...
4
votes
4answers
885 views
API to toggle “Show hidden files, folders and drives”
Is there a function in Windows API to toggle the "Show hidden files, folders and drives" option in Windows Explorer (Tools >> Folder Options... >> View tab).
I know of a related registry key, but ...
4
votes
1answer
300 views
Windows Context menu shell icon
I have created a new Windows shell context menu item using registry and keys
HKLM\Software\Classes\Folder\shell\appname
HKLM\Software\Classes\Folder\shell\appname\command
now I want to add an icon ...
4
votes
2answers
923 views
Drag and drop from C# to Windows Explorer with IStorage/IStream
I've been working on what sounds like simple functionality for way too long now. The idea is that I have an application with a TreeView. This treeview represents contents of a database organized ...
4
votes
3answers
632 views
Is there a way to have ClearCase display icons in the Windows Explorer to denote the state of files/directories?
For example, in TortoiseSVN, I can find out when a directory is out-of-date or checked out by looking at the images in the corner of the directory icon. However, I don't have that with ClearCase. ...
3
votes
1answer
137 views
Get Path of all Open Explorer Windows
I want to list all open Windows Explorer windows with their active path in a ListBox. The app should refresh the ListBox if the explorer window is navigated to a different path.
For e.g. two explorer ...
3
votes
2answers
168 views
Send Folder Rename Command to Windows Explorer
I have a shell extension made in .NET that creates folders (think of it as a context menu New -> New Folder option clone) and uses a InputBox to input the name of the folder from the user. Instead I ...
3
votes
2answers
94 views
Script works in IDLE, but .py-file doesn't work
I have a tkinter script, which runs just fine in IDLE. However, when I double click the .py-file from Windows Explorer, the console window flashes half a second and then it exits.
I was able to ...
3
votes
2answers
230 views
windows explorer - custom icon for each file?
I'm just curious about this, as it's probably too much trouble to be worth it for me. I'm wondering how it's possible to have each file of a custom type have a different, descriptive icon in windows ...
3
votes
1answer
127 views
Add new fields in windows explorer, using C#
Is there any way of adding extra fields to the details view of windows explorer? Similar to the 'dimensions' field of images, or the 'SVN Status' field that TortoiseSVN adds?
I've got a program that ...
3
votes
1answer
554 views
Programmatically access the “Open with” Windows Explorer menu list from .NET
When right-clicking a file in Windows Explorer, the "Open with" menu item displays a list of available applications, based on the file type of the clicked file.
See this picture as an example:
Now ...
3
votes
4answers
869 views
Is there a way to see SVN revision numbers in Windows Explorer?
Is there a way you can add a column to the Details view of Windows Explorer that shows the subversion revision number of each file?
I'm on Vista and am using TortoiseSVN.
3
votes
2answers
422 views
Windows Explorer - Dynamic Icons For Same File Extensions
For Visual Studio .sln files, Window Explorer is doing something "clever" to figure out whether to display the v8 or v9 icons.
Now when it comes to double-clicking/launching the icon, I know that it ...
3
votes
2answers
4k views
How can I programmatically refresh Windows Explorer?
I have a Windows shell extension that uses IShellIconOverlayIdentifier interface to display overlay icons on files and folders. My extension is a little like TortoiseCVS or TortoiseSVN.
Sometimes I ...
3
votes
7answers
2k views
How to programatically restart windows explorer process
I'm working on a windows shell extension, and unfortunately, when making changes to the DLL, I must restart windows explorer (since it keeps the DLL in memory).
I found this program from Dino ...
3
votes
6answers
7k views
Can you send a signal to Windows Explorer to make it refresh the systray icons?
This problem has been afflicting me for quite a while and it's been really annoying.
Every time I login after a reboot/power cycle the explorer takes some time to show up.
I've taken the step of ...
2
votes
3answers
49 views
How to open the Run window programmatically
Everyone knows the Run window that you can open with the shortcut Windows+R or directly in the Windows menu then Run.
I'm wondering how to open this Run window programmatically.
This window seems to ...
2
votes
2answers
49 views
Using windows explorer for other file storage via .net
I've seen software products that interface with windows explorer for sharing cloud drives, one was for using gmail as a drive. Is there any documentation on what libraries etcetera are used to ...
2
votes
1answer
182 views
How to pick a file I/O buffer size for reading a file in Windows?
While investigating some slow performance in my application while reading a file over a WAN, I noticed that copying that file in Windows Explorer was significantly faster.
Some further investigation ...
2
votes
2answers
164 views
Windows Explorer Shell Extension: create file and enter “rename” mode
For a shell extension (UI is similar to "New/" context menu), I need to create a file, select it and enter "rename" mode, so the user can adjust the default name.
Q: How do I enter "rename" mode ...
2
votes
1answer
213 views
IFileOperation and the progress dialog
so, I am working on this shell namespace extension that handles a kind of ZIP file (let's call it ZOP) like a folder.
Everything is in place, and file operations are processed through IFileOperation ...
2
votes
1answer
238 views
Debugging memory leaks in Windows Explorer extensions
Greetings all,
I'm the developer of a rather large C# Windows Explorer extension. As you can imagine, there is a lot of P/Invoke involved, and unfortunately, I've confirmed that it's leaking ...
2
votes
2answers
512 views
Adding a custom “new folder” to windows explorer context menu
I often use the current date and time to name new folders, and I have made a program that does this (i.e. it takes one argument and then creates a new folder based on the current date and time and the ...
2
votes
2answers
662 views
Configure Windows Explorer Folder Options through Powershell
I'm looking for a way to configure a few options in Folder Option dialog of Windows Explorer through Powershell.
The options are:
Choose "Show hidden files, folders, and drives"
Uncheck "Hide ...
2
votes
1answer
269 views
how to make opening txt file in Excel work like if you right-click in Windows Explorer and Open With Excel?
My application interfaces with Excel using tab-delimited Unicode text files. I require that some cells have multiple lines (alt-enter in Excel, produces LF character (10)).
If I right-click on the ...
2
votes
3answers
126 views
How to mimic a drive in Windows
I recently had a look at the Google Data API. Its looking good.
What I want to do is create a "G Drive" Type application. This will basically come up as a drive in explorer with its own icon. From ...
2
votes
1answer
295 views
command prompt anywhere in Windows 7 (native functionality)
I got this tip from a website that "shift + right click" on a folder in explorer in win7 will give us a context menu option by which I can open command prompt right there.
I am looking for a hack ...
2
votes
1answer
108 views
How to view who has a file open on Windows fileserver
I was contemplating moving to a version control system at work, but the learning curve may be too much for the many copywriters that open simple html files and editt them on our shared development ...
2
votes
2answers
73 views
How can I preselect a file in windows explorer using .net?
How can I popup a windows explorer on a specific folder with a specific file highlighted ?
I'm interested in solutions for XP, Vista and Windows 7.
2
votes
1answer
138 views
Why does Windows Explorer search freeze when I have an unrelated program paused in a debugger
While debugging my program, whether it's an ASP.NET application or a .NET console EXE and I have the debugger paused at a breakpoint I try to find a file in Windows Explorer. Either pressing WinKey+F ...