I have added the requested specifications in the post
EDIT:I deleted XYplorer.ini and applied ShowItemCount=1 to the default file, and the result is the same
Search found 43 matches
- 13 Sep 2025 14:40
- Forum: Bug Reports
- Topic: Unseen folder sizes
- Replies: 5
- Views: 113
- 12 Sep 2025 23:18
- Forum: Bug Reports
- Topic: Unseen folder sizes
- Replies: 5
- Views: 113
Unseen folder sizes
As shown in the photo, folder sizes are no longer displayed correctly, both for the 32-bit and 64-bit versions.
Windows 11 23H2 125% DPI
XY 27.90.0045 64bit
Windows 11 23H2 125% DPI
XY 27.90.0045 64bit
- 22 Dec 2024 17:18
- Forum: Bug Reports
- Topic: folder dimensions not displayed
- Replies: 3
- Views: 537
Re: folder dimensions not displayed
nothing, same problem
- 22 Dec 2024 13:54
- Forum: Bug Reports
- Topic: folder dimensions not displayed
- Replies: 3
- Views: 537
folder dimensions not displayed
When ShowItemCount=1 the folder sizes are not displayed.
- 06 Jun 2024 15:36
- Forum: Wishes
- Topic: Syntax highlighting colors in hoverbox
- Replies: 3
- Views: 612
Re: Syntax highlighting colors in hoverbox
I know, but xy's hoverbox is light years ahead compared to the side preview panel. If this functionality were integrated, the side preview would become obsolete.
- 03 Jun 2024 21:14
- Forum: Wishes
- Topic: Syntax highlighting colors in hoverbox
- Replies: 3
- Views: 612
Syntax highlighting colors in hoverbox
It would be nice if the hoverbox could highlight the syntax based on the language of the file, for example py, js, cpp etc. It could be a great idea to integrate if possible.
- 29 Mar 2024 19:04
- Forum: Tips & Tricks, Questions & Answers
- Topic: #190; not working
- Replies: 1
- Views: 280
#190; not working
If I execute #190; //restart without saving in my scripts, XYplorer is closed but not restarted, even if I execute the command from the "Run script" window. How can I solve this problem or replace the command with a function to restart XYplorer? This is my script #182; $iniTRGT = "C:\...
- 21 Mar 2024 14:18
- Forum: Tips & Tricks, Questions & Answers
- Topic: How to set the file encoding type in the tooltip?
- Replies: 7
- Views: 847
- 20 Mar 2024 19:00
- Forum: Tips & Tricks, Questions & Answers
- Topic: How to set the file encoding type in the tooltip?
- Replies: 7
- Views: 847
How to set the file encoding type in the tooltip?
I would like that when the mouse hovers over the text file, the encoding type is displayed in the tooltip, for example UTF-8, UTF-16 with BOM, etc. Is it possible in XYplorer?
- 26 Nov 2023 16:53
- Forum: Script Exchange
- Topic: [AutoHotkey v2] File Managers Redirection
- Replies: 8
- Views: 2555
Re: [AutoHotkey v2] Redirect Explorer Windows
It works, thank you very much. If there are new versions, I will download them immediately 

- 26 Nov 2023 14:16
- Forum: Script Exchange
- Topic: [AutoHotkey v2] File Managers Redirection
- Replies: 8
- Views: 2555
Re: [AutoHotkey v2] Redirect Explorer Windows
It doesn't seem to work, even the control panel doesn't work anymore:
Code: Select all
[RedirectToggle_1=SecondComandLine]
key=0
[TrayMenu_DarkMode]
key=1
[excludeList_OnePerLine]
::{26EE0668-A00A-44D7-9371-BEB064C98683}
*.pbd
Questo PC
This PC
C:
- 25 Nov 2023 20:35
- Forum: Script Exchange
- Topic: [AutoHotkey v2] File Managers Redirection
- Replies: 8
- Views: 2555
Re: [AutoHotkey v2] Redirect Explorer Windows
How to add a list of custom window names to exclude from re-addressing? For example, This PC||myPath?
- 22 Oct 2023 16:14
- Forum: Tips & Tricks, Questions & Answers
- Topic: Disable the XYplorer context menu
- Replies: 7
- Views: 1146
Re: Disable the XYplorer context menu
I haven't tested Shell, but FYI you would need to at the bare minimum remove/comment out this line in the config of Shell for it to support other apps besides Explorer. exclude.where = !process.is_explorer the line is already commented, Shell works everywhere except in XY, I think it depends on XY ...
- 22 Oct 2023 16:12
- Forum: Script Exchange
- Topic: Problem with "cmd /k" in a script
- Replies: 1
- Views: 726
Problem with "cmd /k" in a script
I would like to include in my file compression script the possibility of leaving the cmd open at the end of the event with the cmd /k command in the run function $zip = "C:\Program Files\7-Zip\7z.exe"; $sel = quote(get("SelectedItemsPathNames", '" "')); $cnt = get("...
- 20 Oct 2023 19:56
- Forum: Tips & Tricks, Questions & Answers
- Topic: Disable the XYplorer context menu
- Replies: 7
- Views: 1146
Re: Disable the XYplorer context menu
Is there hope that this change will be implemented?