Search found 178 matches
- 09 Jan 2026 12:55
- Forum: Bug Reports
- Topic: Copying file from VMWare Workstation fails
- Replies: 23
- Views: 1258
Re: Copying file from VMWare Workstation fails
This wasn't always the case. Any rough idea when it started? Just saw the notification.. :oops: It was working around the summer for sure, but I can't get more specific. I tried again today to get the facts right, and there are some differences with the OP problem. When I copy something (from remot...
- 01 Jan 2026 16:27
- Forum: Bug Reports
- Topic: Copying file from VMWare Workstation fails
- Replies: 23
- Views: 1258
Re: Copying file from VMWare Workstation fails
I had a similar problem with AnyDesk copy pasting files. When I copy a file from inside AnyDesk and paste it to XYPlorer, it does nothing. Explorer pastes it normally. This wasn't always the case. I didn't report it because I use an old AnyDesk version and I didn't want to update it for debugging. A...
- 20 Dec 2025 20:18
- Forum: Script Exchange
- Topic: CommonPathsAndOperations.xys - Goto/Copy/Move to common destinations
- Replies: 11
- Views: 1067
- 20 Dec 2025 18:12
- Forum: Script Exchange
- Topic: CommonPathsAndOperations.xys - Goto/Copy/Move to common destinations
- Replies: 11
- Views: 1067
Re: CommonPathsAndOperations.xys - Goto/Copy/Move to common destinations
And since we're on the roll, can we have an option to open the goto target in another tab, like middle clicking or ctrl+click? Have to let highend answer that one. I don't see any possible Custom Event Actions for popup menu items in Configuration. Not a big deal, never mind. I just had to try.. ;)
- 20 Dec 2025 17:56
- Forum: Script Exchange
- Topic: CommonPathsAndOperations.xys - Goto/Copy/Move to common destinations
- Replies: 11
- Views: 1067
Re: CommonPathsAndOperations.xys - Goto/Copy/Move to common destinations
It works!
And since we're on the roll, can we have an option to open the goto target in another tab, like middle clicking or ctrl+click?
(You may be fast, but I'm faster..
)
And since we're on the roll, can we have an option to open the goto target in another tab, like middle clicking or ctrl+click?
(You may be fast, but I'm faster..
- 20 Dec 2025 16:26
- Forum: Script Exchange
- Topic: CommonPathsAndOperations.xys - Goto/Copy/Move to common destinations
- Replies: 11
- Views: 1067
Re: CommonPathsAndOperations.xys - Goto/Copy/Move to common destinations
Very useful, thank you for this 
One improvement I would like to see, is a way to be able to display a title instead of the full path.
E.g. Photos instead of D:\In\Data\PhotoEDITS.
Either way, very helpful script..
One improvement I would like to see, is a way to be able to display a title instead of the full path.
E.g. Photos instead of D:\In\Data\PhotoEDITS.
Either way, very helpful script..
- 10 Dec 2025 18:13
- Forum: Wishes
- Topic: Spawn Configuration window in own process to make bug hunting easier
- Replies: 11
- Views: 2933
Re: Spawn Configuration window in own process to make bug hunting easier
This is not possible because various settings can be changed from the main XYplorer window. This would cause the configuration dialog to become out of sync with the actual state of affairs. This can be mitigated by having the callback of any toolbar button toggle or check, to enable the correspondi...
- 24 Nov 2025 14:10
- Forum: Bug Reports
- Topic: After duplicating a file, selection changes
- Replies: 5
- Views: 2337
- 20 Nov 2025 17:43
- Forum: Script Exchange
- Topic: Toggle Administrator (elevated) mode
- Replies: 11
- Views: 2112
Re: Toggle Administrator (elevated) mode
Check out SC ctbicon... (no time to go into it now) Thank you I'll check it out.. UPDATE: Found it! Thank you.. Strange, but the script from above doesn't work for me. The elevation runs fine but going back to unelevated only stops the elevated XY but doesn't start a normal new one. Before pressing...
- 20 Nov 2025 17:10
- Forum: Script Exchange
- Topic: Toggle Administrator (elevated) mode
- Replies: 11
- Views: 2112
Re: Toggle Administrator (elevated) mode
About the icon change now..What I really wanted, but couldn't make, was a way to change the toolbar icon before exiting, to show what the next click will do.
E.g. toggling between a shield icon and a normal PC..
..are there any options?
- 20 Nov 2025 13:24
- Forum: Script Exchange
- Topic: Toggle Administrator (elevated) mode
- Replies: 11
- Views: 2112
Re: Toggle Administrator (elevated) mode
A more simplified version: // XYplorer Admin Toggle Script // // Check if running as Administrator $isAdmin = <get userrole> == "Admin"; // Clean up the result - remove all whitespace and newlines $isAdmin = replace($isAdmin, <crlf>, ""); $isAdmin = replace($isAdmin, " "...
- 20 Nov 2025 13:15
- Forum: Script Exchange
- Topic: Toggle Administrator (elevated) mode
- Replies: 11
- Views: 2112
Re: Toggle Administrator (elevated) mode
Update: My bad, it works fine..admin wrote: ↑20 Nov 2025 06:38Code: Select all
if (<get userrole> != "Admin") { exit "sre"; //restart elevated with saving }
- 20 Nov 2025 12:00
- Forum: Script Exchange
- Topic: Toggle Administrator (elevated) mode
- Replies: 11
- Views: 2112
Re: Toggle Administrator (elevated) mode
Instead of <xypath>\<xyexe> you can use <xy> . This worked fine. Btw, you can use this to switch from user to admin mode: if (<get userrole> != "Admin") { exit "sre"; //restart elevated with saving } This didn't work. It always returns true here.. It doesn't matter though, since...
- 20 Nov 2025 01:49
- Forum: Script Exchange
- Topic: Toggle Administrator (elevated) mode
- Replies: 11
- Views: 2112
Re: Toggle Administrator (elevated) mode
Well, to answer my own wish, after some fiddling with some Claude code (the only one that made some sense), I made it with this: // XYplorer Admin Toggle Script // Check if running as Administrator using PowerShell $psCmd = "powershell -NoProfile -NonInteractive -Command ""([Security....
- 20 Nov 2025 00:15
- Forum: Script Exchange
- Topic: Toggle Administrator (elevated) mode
- Replies: 11
- Views: 2112
Toggle Administrator (elevated) mode
I think I had seen a topic about it but searching now didn't help me. The script I had downloaded then didn't work anyway, so I'm creating this new topic to check my luck. If it looks like spamming the forum, please delete it.. So, it all come down to my laziness. What I want is a script that I will...
XYplorer Beta Club