Comment by Dominique on WinGet COM Server is consuming 25% of cpu
Instead of constantly stopping the process when it restarts, you might better avoid the "restartings".
View ArticleComment by Dominique on How to change theme of KDE-Plasma task bar
Please don't add "thank you" as an answer. Instead, accept the answer that you found most helpful. - From Review
View ArticleComment by Dominique on Can't disable driver signing enforcment
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page...
View ArticleComment by Dominique on Excel Data Currency Formatting
What are those weird (non-ASCII) characters next to the dollarsigns?
View ArticleComment by Dominique on I Deleted All Environment Variables and system variables
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 How to convert lscpu output to JSON format with no...
Can you give some explanation? That "awk" script is not easy readable.
View ArticleComment by Dominique on How to get the commands issued in a ssh session
How can you do that?
View ArticleComment by Dominique on How to nest 2 different formulas in one cell
You need concatenation, but you also might need to format your dates as strings (of the "YYYY/MM/DD" (or another) format, because basic formatting will show your dates are numbers, which will be useless.
View ArticleComment by Dominique on How can I enable colored output for OSX diff?
You are not using a feature of "diff", but replacing it by another tool.
View ArticleComment by Dominique on How can I get Windows 10's built-in brightness...
Are you selling computer programs who mess with the registry?
View ArticleComment by Dominique on SDL window hangs on mouse action within window
What does this mean? Can you elaborate your answer?
View ArticleComment by Dominique on Cannot delete flash9.ocx
Please indicate in your answer this is Powershell.
View ArticleComment by Dominique on User-Defined languages in Notepad++ (NLog)
@harrymc: you would propose something like ^.* | Debug | .*$ where ^ stands for "beginning of line", $ stands for "end of line", .* stands for "any number of any characters" and let's hope that | is...
View ArticleComment by Dominique on Count number of instances that occur in a range...
I was looking for the way to get the fractional part of a number and Mod(...,1) is indeed a very good approach :-)
View ArticleWhy does my "grep" stop filtering a non-ASCII file it thinks is "binary"?
I'm working with a Windows-10 computer, using a WSL.I'm investigating a logfile, produced by NLog in a C# application. I'm expecting log entries to appear everywhere throughout the file, but I see the...
View ArticleAnswer by Dominique for What formula would I use in excel to sum a particular...
This is the reason for which the SumIf() worksheet function exists, like in this example:Formula: =SUMIF(B2:B10,"E1",A2:A10)Screenshot:
View ArticleAnswer by Dominique for Is there a formula to sum cells in a row that are not...
What about this:=SUM(IF(MOD(ROW(A1:A14),4)=1,A1:A14,0))It checks all cells in range A1:A14, and for each of them it checks the "rest" of the row number modulo 4. In case this is 1 (this is true for the...
View ArticleWhy doesn't my Excel 365 does not cover the "LET()" worksheet function?
My Excel account information shows me I'm working with Office 365:However, the LET() worksheet function is not covered, as you can see:What do I need to do in order to get this function to work?...
View ArticleHow to handle "internal error" while connecting to "RDP host" using local...
With a group of friends, we are using a computer, containing a list of RDP connections. In order to connect to a computer, the only thing to do is to double-click on such a connection and you're...
View ArticleAnswer by Dominique for What happens if I used this internal fan with broken...
When your fan is broken, you might fry your CPU, resulting in a broken computer, or in worse case a fire in your home.Replace it.
View Article