Skip to main content
Advice
0 votes
4 replies
83 views

Is it possible to integrate Windows Explorer component as a control, created on my window? For instance, as an ActiveX control. It should work in modern Windows 11 (24H2, 25H2). Back in Windows 9x ...
Shtole's user avatar
  • 392
3 votes
1 answer
152 views

I want to create a function like SizeOf() of C++ for powershell, but apparently Microsoft uses some strange algorithm/formula to determine the mebibytes. Example: If you create file with exactly 1.856....
EverGreen's user avatar
-1 votes
1 answer
148 views

I'm trying to open Windows Explorer using Google Apps Script. I'm not looking for a specific folder or anything, just to open. I run my Google Sheet in full screen mode and don't have the Windows ...
melrin's user avatar
  • 3
0 votes
1 answer
380 views

There is a JumpList when you right click an app in the TaskBar. There is another JumpList in the Start menu when you search. The TaskBar JumpList is always up to date. The StartMenu JumpList is not ...
Tom Huntington's user avatar
-1 votes
1 answer
54 views

I am trying to get the size of a a file called fGDB.gdb using python. but while the Windows Property shows the size of file as 146 KB (150,399 bytes) Using this code import os gdb = r"C:\Users\....
GISGUY's user avatar
  • 13
0 votes
1 answer
48 views

When I execute this in Git bash windows on windows ten foo_man@computer MINGW64 /c/www/root/images/ $ explorer /c/www/root/images/ It opens up explorer, but not to the directory c:\www\root\images. ...
capser's user avatar
  • 2,705
2 votes
2 answers
286 views

Detailed context My project is about creating an icon in Windows Explorer to access a remote location and make navigation on Windows the same as it would be for a local filesystem. This is working ...
Mickaël C. Guimarães's user avatar
0 votes
1 answer
330 views

In one of my application, I added a new item in the Windows Explorer context menu of Windows 11. This worked well, but now I want to add a group of items. I could achieve that by updating the ...
Jean-Milost Reymond's user avatar
0 votes
0 answers
88 views

In windows explorer, there is a long list of details you can choose to view: How can I programaticaly edit theses itens in the files with Python or PowerShell? Ex. I want all my files have "...
Rodrigo's user avatar
  • 12.8k
0 votes
1 answer
1k views

I have an ICO file (for my c++ application) with a transparent background which looks unclean in the small preview view of Windows Explorer. (My icon is a drawn shape in PhotoShop and exported as PNG ...
okeedokee's user avatar
0 votes
1 answer
3k views

Using 52.1.0 of the kube-prometheus-stack what is the correct way to get metrics running in other namespaces. I have a windows-exporter running on port 5000 named metrics under a different namespace ...
mattb's user avatar
  • 502
0 votes
0 answers
92 views

It seems to me like they do the same thing (tell QueryContextMenu to not call SetMenuDefaultItem). For CMF_NODEFAULT, MSDN says "No item in the menu has been set as the default" which is a ...
Anders's user avatar
  • 103k
2 votes
0 answers
215 views

I have created a class that implements the IExplorerCommand interface. The Invoke() method in this class is being called from another process (DllHost.exe). In my case DLLHost.exe is called by ...
Jean-Milost Reymond's user avatar
1 vote
1 answer
145 views

Background: Expert in C#/.NET, Basic knowledge in C++/MFC/Windows Shell Environment: Windows 10 (German), Visual Studio 2017 (15.9.56), C++, Windows SDK 10.0.19041.0 Task: Showing/Hiding columns in ...
user22593048's user avatar
0 votes
1 answer
674 views

I wrote a php script to copy files from an iPhone connected by USB. The issue is that I need a path for the scandir function and because the iPhone is seen as a portable device the path I get from the ...
Kermit's user avatar
  • 135

15 30 50 per page
1
2 3 4 5
39