How to simulate Hercules on local IP address?
I would like to simulate a TCP server, using Hercules (by HW-Group).When I configure the port (12714), netstat -aon | findstr "12714" shows me this result:DOS Prompt>netstat -aon | findstr...
View ArticleComment by Dominique on How to pass commands to a telnet window with a batch...
Your instructions seem fine, your explanations too, but the format of your explanations is horrible :-)
View ArticleIs there a command for configuring Default apps in Windows 10?
I've written an installer, which associates an extension with my installed program. This is done modifying the registry and this was working fine for previous Windows versions.For Windows 10 however,...
View ArticleComment by Dominique on How to register dll, ax files in Windows 10?
Isn't there a commandline command regsvr32 or something?
View ArticleComment by Dominique on How to tell Outlook not to auto resize the columns of...
So your answer is that there is no answer :-)
View ArticleComment by Dominique on Formulas change when deleting a row
Why are people downvoting your answer??? (I was about to write the same thing!)
View ArticleWhy different behaviour on two PCs, connected to the same Wi-Fi?
On my personal PC, I'm connected to the internet with my Wi-Fi router.On my work PC, when being connected to the same Wi-Fi router, I see "No internet, secured".How can I have different behaviour on...
View ArticleComment by Dominique on Why doesn't Ctrl+Alt+5 (insert € symbol) work?
What about AltGr+E?
View ArticleComment by Dominique on New volume error message: The media is write protected
That might be possible: I've seen the Bitlocker information on the C:-drive's properties, but I have no idea what this means nor how to apply this on my D:-drive.
View ArticleAnswer by Dominique for How to count cells that are within specified...
The general way to work with tolerances, is by saying that:abs(Value_exact - Value_estimated) <= toleranceThis can easily be integrated in Excel's CountIf() function.
View ArticleComment by Dominique on Linux Command Line List Files
Ever heard of man-pages? Those are explanations about basic UNIX/Linux commands. In case you want to know more about a command, you just type man <command> and you'll get a whole explanation of...
View ArticleIn Visio, is it possible to have the text of the decision of the UML activity...
I'm creating a flow chart, for which I'm using UML Activity shapes.While using the Decision shape, I notice that the text is put below the shape, which makes it difficult to read, once combined with a...
View ArticleHow can I add a timestamp to a monitored command (like "netstat") in Windows...
Using netstat -aon | findstr /I "1234", I can monitor that this port is open, but there is an issue: this is what the result looks like:UDP 0.0.0.0:1234 *:* 5064UDP 0.0.0.0:1234 *:* 5064UDP...
View ArticleIs it possible to modify the colours in windirstat for the file extensions?
While using windirstat, the file types are coloured according to their extension.Is it possible modifying that list? (Add file extensions, add colours, ...)
View ArticleHow to assign a drive letter to a smartphone [duplicate]
I would like to investigate the diskspace usage on my smartphone.For that, I'm connecting my smartphone with my PC, using an USB cable.Currently, in Windows explorer, it looks as follows:I would like...
View ArticleComment by Dominique on Typing accent ague (é) on Windows 10
Thank God for the invention of the AZERTY keyboard :-)
View ArticleComment by Dominique on Why does spanning of monitor not work for RDP?
This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. -...
View ArticleComment by Dominique on My PC don't detect my camera
This does not provide an answer to the question. To critique or request clarification from an author, leave a comment below their post. - From Review
View ArticleExcel datetime format issue, possibly locale dependent
I'm working on a Belgian Excel 365 workbook. I have just imported a list of dates, looking like this:dinsdag 5 december 2023 11:55:55dinsdag 5 december 2023 11:55:56dinsdag 5 december 2023...
View ArticleComment by Dominique on Tab key working as prefix key in tmux
This does not provide an answer to the question. To critique or request clarification from an author, leave a comment below their post. - From Review
View Article