Comment by Dominique on How to explain to a Windows computer that "localhost"...
@NickSlash: I have the impression that my computer is going over the network, even while it shouldn't.
View ArticleHow can I clean up my smartphone on my PC?
I have a smartphone (Samsung Galaxy 6) and he's starting to get full: (sorry for the Dutch, that's the language of my Windows installation)I have Windirstat on my PC, so I can investigate what's using...
View ArticleMouse-click + Fn + Print Screen, how to type this?
I want to perform the following combination:Left mouse-clickPress FnPrint ScreenWhy???Well: I have filled in my password but still I don't have access, so I'd like to show that the password I use is...
View ArticleComment by Dominique on Mouse-click + Fn + Print Screen, how to type this?
On my computer, I have Lightshot (I presume it's something similar), but the problem is that I wanted to launch that application (using Fn+PrintScreen) while I was keeping the mouse button down (in...
View ArticleComment by Dominique on Mouse-click + Fn + Print Screen, how to type this?
About your remark on dexterity : I need to click the <kbd>Fn</kbd> key (left bottom of the keyboard), together with the <kbd>Print Screen</kbh> key (right top of the keyboard),...
View ArticleAnswer by Dominique for Alt key codes. I can't do 2 digit codes
Alt065 yields "A".Alt0156 yields "œ".Adding a leading zero solves it.
View ArticleAnswer by Dominique for How to forward keyboard shortcuts to the remote...
Apparently, the keyboard shortcut Alt+PgUp seems to be the solution.
View ArticleHow to forward keyboard shortcuts to the remote machine sessions in...
Since shortly, I'm using Remote Desktop Connection Manager from Sysinternals.I've added several remote desktop connections and I'm connecting to several remote computers in that way.When I do that, I...
View ArticleComment by Dominique on How are file details handled in Windows?
I'm dealing with a DLL, having a certain version, and I would like to know which of all the PDB file I have actually matches that DLL, so that information would be very helpful (even if it's just for...
View ArticleComment by Dominique on How are file details handled in Windows?
@Velvet: so if I would do it in the other direction: compile my source code into a "*.TEST" file, and then rename that file into a DLL file, it would not be possible to add the file version?
View ArticleComment by Dominique on How can I improve the performance of my Windows laptop?
Task Manager and virusscanner are two good starting points.
View ArticleComment by Dominique on How to switch from basic session mode to enhanced...
@NickSlash: Ctrl+Alt+End (I thought it was "Insert"). You can write your comment as an answer, I'll accept it.
View ArticleComment by Dominique on uvx ocrmypdf tells me file not found
I never heard of uvx, but one thing I do know: most commandline tools have some option to provide more information, like /v (which generally stands for "verbose") or -log <logfile> or something...
View ArticleAnswer by Dominique for I run a small hotel and want to count the number of...
I have two formulae for you:determine the number of adults: =LEFT(A1;FIND("a";A1)-1)determine the number of children: =MID(A1;FIND("a";A1)+1;FIND("c";A1)-FIND("a";A1)-1)Those formulae are based...
View ArticleComment by Dominique on Claude Code authentication fails when using another...
Apparently, some people think this question belongs to another site on the StackExchange network. Which one?
View ArticleAnswer by Dominique for Displaying the results of a Excel formula with two...
It seems not to be possible, except when working with VBA:There you can use the following: Range("A1").Text, but there seems not to be any Excel worksheet function for that, neither for asking the...
View ArticleComment by Dominique on How to control gif loop settings in FFmpeg
Please reformat your answer, using some code formatting style, for readability reasons.
View ArticleComment by Dominique on How to to compact an MS Access database file using...
How does it fail? What's the error message?
View ArticleComment by Dominique on How to automatize git pull stashing in Git...
@I've indeed added "rebase.autostach" to GIT configuration and now it works. Just one question: 2 downvotes and 1 close vote. WHY?
View ArticleComment by Dominique on How to make "GIT Pull Rebase" more user-friendly in...
@I've indeed added "rebase.autostach" to GIT configuration and now it works. Just one question: 2 downvotes and 1 close vote. WHY?
View Article