Top "Windows-explorer" questions

Windows Explorer is a file manager application that is included with releases of the Microsoft Windows operating system from Windows 95 onwards.

Tree view of a directory/folder in Windows?

In Linux/KDE, I can see a directory as a tree. How can I do it in Windows 7? Consider I …

windows tree directory windows-explorer
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 …

windows command-line windows-explorer
How can I open Windows Explorer to a certain directory from within a WPF app?

In a WPF application, when a user clicks on a button I want to open the Windows explorer to a …

c# wpf windows-explorer
Copy a file list as text from Windows Explorer

Is there a quick way to copy a list of filenames as text into the clipboard from Windows Explorer? I …

windows windows-explorer
How to add a "open git-bash here..." context menu to the windows explorer?

How to add a context (aka right click) menu to the windows explorer that, when clicked, opens the git-bash console …

git contextmenu windows-explorer windows-shell-extension-menu
How can a batch file run a program and set the position and size of the window?

I have batch file that sets up the desktop environment for me when I am writing code. The file is …

batch-file cmd windows-explorer
How can I open a Windows Explorer window from Javascript?

I own a local PHP point of Sale, using wampp as my web-server (Win7). What I'm looking for is to …

javascript windows windows-explorer
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 …

powershell registry windows-explorer
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 …

python windows drag-and-drop windows-explorer
Python: How to open a folder on Windows Explorer(Python 3.6.2, Windows 10)

If I store the path that i want to open in a string called finalpath which looks something like this: "./2.8 …

windows python-3.x operating-system windows-10 windows-explorer