No.
I don't know whether it does or doesn't.
Compatibility is most important for a program as widely used as Windows Explorer ...
Search found 486 matches
- 18 Dec 2020, 19:59
- Forum: Problems and Troubleshooting
- Topic: Windows PowerToys PowerRename
- Replies: 7
- Views: 14132
- 16 Dec 2020, 20:51
- Forum: Problems and Troubleshooting
- Topic: Windows PowerToys PowerRename
- Replies: 7
- Views: 14132
Re: Windows PowerToys PowerRename
Hi @mkolber,
This might have something to do with what @manison explains in this Post. If it does, it can be fixed by the developers of the PowerToy.
This might have something to do with what @manison explains in this Post. If it does, it can be fixed by the developers of the PowerToy.
- 10 Dec 2020, 10:14
- Forum: Problems and Troubleshooting
- Topic: Markdown support
- Replies: 4
- Views: 12937
Re: Markdown support
You might have noticed, that the markdown viewer just uses the Internet Explorer Viewer plugin, and there is no additional settings or parameter passed. So, essentially two possibilities of determining whether to apply the mardown conversions are available: Inspecting the filel's content hardcoding ...
- 16 Mar 2020, 20:51
- Forum: Problems and Troubleshooting
- Topic: Files supplied to User Menu items
- Replies: 4
- Views: 12173
Re: Files supplied to User Menu items
The batch file would intake the selected files via $(ListOfSelectedFullNames) . Within the batch file you would then execute your program with only the first file selected. This would allow me to run the program on the first (or last) selected one. The one having the focus, might not even be select...
- 06 Mar 2020, 13:52
- Forum: Problems and Troubleshooting
- Topic: Files supplied to User Menu items
- Replies: 4
- Views: 12173
Files supplied to User Menu items
Hi, is there a way to launch a program from the user menu with file name from the selected file only (as it works for viewers and editors), rather than launching it for each selected file without warning? I just crashed my system by accidentaly attempting to lauch a program 4500 times by clicking on...
- 04 Mar 2020, 18:19
- Forum: General Discussion
- Topic: Can viewer open a CSV file with extension ".log"?
- Replies: 2
- Views: 21009
Re: Can viewer open a CSV file with extension ".log"?
By default, *.* is associatd with the internal viewer, so with a default configuration, your .log file will show in the internal viewer. If you meant to ask, how to view the .log file in the database viewer, which is the default for .csv files, procede as mdruiter suggested. You may not want to gene...
- 14 Feb 2020, 20:40
- Forum: Problems and Troubleshooting
- Topic: 3.05 upgrade and Eroica viewer
- Replies: 29
- Views: 68663
- 14 Feb 2020, 20:37
- Forum: Problems and Troubleshooting
- Topic: 3.05 upgrade and Eroica viewer
- Replies: 29
- Views: 68663
- 05 Feb 2020, 19:56
- Forum: General Discussion
- Topic: salextx64.dll
- Replies: 2
- Views: 12188
Re: salextx64.dll
Hi,
these are shell extensions.
Try to unregister them from an elevated command prompt using
(Replace <file.dll> with absolute or relative path to the files in use by the system.)
Then, after a reboot, you should be able to delete them.
these are shell extensions.
Try to unregister them from an elevated command prompt using
Code: Select all
regsvr32 /u <file.dll>
Then, after a reboot, you should be able to delete them.
- 31 Jan 2020, 22:54
- Forum: Problems and Troubleshooting
- Topic: After installing it, how do I make Altap Salamander actually be used when I double-click folders on my desktop in Window
- Replies: 1
- Views: 6384
Re: After installing it, how do I make Altap Salamander actually be used when I double-click folders on my desktop in Wi
Hi FileExplorerRefugee when I double-click folders or shortcuts to folders on my desktop, File Explorer still opens them, instead of Salamander. Why? Windows is not designed to have Windows explorer replaced on that level. You could alter the default action taken, when double clicking a folder, but ...
- 27 Nov 2019, 19:12
- Forum: Problems and Troubleshooting
- Topic: Broken images in Markdown viewer
- Replies: 7
- Views: 24532
Re: Broken images in Markdown viewer
I now tried to add an image myself. Knowing that a relative path does not work I tried an absolute path, including file: scheme. This cause the resulting src property to be the empty string:  results in <img src="" alt="Skizze" /> Is thi...
- 25 Nov 2019, 17:23
- Forum: Problems and Troubleshooting
- Topic: 4.0 (x64) UnISO Plugin
- Replies: 6
- Views: 10786
Re: 4.0 (x64) UnISO Plugin
Hi tukanos,
not if the entry in "Archives Associations in Panels" is missing, as I wrote in my follow-up post
not if the entry in "Archives Associations in Panels" is missing, as I wrote in my follow-up post
- 22 Nov 2019, 19:35
- Forum: Problems and Troubleshooting
- Topic: 4.0 (x64) UnISO Plugin
- Replies: 6
- Views: 10786
Re: 4.0 (x64) UnISO Plugin
Hi tukanos, since when can you start Salamander with a file on the command line ? Unless you have DDE, the command line is the only way to utilize for file associations. But, as I wrote, I found the solution for Salamander not opening the .iso in it's panel. The question that remains open is how to ...
- 20 Nov 2019, 14:07
- Forum: Problems and Troubleshooting
- Topic: 4.0 (x64) UnISO Plugin
- Replies: 6
- Views: 10786
Re: 4.0 (x64) UnISO Plugin
Ok, found it.
The Plugin needs to be configured in "Archives Associations in Panels", where it was missing.
I am still interested in an answer to
The Plugin needs to be configured in "Archives Associations in Panels", where it was missing.
I am still interested in an answer to
- Is there any way a I can force Salamander to open it?
- 20 Nov 2019, 14:04
- Forum: Problems and Troubleshooting
- Topic: 4.0 (x64) UnISO Plugin
- Replies: 6
- Views: 10786
4.0 (x64) UnISO Plugin
Hi, I downloaded an ISO file and when I wanted to open it in Salamander (pressing Enter), Windows 10 created a virtual drive instead and mounted the ISO there. The plugin is installed, tests ok, and lists "List and unpack Archive in Panel" in Functions. Is there anything else in configurat...