Comment by Jeroen Wiert Pluimers on How to automate Adobe Acrobat XI Standard...
No problem: some people do have the "big" Acrobat Reader XI package, so the screen shots and steps will help those people (so your answer is a very good addition to the terse one by Max Wyss). Could...
View ArticleComment by Jeroen Wiert Pluimers on List files recursively showing only full...
Better use an extra @ in front of the echo %~, as otherwise the prompt will vanish.
View ArticleComment by Jeroen Wiert Pluimers on How do I turn OFF Windows Narrator?
Nope. I got here searching how to exit Microsoft Narrator on Windows 10 via Google Search (: Can it be solved by just adding a "Windows 10" tag? Or is that too much of a shortcut?
View ArticleComment by Jeroen Wiert Pluimers on What is the default monitoring port for...
@djsmiley2k I reflected your last comment in a pending edit to your answer.
View ArticleComment by Jeroen Wiert Pluimers on sed Command on BusyBox expects different...
BusyBox v1.29.3 (2021-01-17 01:25:00 PST) multi-call binary on ESXi: echo '{"expires": "Thu, 11 Oct 2012 11:30:29 +0000", "upload_id": "hhgJHflih753jDhhod", "offset": 293876}' | sed -n -e...
View ArticleComment by Jeroen Wiert Pluimers on Windows how to redirect file parameter to...
@zod that's the Windows way of using pipe named foo, see docs.microsoft.com/en-us/windows/win32/ipc/pipe-names
View ArticleComment by Jeroen Wiert Pluimers on Windows how to redirect file parameter to...
Thanks. I've added your code as a revision to this gist: gist.github.com/jpluimers/c38271933bdea49b1902fa88d568ab10/…
View ArticleComment by Jeroen Wiert Pluimers on How can I force chrome to remember my...
@SMeznaric this link seems to do the same as the original one: chrome.google.com/webstore/category/extensions (at least in 2021 when it was available, so I archived it at archive.is/EBPlH)
View ArticleComment by Jeroen Wiert Pluimers on Immediately Allocate All RAM to Virtual...
Note that the sched.mem.min value ("Reservation" in the ESXi UI) needs to exactly match the memSize value ("Memory" or "RAM" in the ESXi UI depending on the ESXi version). So if you ever change memSize...
View ArticleComment by Jeroen Wiert Pluimers on Show EXE file path of running processes...
where shows cmd.exe on the Windows search path, not where where cmd.exe is running from. Example: on my system there is a difference on where procexp.exe is running from...
View ArticleComment by Jeroen Wiert Pluimers on Show EXE file path of running processes...
@nawfal I missed your comment back-then, but your solution is awesome! Running on cmd.exe, now PowerShell (Get-Process procexp).Path gives me...
View ArticleComment by Jeroen Wiert Pluimers on Which duplicate files and folders finders...
Thanks: still works fine in 2022. Download from web.archive.org/web/20220516125012/http://… is a simple ZIP file which you can extract and just run the executable. No need for complicated installers or...
View ArticleComment by Jeroen Wiert Pluimers on Finding which partition on a particular...
Note this only works for MBR disks, but fails for GPT disks as there the concept of "active" is not part of the partition but of the BCD.
View ArticleComment by Jeroen Wiert Pluimers on How to set boot disk flag with diskpart
This bit of your answer is why I upvoted it: "everyone should note that as written, these procedures are for Windows installed on a MBR disk (ie. not for Windows installed onto a GPT disk on UEFI...
View ArticleAnswer by Jeroen Wiert Pluimers for How to stop and start dropbox.app in...
In addition to the answer by slhck:When the DropBox menu icon hangs and shows the rainbow wheel/spinning wheel then the below command will kill Dropbox:killall DropboxThen you can start it with open -a...
View Article7z commandline: test archive and only show failures?
What is the easiest way to get only the failures from 7z when testing an archive for integrity?Looking at the command-line options, there seems to be no verbose or non-verbose option (i.e. there seems...
View Articlewindows username: shortcut for current machine?
Some applications insist that you write a username like domain\user, even if the current computer is not in a domain.Is there a shortcut that resolves to domain to the current machine?I mean something...
View ArticleHow to license P2V OEM Windows 7 with a retail license with VMware Fusion?...
A friend of mine did a P2V of his Acer physical Windows 7 Home Premium to run on his Mac using VMware Fusion.Now the VM complains it is not properly licensed. Microsoft is directing him to Acer, and...
View ArticleAnswer by Jeroen Wiert Pluimers for Show EXE file path of running processes...
PowerShell to the rescue.First I used Get-Member to see what Get-Process could return:PowerShell Get-Process ^| Get-MemberThen I filtered the Path from Get-Process to figure out which Spring.Tests...
View ArticleHooking Linux machine to secondary router/ISP: how to setup routing correctly?
Abstract:I have (I presume routing) issues when adding a secondary ISP to my existing network setup: incoming traffic through Router1 is not answered, but local traffic and incoming through Router0 is...
View Article